/* CSS Document */
body {
	color: white;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 10px;
	margin: 0;
	padding: 0;
	background-color: #292929;
}

table {
	border-collapse: collapse;
}

td {
	color:#FFFFFF;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	TEXT-DECORATION: none;
}
a {
	font-family :  Verdana;
	color : #FFFFFF;
	FONT-SIZE: 12px;
	text-decoration : none;
}
a:active {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}

#resultado_cad_newsletter {
	text-align: left;
}

form {
	display: inline;
}

#newsl_loading {
	display: none;
}

#listaNoticiasHome dt, #listaNoticiasHome dd { color: #000; }