@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("960.css");
@import url("text.css");
@import url("slider.css");
@import url("nav.css");
@import url("nivo-slider.css");
@import url("jquery.superbox.css");
@import url("ital.css");

/*========== Header ==========*/
#topo {
	width:100%;
	min-width:100%;
	height:200px;
	background:url(../img/bg-top.jpg) repeat-x;
}
#topo_eleitoral {
	width:100%;
	min-width:100%;
	height:145px;
	background:url(../img/bg-top.jpg) repeat-x bottom;
}

.gsc-input-box {
	height:25px !important;
}
#header {
	height:100px;
}
a.linkSAA {
	font-size: 9px;
	border:solid 1px #6d6f71;
	padding: 4px;
	margin-right: 45px;
	border-radius: 10px;
	text-decoration:none;
}
a.linkSAA:hover {
	color:#fff;
	background-color: #6d6f71;
}

.logo {
	padding:35px 0 0 0;
	float:left;
}
.idioma {
	list-style:none;
	float:right;
	padding:10px 0 0 0;
}
.idioma li {
	float:left;
	margin:0;
	width:25px;
	height:20px;
}
.idioma li a {
	display:block;
	text-decoration:none;
}
.idioma li#en {
	background:url(../img/flags.jpg) no-repeat top right;
	margin:0 10px 0 0;
}
.idioma li#br {
	background:url(../img/flags.jpg) no-repeat top left;
}
.idioma li#en:hover {
	background:url(../img/flags.jpg) no-repeat bottom right;
	margin:0 10px 0 0;
}
.idioma li#br:hover {
	background:url(../img/flags.jpg) no-repeat bottom left;
}
/*========== Header ==========*/

/*========== Conteudo ==========*/
#container {
	margin-top:20px;
	padding-top:10px;
	padding-bottom:10px;
	border:solid 1px #cccccc;
	background-color:#FFF;
	overflow:auto;
}
	
.space {
	margin:5px 0;
}
.line {
	border-top:dotted 1px #666;
}

/*
 * TABS
 */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px;
	background: #e0e0e0;
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 10px;
	border: 1px solid #fff;
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_container {
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.tab_content {
	padding: 5px;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ddd;
}
.tab_content h3 a{
	color: #254588;
}
/*========== Conteudo ==========*/

/*========== Footer ==========*/
#footer {
	margin-top:20px;
	padding-top:10px;
	padding-bottom:0px;
	background-color:#FFF;
	border:solid 1px #cccccc;
	/*overflow:auto;*/
}
#footer p {
	padding:5px 0; 
	margin:5px 0; 
	list-style:none; 
	border-bottom:solid 2px #CCC; 
	text-align:center;
}
#footer ul {
	float:left;
}
#footer a {
}
#footer a:visited {
}
#footer a:hover {
	text-decoration:underline;
}
/*redes sociais*/
.redes_sociais {
	list-style:none;
}
.redes_sociais li {
	margin:0;
	padding:0;
	float:left;
}
/*redes sociais*/
	
.endereco {
	background:url(../img/bg-footer.jpg) repeat-x bottom;
	height:55px;
	line-height:55px;
	text-align:center;
	color:#FFF;
	margin-top:-3px;
	padding:0;
}
/*========== Footer ==========*/


/*========== Formulário ==========*/
form label input {
	cursor:pointer;
}
form label.left {
	padding:5px 15px;
	float:left;
}
form label.clear_left {
	padding:5px 15px;
	float:left;
	clear:left;
}
form p.left {
	padding:5px 15px;
	float:left;
}
form p.clear_left {
	padding:5px 15px;
	float:left;
	clear:left;
}
/*========== Fim Formulário ==========*/

.btn-voltar {
	padding: 10px;
	background-color: #607D8B;
	color: #fff;
	text-decoration: none;
}
.btn-voltar:visited {
	color: #fff;
}


/* Micox Pseudo-class-css2 to IE (MXPC). Activate .hover and .first-child in IE 6
http://elmicox.blogspot.com/2008/03/ativando-hover-e-first-child-no-ie-6-um.html 
Deixe isto ao final de tudo do seu CSS pois o Webkit não interpreta nada mais abaixo do expression */
* html * { color: expression( (function(who){ if(!who.MXPC){
who.MXPC = '1';
if(who.nodeName != 'A'){
who.onmouseenter=function(){ who.className += ' hover'};
who.onmouseleave=function(){ who.className = who.className.replace(' hover','')}; }
(who==who.parentNode.firstChild) ? who.className += ' first-child' : '' ;
} } )(this) , 'auto') }