@charset "UTF-8";

a:focus{
	outline:none;
}

h1{
font-size:22px;
}

html,body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	padding:0;
	margin:0;
	background-image:url(../imagenes/bg2.jpg);
}
.contenedor{
	padding-top:30px;/*
	background-image:url(../imagenes/imagen_fondo_opcion_02.jpg);*/
	background-image:url(../imagenes/home/fondo.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.contenido{
	width:1000px;
	margin:auto;
}
.contenido_top{
	height:43px;
	height:7px;
	padding-top:10px;
	padding-left:10px;
	background-image:url(../imagenes/home/top.png);
	background-position:top;
	background-repeat:no-repeat;
}


/*CABECERA*/
.contenido_cabecera{
	height:206px;
	background-repeat:no-repeat;
	background-position:top;
	padding-left:20px;
}
#cabecera_inscripcion{
	background-image:url(../imagenes/cabeceras/cabecera_inscripcion.jpg);
	background-image:url(../imagenes/top/img_top_inscripcion.jpg);
}
#cabecera_noticias{
	background-image:url(../imagenes/cabeceras/cabecera_noticias.jpg);
	background-image:url(../imagenes/top/img_top_noticias.jpg);
}

#cabecera_sponsor{
	background-image:url(../imagenes/cabeceras/cabecera_sponsors.jpg);
	background-image:url(../imagenes/top/img_top_sponsors.jpg);
}

#cabecera_contacto{
	background-image:url(../imagenes/cabeceras/cabecera_inscripcion.jpg);
	background-image:url(../imagenes/top/img_top_contacto.jpg);
}

#cabecera_home{
	background-image:url(../imagenes/cabeceras/cabecera_home.jpg);
	background-image:url(../imagenes/top/img_top_home.jpg);
}

#cabecera_reglamento{
	background-image:url(../imagenes/cabeceras/cabecera_home.jpg);
	background-image:url(../imagenes/top/img_top_reglamento.jpg);
}

#cabecera_videos{
	background-image:url(../imagenes/cabeceras/cabecera_home.jpg);
	background-image:url(../imagenes/top/img_top_videos.jpg);
}


/*COLUMNAS*/
.contenido_columnas{
	background-color:#FFF;
	min-height:400px;
	padding-top:10px;
}
.columna_izquierda{
	width:180px;
	float:left;
	display:none;
}
.columna_central{
	width:660px;	
	float:left;
	margin-left:9px;
	padding-right:20px;
}
.columna_derecha{
	width:300px;	
	float:right;
	padding-right:9px;
	margin-top:-10px;
}

/*FOOTER*/
.footer a{
	color:#6f6f6f;
}
.footer{
	background-image:url(../imagenes/inscripcion/footer.gif);
	background-position:top;
	background-repeat:no-repeat;
	height:22px;
	padding-top:105px;
	padding-right:150px;
	margin-bottom:20px;
	text-align:right;
	color:#f6bc48;
}



/*MENU*/
.menu {
	/*width:985px; padding-right:15px;*/
	width: 1000px;
	margin:auto;
	height:19px;
	background-image:url(../imagenes/inscripcion/pestanha_menu.png);
	background-position:right top;
	background-repeat:no-repeat;
	background-size: 900px;
	
	text-align:right;
	font-size:12px;
	color:#f6bc48;
	line-height:20px;
}

.menu a{
	color:#6f6f6f;
	padding:0px 3px 0px 3px;
}

#activo{
	color:#f6bc48;
}


ul{
	padding:0;
	margin:0;
	padding-left:15px;
}


/*FORMULARIO*/
.datos_jugador{
	border-top:1px solid #CCCCCC;
	padding-top:10px;
	width:600px;
}
.formulario_item{
	padding:0px 0px 10px 0px;
	float:left;
	width:300px;
}
label{
}
.subtitulo{
	font-size:14px;
	padding-bottom:0px;
	font-weight:bold;
}
.formulario_subtitulo{
	font-size:14px;
	padding-bottom:5px;
	font-weight:bold;
}
.formulario_subtitulo img{
	vertical-align:baseline;
}
.formulario_input{
	width:290px;
}

.limpiador{
	clear:both;
}
#mayusculas{
	text-transform:uppercase;
}
.textarea_concidiones{
	width:600px;
	height:80px;
}




/*NOTICIAS*/
.noticia_contenedor_completa{
	border-bottom:1px solid #CCCCCC;
	padding-top:10px;
	margin-top:10px;
}

.noticia_contenedor{
	border-top:1px solid #CCCCCC;
	padding-top:10px;
	margin-botom:10px;
	padding-left:10px;
}

.noticia_foto{
	float:left;
	width:140px;
	min-height:140px;
	padding-bottom:9px;
}
.noticia_texto{
	color:#6f6f6f;
	float:right;
	width:500px;
}
.noticia_titulo a{
	color:#6f6f6f;
	font-size:12px;
	font-weight:bold;
}
.noticia_titulo{
}
.noticia_fecha{
	font-size:10px;
	font-style:italic;
	color:#999999;
}
.noticia_intro{
}
.noticia_leer{
	padding-top:5px;
}



/*CONTACTO*/
.input_contacto{
	width:380px;
}

.textarea_contacto{
	width:580px;
	height:140px;
}


/*CAJAS*/
.columna_caja{
	background-image:url(../imagenes/inscripcion/cajas_punteado.gif);
	padding:0px 0px 5px 5px;
	margin:0px 0px 10px 0px;
}
.caja_subtitulo{
	background-image:url(../imagenes/inscripcion/caja_top.gif);
	background-repeat:repeat-x;
	font-size:12px;
	padding-bottom:5px;
	font-weight:bold;
	height:16px;
}
.caja_foto{
	float:left;
	width:60px;
}
.caja_texto{
	float:right;
	width:230px;
	color:#666666;
}
.caja_enlace{
}


/*VIDEOS*/
.videos_col{
	background-image:url(../imagenes/home/videos_punteado.gif);
	background-repeat:repeat-y;
	margin-bottom:10px;
	padding: 0px 5px 0px 3px;
}
.videos_titulo{
	background-image:url(../imagenes/home/videos_top.gif);
	color:#FFFFFF;
	padding:3px 0px 3px 5px;
	text-transform:uppercase;
	font-weight:bold;
}
.videos_activo{
	padding:4px 0px 0px 0px;
	text-align:center;
}
.videos_listado{
	border-bottom:1px solid #9acc35;
	font-size:11px;
	padding:5px 2px 4px 3px;
	background-image:url(../imagenes/home/btn_ver_video.png);
	background-position:240px center;
	background-repeat:no-repeat;
}
.videos_listado a{
	color:#000000;
}

.acceder_listado_videos{
	font-size:11px;
	padding:8px 2px 0px 6px;
}

/*GENERAL*/

textarea{
	background-color:#eaf1c8;
	border:1px solid #000;
}

select{
	background-color:#eaf1c8;
	border:1px solid #000;
}

input{
	border:1px solid #000;
	background-color:#eaf1c8;
}

a{
	color:#eaa725;
	text-decoration:none;
}

a:hover{
	color:#999999;
}

img{
	border:none;
}


/*reglamento*/
strong.nar {
	color:#eaa725;
}

#texto_reglamento {
	margin-left: 10px;
}

.titulo_naranja {
	border-bottom:1px solid #cfcfcf;
	color:#eaa725;
	font-size:14px;
	font-weight:bold;
}

.jornadas {
   width:500px;
}

.jornadas_izquierda {
float:left;
}

.jornadas_derecha {
float:left;
margin-left:20px;
}
/*fin_reglamento*/

/*LOGIN*/
.login_btn{
	vertical-align:middle;
}
.contenido_login{
	width:1000px;
	margin:auto;
	
}

.caja_login{
	float:right;
	width:191px;
	margin:auto;
	padding:0px 0px 0px 0px;
	margin-bottom:10px;
	/*visibility:hidden;*/
}

.input_login{
	width:150px;
	background-color:#eaf1c8;
	margin-top:1px;
}

.caja_login_top{
	background-image:url(../imagenes/home/login_top.png);
	background-repeat:no-repeat;
	background-position:top;
	height:11px;
}

.caja_login_bottom{
	background-image:url(../imagenes/home/login_bottom.png);
	background-repeat:no-repeat;
	background-position:top;
	height:11px;
}

.caja_login_contenido{
	background-color:#FFFFFF;
	padding:0px 5px 0px 5px;
}

.otronaranja{
	color:#f6bc48;
}

.naranja{
	color:#FF0000;
}

.sponsor_caja{
	margin-top:10px;
	width:650px !important;
}

.caja_campos{
	margin-top:10px;
	width:650px !important;
}

.titulos_campos a{
	color:#f6bc48 !important;
}

.titulo_clasificaciones_grupo{
	background-color:#000000;
	color:#FFFFFF;
	padding:3px 0px 3px 21px;
	background-image:url(../imagenes/punto_negro.gif);
	background-repeat:no-repeat;
	background-position:10px center;
	font-weight:bold;
}

.titulo_clasificaciones_grupo b{
	color:#f6a925;
}

.margen_izquierdo{
padding-left:60px;
}


.tablas_clasificacion{
	margin-bottom:10px;
}

.tabla_izquierda{
	width:300px;
	float:left;
}
.tabla_derecha{
	width:300px;
	float:right;
}

.descargarpdf{
font-size:12px;
text-align:right;
padding-right:40px;
background-image:url(../imagenes/icono_pdf.gif);
background-repeat:no-repeat;
background-position:right;
line-height:30px;
}
