@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../imagenes/interfaz_portada.jpg);
	margin: 0px;
	padding: 0px;
	background-repeat:repeat-x;
	background-position: left top;
	background-color:#19A0A3;
	font-family: Arial, Helvetica, sans-serif;
	color: #2A514E;
	font-size: 14px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu ol {
	list-style-image: url(../imagenes/interfaz_34.png);
}
#indice ol li {
	margin-bottom: 8px;
}
ol.directorio {
	width: 300px;
	margin-left: 20px;
}
#contenedor {
	height:540px;
	width: 720px;

	position:relative;
}
#top {
	height: 102px;
	position: relative;
	clear:both;
}
#nav {
	position: absolute;
	left: 350px;
	top: 5px;
}
#contenido {
	height:418px;
	
}
#menu a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu {
	position: absolute;
	top:263px;
	left: 424px;
	width: 300px;
}
#menu a {
color:#FFFFFF;
	margin-bottom: 30px;
	display: block;
}
.pareja {
	background-image: url(../imagenes/interfaz_48.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#titulo {
	padding-top: 20px;
	padding-left: 20px;
}
.uniformes {
	background-image: url(../imagenes/interfaz_45.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.butacas {
	background-image: url(../imagenes/interfaz_51.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#indice li a , a{
	color: #ffffff;
	text-decoration: none;
}
#indice li a:hover , a:hover{

	color: #F8B334;
	text-decoration: none;
}
