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

body{
	text-align:center;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-image:url(../imagenes/background.jpg);
	background-repeat:repeat-x;
}

.contenedor_general{
	width:1024px;
	text-align:center;
	margin:auto;}
	
.menu{
	width:1024px;
	float:left;
	padding-left:40px;}

	
.boton{
	background-image:url(../imagenes/boton_menu1.jpg);
	background-repeat:no-repeat;
	width:134px;
	height:37px;
	float:left;
	color:#FFF;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	margin-top:16px;
}
	
.boton:hover{
	background-image:url(../imagenes/boton_menu1_over.jpg)}

.player{
	position:relative;
	top: 25px;
	left: 650px;
}

.bandita{	
	background-image:url(../imagenes/bandita.jpg);
	background-repeat:no-repeat;
	width:1024px;
	float:left;
}

.bandita_convo{	
	background-image:url(../imagenes/bandita_convo.jpg);
	background-repeat:no-repeat;
	width:1024px;
	float:left;
}
	
.bandita_resultados{	
	background-image:url(../imagenes/bandita_resultados.jpg);
	background-repeat:no-repeat;
	width:1024px;
	float:left;
} 
.bandita_inscripciones{	
	background-image:url(../imagenes/bandita_inscripciones.jpg);
	background-repeat:no-repeat;
	width:1024px;
	float:left;
} 
.bandita_multimedia{	
	background-image:url(../imagenes/bandita_multimedia.jpg);
	background-repeat:no-repeat;
	width:1024px;
	float:left;
} 
.bandita_contacto{	
	background-image:url(../imagenes/bandita_contacto.jpg);
	background-repeat:no-repeat;
	width:1024px;
	float:left;
} 

.bandita_ruta{	
	background-image:url(../imagenes/bandita_ruta.jpg);
	background-repeat:no-repeat;
	width:1024px;
	float:left;
} 
.countdown{
	padding-right:66px;
	text-align:right;
}

.contenedor{
	background-image:url(../imagenes/principal.jpg);
	width:1024px;
	height:559px;
	float:left;
}

.contenedor_sin_pic{
	width:1024px;
	height:559px;
	float:left;
}

.tabla_convocatoria{
	background-image:url(../imagenes/convocatoria.jpg);
	background-repeat:no-repeat;
	width:250px;
	height:710px;
	vertical-align: top;
}

.alineacion_convo{
	padding-left:35px;
	text-align:left;
	font-size:12px;
	vertical-align: -10%;
	line-height: 8px;
	}
	
a{
	text-decoration:none;
	color:#000;
	}
	
a:hover{
	color:#900;
	text-decoration:underline;}
	
	
.puntos_convoca{
	text-align:center;
	font-size:14px;
	font-weight:bold;}
	
.contenedor_incripciones{
	height:500px;
	width:1024px;
}
.reproductor{
	float:left;
	padding-left:30px;
	padding-top:50px;
	width:302px;
}

.galeria{
	width:682px;
	padding-top:50px;
	float:left;}

.margen	{
	margin-top:40px;
	
}

