body {
	background-color: #71ACD4;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #787878;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #787878;

}
a:hover {
	text-decoration: underline;
	color: #787878;
}
a:active {
	text-decoration: none;
	color: #787878;
}

.style1 {
	color: #a0abb4;
	font-size: 10px;
	font-family: tahoma;
	text-decoration:none
}

.textosgris {
	color: #787878;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none
}

.textocampos {
	color: #787878;
	font-size: 11px;
	font-family: tahoma;
	color: #787878;
	font-weight:bold;
}

.style2 {
	color: #83929d;
	font-size: 11px;
	font-family: tahoma;
	text-align: justify;
}

.resaltarnaranja {
	color:#FF8019;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;	
}

.resaltarversos {
	color:#9FCC26;
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}

.resaltarnumeros {
	color:#9FCC26;
	font-family:tahoma;
	font-size:10px;
	font-weight:bold;
}

.resaltarceleste {
	color: #43C0F1;
	font-size: 12px;
	font-family: tahoma;
	font-weight:bold;
}

.style3 {
	color: #43C0F1;
	font-size: 11px;
	font-family: tahoma;
}
.style8 {color: #adb7be; font-size: 11px; font-family: tahoma; }

#listticker{
	height:200px;
	width:298px;
	overflow:hidden;
	border:solid 1px #DEDEDE;
	padding:6px 0px 14px 0px;;
}
#listticker li{
	border:0; margin:0; padding:0; list-style:none;
}
	#listticker li{
		height:60px;
		padding:5px;
		list-style:none;
	}
		#listticker a{
			color:#000000;
			margin-bottom:
		}
		#listticker .news-title{
			display:block;
			font-weight:bold;
			margin-bottom:4px;
			font-size:11px;
		}
		#listticker .news-text{
			display:block;
			font-size:11px;
			color:#666666;
		}
		#listticker img{
			float:left;
			margin-right:14px;
			padding:4px;
			border:solid 1px #DEDEDE;
		}

