
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/027_fondo_pagina.jpg);
}
.texto {
	font-family: Tahoma;
	font-size: 10px;
	color: #CCCCCC;
}
.Estilo2 {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.titulos {
	font-family: Tahoma;
	font-size: 10px;
    color: #F3DC04;
}
.destacados {
	font-family: Tahoma;
	font-size: 10px;
    color:#F3DC04 ;
}

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