@charset "UTF-8";
/* CSS Document */

a:link {
	text-decoration: none;
	color:#ededed;
}
a:visited {
	text-decoration: none;
	color:#ededed;
	}
a:hover {
	text-decoration: none;
	color:#ededed;
}
a:active {
	text-decoration: none;
	color:#ededed;
}
body {
	background-color: #FFF; 
}


.Texto {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 11px;
	font-weight: 100;
	text-align: justify;
	color: #001421;
	line-height: 130%;
	font-weight: 100;
	}
.TextoPequeno {
	font-size: 9px;
	font-family:Helvetica,Arial,sans-serif;
	font-weight:100;
	color: #001421;
	line-height:130%;
	letter-spacing:0.9px; 
	font-weight:100;
	text-align:right;
	}
.TextoPequenoEsquerda {
	font-size: 9px;
	font-family:Helvetica,Arial,sans-serif;
	font-weight:100;
	color: #001421;
	line-height:130%;
	letter-spacing:0.9px; 
	font-weight:100;
	text-align:left;
	}
.link2 {
	font-size: 9px;
	font-family:Helvetica,Arial,sans-serif;
	font-weight:100;
	color: #ededed;
	line-height:130%;
	letter-spacing:0.9px; 
	font-weight:100;
	text-align:center;
	}
.LerMais {
	font-family:Helvetica,Arial,sans-serif;
	text-align:right;
	font-size: 11px;
	font-weight:100;
	color: #001421;
	line-height:130%;
	letter-spacing:0.9px; 
	font-weight:100;
	}
.EmFoco{
	text-align:justify;
	padding:5px;
	/*border-top-left-radius: 0px; 
	border-top-right-radius: 0px;
	border-bottom-right-radius: 6px; 
	border-bottom-left-radius: 6px;*/
	background-image: -ms-linear-gradient(top, #afcfff 0%, #eaf1fb 100%);
	background-image: -moz-linear-gradient(top, #afcfff 0%, #eaf1fb 100%);
	background-image: -o-linear-gradient(top, #afcfff 0%, #eaf1fb 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #afcfff), color-stop(1, #eaf1fb));
	background-image: -webkit-linear-gradient(top, #afcfff 0%, #eaf1fb 100%);
	background-image: linear-gradient(to bottom, #afcfff 0%, #eaf1fb 100%);
	/*background-image: -ms-linear-gradient(top, #578aab 0%, #0098FFF 100%);
	background-image: -moz-linear-gradient(top, #578aab 0%, #0098FFF 100%);
	background-image: -o-linear-gradient(top, #578aab 0%, #0098FFF 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #578aab), color-stop(1, #0098FFF));
	background-image: -webkit-linear-gradient(top, #578aab 0%, #0098FFF 100%);
	background-image: linear-gradient(to bottom, #578aab 0%, #0098FF 100%);*/
}
.TituloEmFoco {
	font-family:"Arial Rounded MT Bold";
	font-size: 14px;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#ededed;
	text-transform:uppercase;
	line-height:1.2;
	text-align:justify;
}

.Seccao {
	font-family:"Arial Rounded MT Bold";
	font-size: 14px;
	font-weight:bold;
	letter-spacing:0.1em;
	color:#ededed;
	text-transform:uppercase;
	line-height:1.2;
	text-align:justify;
	/*border-top-left-radius: 6px; 
	border-top-right-radius: 6px;
	border-bottom-right-radius: 0px; 
	border-bottom-left-radius: 0px;*/
	background-image: -ms-linear-gradient(left, #233c4c 0%, #0098FF 100%);
	background-image: -moz-linear-gradient(left, #233c4c 0%, #0098FF 100%);
	background-image: -o-linear-gradient(left, #233c4c 0%, #0098FF 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #233c4c), color-stop(1, #0098FF));
	background-image: -webkit-linear-gradient(left, #233c4c 0%, #0098FF 100%);
	background-image: linear-gradient(to right, #233c4c 0%, #0098FF 100%);
	padding-left:10px;
}
.TituloNoticia {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 11px;
	font-weight: Bold;
	letter-spacing: 0.1em;
	color: #233c4c;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;	
		}
.FrameNoticia {
	
	padding:5px;
	-webkit-transition: opacity 0.3s linear; opacity: 0.85;
	transition: opacity 0.3s linear; opacity: 0.85;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -kthtml-transition: all 0.3s linear;
    transition: all 0.3s linear;
	

}

.FrameNoticia:hover{
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -kthtml-transition: all 0.3s linear;
    transition: all 0.3s linear;
	/*border-top-left-radius: 0px; 
	border-top-right-radius: 0px;
	border-bottom-right-radius: 6px; 
	border-bottom-left-radius: 6px;*/
	background-image: -ms-linear-gradient(top, #D5E6FF 0%, #eaf1fb 100%);
	background-image: -moz-linear-gradient(top, #D5E6FF 0%, #eaf1fb 100%);
	background-image: -o-linear-gradient(top, #D5E6FF 0%, #eaf1fb 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #D5E6FF), color-stop(1, #eaf1fb));
	background-image: -webkit-linear-gradient(top, #D5E6FF 0%, #eaf1fb 100%);
	background-image: linear-gradient(to bottom, #D5E6FF 0%, #eaf1fb 100%);
	transition: opacity 0.3s linear; opacity: 1;
	border-width: 0px; 
	border-style: solid; 
	
	
	
	box-shadow: #333333 0px 0px 0px 0px; 
	-webkit-box-shadow: #333333 0px 0px 0px 0px;"	
	
	
}
