/* autor: Jesus RAEZ GASCON */
/* Fecha creacion: Noviembre 2007 */
/* HTML Selectores */
	
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-align:center;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/fondo.gif);
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color:#FFCC33;
}
a:active {
	color: #FFFFFF;
}

