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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(../img/bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;
	background-color:#174273;
}

.titulo {font-family: "Trebuchet MS"; font-size: 24px; color: #114F83;}

.texto16{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-style:normal;
	font-weight:100;
	color:#4B3F32;
	text-align:justify;
	line-height:20px;
}

.texto{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	color:#494136;
}

.texto_bold{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#494136;
}

.tit_noticias{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#0B92D8;
	line-height:35px;
}

.info{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#494136;
	font-weight:normal;
}

.text_destaques{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#494136;
	font-weight:normal;
}

.text_destaques2{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#494136;
	font-style:italic;
}

a:link {
	color: #104273;
	text-decoration: none;
}
a:visited {
	color: #104273;
	text-decoration: none;
}
a:hover {
	color: #0B92D8;
	text-decoration: underline;
}
a:active {
	color: #104273;
	text-decoration: none;
}