/* CSS Document */

/* ///////////////////////////////////////// FORMATO DE CAPAS PRINCIPALES ////////////////////////////   INICIO    */

/* Cuerpo -------------------------------------------------------------------------- INICIO */

body {
	
	background-image: url(images/fondo.gif);
	background-repeat:repeat-x;
	background-color : #142c3d;
	color:#000000;
}

/* Cuerpo -------------------------------------------------------------------------- FIN */

/* Contenedor ---------------------------------------------------------------------- INICIO */

#contenedor {
	width : 1024px;
	background-image : url(images/cuerpoTrial.gif);
	padding : 0;
	margin : 0 auto;
	left : 50%;
	overflow:hidden;	
	/*margin-left : -370px;*/
	/*
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	*/
}

/* Contenedor ---------------------------------------------------------------------- FIN */

/* Titulo -------------------------------------------------------------------------- INICIO */

#titulo {
	margin : 0;
	position : relative;
	background-image : url(images/cabeceraTrial.gif);
	left : 0;
	width : 1024px;
	height : 260px;
	/*
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	*/
}

/*
 -------------------------------------------------------------------------- FIN */

/* OBJETOS DEL MENU ----------------------------------------------------------------- INICIO */

/* Capa del Menu ----------------------------------- INICIO */

#menu {
	padding : 0px 0px 0px 40px;
	width : 180px;
	float:left;
	/*
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	*/
}

/* Capa del Menu ----------------------------------- FIN */

/* Botones del Menu ----------------------------------- INICIO */

#titulomenu {
	background-image : url(images/menutitulo.gif);
	width : 109px;
	height : 43px;
	/*
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	*/
}

#noticias {
	background-image : url(images/bnoticias.gif);
	width : 109px;
	height : 28px;
}

/* Botones del Menu ----------------------------------- FIN */

/* MENU LATERAL -------------------------------------------------------------------- FIN*/

/* CAPA PRINCIPAL ----------------------------------------------------------------- INICIO */

#main {
	padding : 5px 0px 5px 20px;
	width : 755px;
	float:left;
	/*
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	*/
}

/* CAPA PRINCIPAL ----------------------------------------------------------------- FIN */

/* PIE DE LA WEB ----------------------------------------------------------------- INICIO */

/* Capa del Pie ----------------------------------- INICIO */

#pie{
	width:900px;
	height:20px;
	float:left;
	padding: 10px 50px 10px 70px;
	position:relative;
	background-image:url(images/pieTrial.gif);
	text-align:center;
	
	
}

/* Capa del Pie ----------------------------------- FIN */

/* Capa de la descripcion del pie ---------- INICIO */

#descripcionpie {
	font-style:italic;
	font-size:13px;
	margin:0 0 0 180px;
	/*
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	*/
}

/* Capa de la descripcion del pie ---------- FIN */

/* PIE DE LA WEB ----------------------------------------------------------------- FIN */

/* OTRAS CAPAS ----------------------------------------------------------------- INCIO */

.tituloseccion {
	padding : 0;
	margin : 0 auto;
	left : 50%;
	width:670px;
	font-size:20px;
	text-align:center;
	font-style:oblique;
	margin-top:5px;
	margin-bottom:10px;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	color:#000000;
}

.ficha {

	background-image:url(images/fichamarcas.jpg);
	width:740px;
	/*
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	*/
}

.titulo {
	text-align:center;
	font-size:18px;
}

.boton  {
	background-image:url(images/boton.gif);
	width:108px;
	height:26px;
	padding:2px 0px 0px 0px;
	text-align:center;
}

/* OTRAS CAPAS ----------------------------------------------------------------- FIN */

/* ///////////////////////////////////////// FORMATO DE CAPAS PRINCIPALES ////////////////////////////   FIN  */


/* ///////////////////////////////////////// FORMATO TEXTOS Y ENLACES ////////////////////////////   INICIO  */

a:link {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

a:visited {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

a:active {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

a:hover {
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#0066FF;
}

/* ///////////////////////////////////////// FORMATO TEXTOS Y ENLACES ////////////////////////////   FIN  */

/* ////////////////////////////////// FORMATO TABLAS Y CUADROS DE TEXTO  ////////////////////////////   INICIO  */
.textobotones {
	font-size:16px;
	font-weight:bold;
	color:#6D261F;
}

input {

	background-color:#e1eff6;
	font-size:12px;
	border-color:#396a81;
	border-width:1px;
	border-style:solid;
	color:#396a81;
	/*height:15px;*/
}

input.submit {
	cursor:pointer;
	/*height:20px;*/
}

#login {
	/*background:url(images/user.gif) no-repeat left;*/
	/*padding-left:20px;*/
}

#pass {
	/*background:url(images/pass.gif) no-repeat left;*/
	/*padding-left:20px;*/
}

#repass {
	/*background:#e1eff6 url(images/pass.gif) no-repeat left;*/
	/*padding-left:20px;*/
}

label {

	color:#396a81;
	font-weight:bold;
	font-size:14px;
}

span {
	
	color:#396a81;
	font-size:14px;
	
}

span.negrita {
	
	font-weight:bold;
	
}

.cuadroamarillo {

	padding : 0;
	margin : 0 auto;
	left : 50%;
	background-color:#feffc4;
	border-color:#a4a608;
	border-width:1px;
	border-style:solid;
	color:#5f600f;
	width:700px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
	background:#feffc4 url(images/alerta.gif) right top no-repeat;

}

.tablaficha {

	padding : 0;
	margin : 0 auto;
	left : 50%;

}

/* ////////////////////////////////// FORMATO TABLAS Y CUADROS DE TEXTO  ////////////////////////////   FIN  */



/* ///////////////////////////////////////// ANIMACION DEL MENU ////////////////////////////   INICIO  */

#kwicks_container {
	/*margin-top:-10px;*/
	height: 40px;
	width:730px;
	/*
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	*/
}
#kwicks {
	position: relative;
	cursor:pointer;
}

#kwicks .kwick {
	float: left;
	display: block;
	width: 80px;
	height: 40px;
}

.clr{

	background-image:url(images/clr.jpg);
	height: 40px;
	width: 6px;
	float: left;

}

#kwick_login { background-image:url(images/login.jpg); }
#kwick_principal { background-image:url(images/principal.jpg); }
#kwick_noticias { background-image:url(images/noticias.jpg); }
#kwick_entrenos { background-image:url(images/entrenos.jpg); }
#kwick_imagenes { background-image:url(images/imagenes.jpg); }
#kwick_videos { background-image:url(images/videos.jpg); }
#kwick_socios { background-image:url(images/socios.jpg); }
#kwick_foro { background-image:url(images/foro.jpg); }


/* ///////////////////////////////////////// ANIMACION DEL MENU ////////////////////////////   FIN  */

/* //////////////////////////////////////// CAPA DE CARGA /////////////////////////////////	   INICIO */

#cargando {
	
	background-image:url(images/bgload.gif);
	height:2000px;
	left:0px;
	top:0px;
	width:2000px;
	z-index:1000;
	position:absolute;
	float:inherit;
	/*display:none;*/
	visibility:hidden;
}

#loader {
	
	/*margin-left:5px;*/
	left:0px;
	top:0px;
	width:160px;
	height:35px;
	margin-top:300px;
	border: solid 2px #33CC33;
	background-color:#FFFFFF;
	
}


/* //////////////////////////////////////// CAPA DE CARGA /////////////////////////////////	   FIN */

/* //////////////////////////////////////// GALERIA /////////////////////////////////	   INICIO */

.ficha_galeria {
	
	overflow:hidden;
	margin-left:30px;	
}

.galeria {
	float:left;
	cursor:pointer;
	width:250px;
	background-image:url(images/Galeria.jpg);
	background-repeat:no-repeat;
	padding-left:55px;
	height:50px;
	/*border:solid 1px red;*/
	margin:5px 5px 5px 5px;
	
}

.imagen {
	float:left;
	width:100px;
	margin:5px 5px 5px 5px;
}


/* //////////////////////////////////////// GALERIA /////////////////////////////////	   FIN */


/* //////////////////////////////////////// CASILLAS /////////////////////////////////	   INICIO */

.anuncio {

	border: solid 1px #bfc100;
	padding:10px 10px 10px 10px ;
	background-color:#feff9f;
	/*background-image:url(../../../images/regalo.gif);*/
	background-repeat:no-repeat;
	background-position:right;
	margin:0 0 15px 15px;
	float:left;
	width:700px;
}	

/*border: solid 1px blue;*/
/*background-color:#a6d0ff;*/
/*background-repeat:no-repeat;*/
/*background-position:right;*/
/*margin:0 0 15px 15px;*/

/* Ventana Noticias ---------------------------------------- INICIO */

.anuncio_noticia {

	margin:10px 0 30px 0;
	float:left;
	/*
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	*/
}

.anuncio_noticia_cabecera {
	
	background-image:url(images/ventanaGrisCabecera.gif);
	float:left;
	width:740px;
	height:48px;
	
}

.anuncio_noticia_cuerpo {

	background-image:url(images/ventanaGrisCuerpo.gif);
	float:left;
	width:700px;
	padding: 10px 25px 0px 15px ;

}

.anuncio_noticia_cabecera_titulo {

	margin:20px 70px 0 70px;
	text-align:center;
	/*
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	*/
}

.anuncio_noticia_pie {

	background-image:url(images/ventanaGrisPie.gif);
	float:left;
	width:710px;
	padding: 10px 20px 0px 10px ;
	height:25px;

}

/* Ventana Noticias ---------------------------------------- FIN */

/* Ventana Anuncio ---------------------------------------- INICIO */

.anuncio_rojo {

	margin:10px 0 30px 0;
	float:left;
	/*
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	*/
}

.anuncio_rojo_cabecera {
	
	background-image:url(images/ventanaRojoCabecera.gif);
	float:left;
	width:740px;
	height:48px;
	
}

.anuncio_rojo_cuerpo {

	background-image:url(images/ventanaRojoCuerpo.gif);
	float:left;
	width:700px;
	padding: 10px 25px 0px 15px ;

}

.anuncio_rojo_cabecera_titulo {

	margin:20px 70px 0 70px;
	text-align:center;
	/*
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	*/
}

.anuncio_rojo_pie {

	background-image:url(images/ventanaRojoPie.gif);
	float:left;
	width:710px;
	padding: 10px 20px 0px 10px ;
	height:20px;

}

/* Ventana Anuncio ---------------------------------------- FIN */

/* Ventana Destacado ---------------------------------------- INICIO */

.destacado {

	margin:10px 0 30px 0;
	float:left;
	/*
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	*/
}

.destacado_cabecera {
	
	background-image:url(images/ventanaAmarilloCabecera.gif);
	float:left;
	width:740px;
	height:48px;
	
}

.destacado_cuerpo {

	background-image:url(images/ventanaAmarilloCuerpo.gif);
	float:left;
	width:700px;
	padding: 10px 25px 0px 15px ;

}

.destacado_cabecera_titulo {

	margin:20px 70px 0 70px;
	text-align:center;
	/*
	border-color:#000000;
	border-style:solid;
	border-width:1px;
	*/
}

.destacado_pie {

	background-image:url(images/ventanaAmarilloPie.gif);
	float:left;
	width:730px;
	padding: 10px 0px 0px 10px ;
	height:15px;
	margin:0 0 15px 0;

}

/* Ventana Destacado ---------------------------------------- FIN */

.checkuser {

	border: solid 1px #a00404;
	padding:3px 3px 3px 3px ;
	background-color:#ffb6b6;

}

/* //////////////////////////////////////// CASILLAS /////////////////////////////////	   FIN */

#idList {
	margin: 25px 0 0 10px;
	padding: 0;
}
 
#idList li {
	display: block;
	margin: 0;
	padding: 4px;
	width: 120px;
	border-bottom:solid 1px #888;
	color: #888;
	list-style-type:none;
	text-family:"magneto";
}
