@charset "iso-8859-1";
/* CSS Document */

html { height: 100% }
body {
    background-color: #f3f3f3;
    /*background-image: -webkit-gradient(radial, 50% 0%,100,50% 150%,100, from(#dddddd), to(#ffffff));
    background-image: -webkit-radial-gradient(50% 100%, #ffffff, #dddddd);
    background-image: -moz-radial-gradient(50% 100%, #ffffff, #dddddd);
    background-image: -o-radial-gradient(50% 100%, #ffffff, #dddddd);
    background-image: -ms-radial-gradient(50% 100%, #ffffff, #dddddd);
    background-image: radial-gradient(50% 100%, #ffffff, #dddddd);*/
    color: #333;
    /*overflow: hidden;*/
    height: 100%;
    -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
	margin:0px;
	font-family:"Tahoma","Lato","Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}

a:link { color: #1C60AB; }
a:visited { color: #1C60AB; }
a:hover { color: #F79434; }
a:active { color: #FC0; }

h1.post-title {
	margin:0 0 20px;
	padding-right:10px;
	font-size:36px;
	line-height:1.2;
	color: #ed1c24;
	font-weight: normal;
}

.post_content p {
	font-size:13px;
	line-height:20px;
	font-weight:normal;
}

#topo {
	width: 980px;
    margin: 0px auto;
    overflow: hidden;
}

#corpo {
	width: 980px;
	margin: 0px auto;
	overflow: hidden;
	background:#FFF;
	padding:10px 0 5px 0;
	/*border:1px solid #dddddd;*/
}

/* Navi */
#nav {
    width: 980px;
    margin: 0px auto;
    overflow: hidden;
}

#ajuste {
    display: block;
	width: 980px;
	margin: 0px auto;
    
    height: 30px;
    border-bottom: 5px solid #143157;
    background-color: #0f6fb2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(15, 111, 178)), to(rgb(34, 65, 112)));
    background-image: -webkit-linear-gradient(top, rgb(15, 111, 178), rgb(34, 65, 112));
    background-image: -moz-linear-gradient(top, rgb(15, 111, 178), rgb(34, 65, 112));
    background-image: -o-linear-gradient(top, rgb(15, 111, 178), rgb(34, 65, 112));
    background-image: -ms-linear-gradient(top, rgb(15, 111, 178), rgb(34, 65, 112));
    background-image: linear-gradient(top, rgb(15, 111, 178), rgb(34, 65, 112));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0f6fb2', EndColorStr='#224170');
    box-shadow: inset 0 1px 0 #0081bd,inset 0 2px 0 #0078b0,inset 0 3px 0 #0070a3, 0 0 10px rgba(0,0,0,0.2);
    box-sizing: border-box;
    transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;	
}


#nav ul {
    float: left;
    height: 30px;
    width: 980px;
    opacity: 0.95;
    border-radius: 5px;
    list-style-type: none;
    box-shadow: 0 250px 150px rgba(0,0,0,.2);
    margin: 0;
    padding: 0;
}
#nav ul li {
    float: left;
    height: 30px;
}
#nav ul li a {
    font: bold 13px/24px "Lato","Trebuchet MS", Arial, Helvetica, sans-serif;
    display: block;
    height: 30px;
    border-bottom: 5px solid #143157;
    background-color: #0f6fb2;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(15, 111, 178)), to(rgb(34, 65, 112)));
    background-image: -webkit-linear-gradient(top, rgb(15, 111, 178), rgb(34, 65, 112));
    background-image: -moz-linear-gradient(top, rgb(15, 111, 178), rgb(34, 65, 112));
    background-image: -o-linear-gradient(top, rgb(15, 111, 178), rgb(34, 65, 112));
    background-image: -ms-linear-gradient(top, rgb(15, 111, 178), rgb(34, 65, 112));
    background-image: linear-gradient(top, rgb(15, 111, 178), rgb(34, 65, 112));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0f6fb2', EndColorStr='#224170');
    color: #fff;
    text-decoration: none;
    box-shadow: inset 0 1px 0 #0081bd,inset 0 2px 0 #0078b0,inset 0 3px 0 #0070a3, 0 0 10px rgba(0,0,0,0.2);
    box-sizing: border-box;
    transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;	
}

#nav ul li a { padding:0 10px 0 10px; }

/*#nav ul li a { width: 160px; }*/
/*#nav ul li:first-child a {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#nav ul li:last-child a {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}*/
#nav ul li a:hover {
    box-shadow: inset 0 1px 0 #0070a3,inset 0 0 30px 0 #142a4a;
    text-shadow: 0 1px 3px #143157;
    border-bottom: 5px solid #0e223d;
}
#nav ul li a:active,
#nav ul li a.active {
    border-bottom: 1px solid #0e223d;
    height: 55px;
    padding-top: 2px;
    box-shadow: inset 0 1px 0 #0070a3,inset 0 0 40px 0 #0d1b30;
}
#nav ul li a span {
    /*border-left: 1px solid #143157;
    border-right: 1px solid #1563a3;*/
    height: 100%;
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
#nav ul li:first-child a span { border-left: none }
#nav ul li:last-child a span { border-right: none }

#social {
	width: 980px;
	margin: 0px auto;
	background:#FFF;
	padding: 10px 0px 10px 0px;
}

#rodape {
	width: 970px;
	margin: 0px auto;
	background:#1c60ab;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#ffffff;
	padding:5px;
	/*border:1px solid #dddddd;*/
	border-top:2px solid #01499e;
}
#rodape a:link {color:#FC0; text-decoration:none;}
#rodape a:hover {color:#F79434; text-decoration:underline;}
#rodape a:visited {color:#FC0; text-decoration:none;}





.txtNewsCinza { font-size: 12px; line-height: 10px; font-size-adjust: none; font-stretch: normal; color: #8a8a8a; margin-bottom: 5px; }
.txtNewsPretaBold { font-size: 13px; line-height: 10px; font-size-adjust: none; font-stretch: normal; color: #333333; margin-bottom: 5px; font-variant:normal; font-weight:bold; }




.titulo {font-size:2.1em;font-weight:bold;color:#333333;line-height:30px; margin-bottom:15px;}
.txtTitNews {font-size:2.1em;font-weight:bold;color:#333333;line-height:30px; margin-bottom:5px;}

.txtTitSubNews {
	font-size: 11px;
	line-height: 10px;
	font-size-adjust: none;
	font-stretch: normal;
	color: #8a8a8a;
	margin-bottom: 5px;
	}
.txtTitChaNews {
	font-size: 13px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	color: #2564a5;
	font-weight: bold;
	margin-bottom: 5px;
	}
.corpoMateria p {
	font-size:13px;
	line-height:20px;
}

div.corpoMateria .fotoMateria {position:relative}
div.corpoMateria .fotoMateria{clear:both;margin-top:0px}
div.corpoMateria .fotoMateria img.foto{display:block;}
div.corpoMateria .fotoMateria .descricao{font-size:10px;color:#535353;background:#EBEBEB;padding:7px 4px 7px 4px;}
div.box150{
	float: left;
	width: 260px;
	margin: 0 8px 8px 0;
}
div.box400{float:left;width:400;margin:0px 8px 8px opx;}	

.box {
	SCROLLBAR-BASE-COLOR: #F5F5E9;
	BACKGROUND-COLOR: #E8F5FF;
	border-collapse: collapse;
	border-color: #2C71AE;
	color: #2C71AE;
	font-size:11px;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 3px;
	padding: 3px;
}

.box td, th {
	padding: 3px ;
}

a.box:link {
	border: none;
	color: #2C71AE;
	text-decoration: none; }
	
a.box:visited {
	border: none;
	color: #2C71AE; 
	text-decoration: none; }
	
a.box:hover {
	border: none;
	color: #FF6600;
	text-decoration: underline; }



/*Tabelas*/
.tabinterna{border-collapse:collapse;font-size:12px;color:#333333;}
.tabinterna td{border:1px solid #d6cd00;padding:.5em;}
.tabinterna th{border:1px solid #d6cd00;background:#d6cd00 url(../tr_amar.gif) repeat-x;font-size:13px;color:#000;font-weight:bold;padding:.5em;}

.tablar{border-collapse:collapse;font-size:12px;color:#333333;}
.tablar td{border:1px solid #ff6800;padding:.5em;}
.tablar th{border:1px solid #ff6800;background:#ff6800 url(../tr_laranja.gif) repeat-x;font-size:13px;color:#fff;padding:.5em;}

.tabazul{border-collapse:collapse;font-size:12px;color:#333333;}
.tabazul td{border:1px solid #328aa4;padding:.5em; background:#F4FBFD;}
.tabazul th{border:1px solid #328aa4;background:#328aa4 url(../tr_azul.gif) repeat-x;font-size:13px;color:#fff;padding:.5em;}

.tabverm{border-collapse:collapse;font-size:12px;color:#333333;}
.tabverm td{border:1px solid #a43232;padding:.5em; background:#FFF4F4;}
.tabverm th{border:1px solid #a43232;background:#a43232 url(../tr_verm.gif) repeat-x;font-size:13px;color:#fff;padding:.5em;}

.tabpreta{border-collapse:collapse;font-size:12px;color:#333333;}
.tabpreta td{border:1px solid #333333;backgroud:#F1F1F1;padding:.4em;}

.tabtransp{border-collapse:collapse;font-size:12px;color:#333333;}
.tabtransp td{border:1px solid #fff;padding:.5em;}
.tabtransp th{border:1px solid #fff;font-size:13px;color:#333333;padding:.5em;}

.tabouro{border-collapse:collapse;font-size:12px;color:#333333;}
.tabouro td{border:1px solid #f2c85e;padding:.5em;}
.tabouro th{border:1px solid #f2c85e;background:#f2c85e url(../tr_ouro.gif) repeat-x;font-size:13px;color:#000;padding:.5em;}

.tabprata{border-collapse:collapse;font-size:12px;color:#333333;}
.tabprata td{border:1px solid #b8b8bb;padding:.5em;}
.tabprata th{border:1px solid #b8b8bb;background:#b8b8bb url(../tr_prata.gif) repeat-x;font-size:13px;color:#000;padding:.5em;}

.branco {color:#FFFFFF;}