@charset "UTF-8";
/* CSS Document */

#fondoCabecera {
	position:absolute;
	height:200px;
	background-image:url(Cabecera.jpg);
	background-repeat:no-repeat;
	top: 0;
	width: 700px;
}


#Menu {
	position:relative;
	top:168px;
	width:100%;
	height:25px;
	color:#330066;
	left: 0%;
}



#fondoVisitante {
	position:relative;
	top:0%;
	width:186px;
	height:400px;
	color:#333300;
	left: 0%;
}

#proximos {
	position:relative;
	background-image:url(Proximos.jpg);
	background-position:top;
	background-repeat:no-repeat;
	top:0px;
	width:290px;
	height:425px;
	left: 0px;
	color:#FFCCCC;
}


a {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: inherit;
	color:#666699;
	cursor: pointer;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

img {
	border-style:none
}


.rojo {
	color: #993300;
}

.amarillo {
	color: #66CC00;
}

.verde {
	color: #00CC66;
}

.pequeno {
	color: #00cc66;
	font-size: x-small;
}