/* CSS Document */

BODY {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 9px;
	text-align: justify;
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

a {
	font-size:9px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#000000;
	font-weight: bold;
}

a:hover{
	text-decoration:underline;
}

a.nobold {
	font-weight:normal;
}

.titulo{
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
}

