/* CSS Document */
body {
	background-color: #ff194c;
	background-image: url(../images/fondo.gif);
	background-repeat: repeat; 
	text-align: center;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	font-size:12px;		
	margin-top: 0px; /* superior */
	margin-bottom: 0px; /* inferior */
}

.fondo-boton {
	background-image: url(../images/boton-menu-1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.fondo-boton2 {
	background-image: url(../images/boton-menu-2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.hiper {	
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
}
.hiper:active { color: #FFFF00; }
.hiper:hover { color: #FFFF00; }
.hiper2 {	
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #ffffff;
	text-decoration: none;
}
.hiper2:active { color: #FFFF00; }
.hiper2:hover { color: #FFFF00; }
.hiper3 {	
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.hiper3:active { color: #FFFF00; }
.hiper3:hover { color: #FFFF00; }
.hiper4 {	
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
.hiper4:active { color: #FFFF00; }
.hiper4:hover { color: #FFFF00; }

.parrafo { 	font-size: 14px;
			color: #666666; }