@charset "utf-8";
/* CSS Document */

body{
	text-align:center;
	margin:35px 10px 0;
	background-image:url(imagenes/fondo2.png);
	background-repeat: repeat-y;
	background-color: #FCFDFC;
}
.rojo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3300;
	font-weight: bold;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
