/* -------------- Estilos Generales ----------------- */

body {
	margin: 0em;
	padding: 0em;
	border: none;
	font: 12px arial;
	color: #ffffff;	
	background: #3f3f3f;
	border-top: 7px solid #b20000;
}

html {
	margin: 0em;
	padding: 0em;
}

div.hr {
	margin: 0em;
	padding: 0em;
	background: url(../img/hr.gif) repeat-x;
	height: 0.1em;
	float: left;
	width: 100%;
}
div.hr hr{display: none;}

div.hr2 {
	margin: 2em 0em 0em 0em;
	padding: 0em;
	background: url(../img/hr.gif) repeat-x;
	height: 0.1em;
	float: left;
	width: 100%;
}
div.hr2 hr{ display: none;}

h1 {
	margin: 0em;
	padding: 0em;
	top: 0em;
	left: -500em;
	float: left;
	position: absolute;
}
h2 {
	margin: 0.5em 0em 0em 1.6em;
	font: bold 1.1em Verdana;
	color: #ff9a1a;
	width: 50%;
	float: left;
}
html>body h2 { margin: 0.5em 0em 0em 3.2em;}
.tit_carrera {
	margin: 0em;
	font: bold 1.2em Verdana;
	color: #ff9a1a;
	width: 85%;
	float: left;
}
.premio {
	margin: 0em;
	padding: 0.1em 0em 0.1em 0em;
	font: bold 1em Verdana;
	color: #333333;
	text-transform: uppercase;
	background: #f0f0f0;
	width: 64%;
	text-indent: 2em;
	float: left;
}
h3 {
	margin: 0em 0em 0em 0em;
	padding: 0.7em 0em 0.9em 0em;
	font: bold 1em Verdana;
	color: #333333;
	text-transform: uppercase;
	background: #f0f0f0;
	width: 100%;
	text-indent: 2em;
	float: left;
}

a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #ffffff;
	cursor: pointer;
	}
a img {
	border: none;
	text-decoration: none;
	}
img {
	border: none;
	text-decoration: none;
	background: url("cargando.gif") no-repeat top left;
	}
li { list-style: none; }
label, button {cursor:pointer;}
input, select, textarea {font-size: 100%;}
fieldset {border: none;}

a.rojo {
	color: red;
	text-decoration: none;
}
a.rojo:hover{text-decoration: underline;}

/* colores */
.rojo { color: red; }
.subrayado_rojo {
	color: #ffffff;
	font-weight: bold;
	border-bottom: 1px solid red;
}
.subrayado_oscuro {
	font-weight: bold;
	border-bottom: 1px solid #818181;
}
.blanco { color: white; }
.link_rojo:link, .link_rojo:visited {
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #ff0000;
}
.link_rojo:hover {
	font-weight: bold;
	color: #818181;
	border-bottom: 1px solid #ff0000;
}
/* /colores */

/* tamanos */
.Mtop5 { 
	*margin-top: 5px; /* IE7 */ 
	_margin-top: 5px; /* IE6 */
}
.anchuraMinima { width: 104px;}
.margen10 {margin-left: 10px; color: #818181; line-height: 120%;}
.tamanoFuente12 { font-size: 12px; font-weight: bold}
/* /tamanos */

/* basicos */
#contenedor {
	margin: 0px auto;  
	width: 987px;
	min-height:816px;
	height: auto !important;
	height: 816px;			
	background: #070707;
}

#cabecera {
	background: #fff url(../images/bg_cabecera.jpg) no-repeat;
	width: 987px;
	height: 228px;	
	position: relative;
}

#contenido {
	position: relative;
	width: 987px;
	height: 550px;	
	min-height: 550px;
	height: auto!important;
	border-top: 1px solid #434243;	
	background: #070707 url(../images/bg_contenido.gif) no-repeat;	
}
.floatLeft { float: left; }
.floatRight { float: right; }
.clear { clear: both; }
.imgGrande { 
	border: 3px solid #fff; 
	outline: 1px solid #ddd;  
}
blockquote {
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-left: 5px;
	font-size: 12px;
	border-left: 3px solid #ff0000;
	color: #818181;
	}
.blockquote {
	float: right;
	width: 350px;
	_width: 320px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-left: 5px;
	border-left: 3px solid #ff0000;

	color: #fff;
	margin-right: 135px; 
	_margin-right: 105px; 
	}
.blockquote2 {
	float: left;
	width: 450px;
	_width: 420px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-left: 5px;
	border-left: 3px solid #ff0000;
	
	color: #fff;
	margin-left: 10px; 
	_margin-left: 105px; 
	line-height: 200%;
	}
.enlaceEstatico, .enlaceEstatico:visited	 {
	color: #fff;
	border-bottom: 1px solid red;
}
.enlaceEstatico:hover	 {
	color: #fff;
	border: none;
}
/* /basicos */

/* cabecera */
.logo {
	position: absolute;
	top: 24px;
	left: 26px; 	
	width: 179px;
	height: 183px; 
}
.datos {
	position: absolute;
	top: 0px;
	right: 220px;
	padding: 10px 5px 0px 0px;
	text-align: right;
	color: #373334;		
	width: 200px; /* 185 - 5 */
	height: 64px; /* 74 - 10 */
	font-family: arial;
	font-size: 12px;
	line-height: 1.2em; 
}
.socios {
	margin: 0px 14px 0px 0px;
	padding: 0px;
	right: 0px;
	text-align: right;
	width: 197px;
	height: 84px;
	float: right;
}
.telefono {
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
}
/* /cabecera */

/* menu */
#menu {
	position: absolute;
	top: 50px;
	left: 17px;
	width: 172px;
	}
.menu1 {
	margin: 0px 0px 10px 0px;
	float:left;
	}

.titMenu1 {	
	padding: 7px 0px 0px 25px;
	font-family: arial;
	font-size: 13px;
	text-transform: uppercase;
	background: url(../images/bot_karting.gif) top left no-repeat;
	width: 147px; /*172-25*/
	height: 19px; /* 26-7*/
	float: left;
	}
.titMenu2 {	
	padding: 6px 0px 0px 25px;
	font-family: arial;
	font-size: 13px;
	text-transform: uppercase;
	background: url(../images/bot_circuito.gif) top left no-repeat;
	width: 147px; /*172-25*/
	height: 19px; /* 25-6*/
	float: left;}
.titMenu3 {	
	padding: 9px 0px 0px 25px;
	font-family: arial;
	font-size: 13px;
	text-transform: uppercase;
	background: url(../images/bot_servicios.gif) top left no-repeat;
	width: 147px; /*172-25*/
	height: 19px; /* 28-9*/
	float: left;
	}

ul#menuLista  {
	float: left;
	width: 155px;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}

ul#menuLista li.superior1  {
	padding: 4px 0px 0px 20px;
	background: url(../images/bot_supmenu.gif) top left no-repeat;
	width: 135px; /*155-20*/
	height: 17px; /*21-4*/
	float: left;
	}
ul#menuLista li.superior1 a {color: #b9b9b9;}
ul#menuLista li.superior1 a:hover {color: #ffffff;}

ul#menuLista li.general  {
	padding: 4px 0px 0px 20px;
	background: url(../images/bot_general.gif) top left no-repeat;
	width: 135px; /*155-20*/
	height: 17px; /*21-4*/
	float: left;
	}
ul#menuLista li.general a {color: #b9b9b9;}
ul#menuLista li.general a:hover {color: #ffffff;}

ul#menuLista li.inferior  {
	padding: 4px 0px 0px 20px;
	background: url(../images/bot_infmenu.gif) top left no-repeat;
	width: 135px; /*155-20*/
	height: 27px; /*31-4*/
	float: left;
	}
ul#menuLista li.inferior a {color: #b9b9b9;}
ul#menuLista li.inferior a:hover {color: #ffffff;}

	

/* carrrera */
#carrera {
	position: absolute;
	top: 217px;
	left: 17px;
	background: url(../images/carrera.gif) no-repeat;
	width: 166px;
	height: 44px;	
}
#carrera:hover { background: url(../images/carrera_hover.gif) no-repeat;}
/* /carrera */


/* records */
#records {
	position: absolute;
	top: 270px;
	left: 17px;
	background: url(../images/records.gif) no-repeat;
	width: 166px;
	height: 35px;	
}
#records:hover { background: url(../images/records_hover.gif) no-repeat;}
.titMenu2 {	
	font-family: arial;
	font-size: 14px;	
	text-transform: uppercase;
	padding-left: 30px;
}
/* /records */

/* tablon */
#tablon {
	position: absolute;
	top: 314px;
	left: 17px;
	background: url(../images/tablon.png) no-repeat;
	width: 168px;
	height: 41px; /* 45 - 4 */	
	padding-top: 4px;
}
#tablon:hover { background: url(../images/tablon_hover.png) no-repeat; }
.titMenu2 {	
	font-family: arial;
	font-size: 14px;	
	text-transform: uppercase;
	padding-left: 30px;
}
.subtitMenu2 {	
	padding-left: 30px;
	position: absolute;
	top: 30px;
}
/* /tablon */

/*  menuH  */
#menuH{
	float: left;
	height:30px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	width: 674px;
	background:transparent url(../images/bg_menuH.gif) repeat-x top left;
	margin-top: 21px;
}
#menuH ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	padding-left: 29px;
}
	#menuH ul li{
		display:block;
		float:left;
		margin:0 1px 0 0;
	}
		#menuH ul li a{
			display:block;
			float:left;
			color:#ffffff;
			text-decoration:none;
			padding:8px 22px 0 22px;
			height:22px;
		}
		#menuH ul li a:hover {
			color:#ffffff;
			background:#eb0000;
		}
		#menuH ul li a.activo {
			color:#ffffff;
			background:#b20000;
		}

/*  /menuH  */

/*  menuH2 --> sin el hazte socio  */
#menuH2{
	float: left;
	height:30px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	width: 674px;
	background:transparent url(../images/bg_menuH2.gif) repeat-x top left;
	margin-top: 21px;
}
#menuH2 ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	padding-left: 29px;
}
	#menuH2 ul li{
		display:block;
		float:left;
		margin:0 1px 0 0;
	}
		#menuH2 ul li a{
			display:block;
			float:left;
			color:#ffffff;
			text-decoration:none;
			padding:8px 22px 0 22px;
			height:22px;
		}
		#menuH2 ul li a:hover {
			color:#ffffff;
			background:#eb0000;
		}
		#menuH2 ul li a.activo {
			color:#ffffff;
			background:#b20000;
		}

/*  menuH2 --> sin el hazte socio  */



/*  menuCliente  */
#menuCliente{
	height:30px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	width: 697px;
	/* background:transparent url(../images/bg_menuH2.gif) repeat-x top left; */
	margin-top: 21px;
	float: left;
}
#menuCliente ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}
	#menuCliente ul li{
		display:block;
		float:left;
		margin:0 2px 0 0;
		background: #383838;
	}
		#menuCliente ul li a{
			display:block;
			float:left;
			color:#ffffff;
			text-decoration:none;
			padding:8px 22px 0 22px;
			height:22px;
		}
		#menuCliente ul li a:hover {
			color:#ffffff;
			background:#eb0000;
		}
		#menuCliente ul li a.activo {
			color:#ffffff;
			background:#b20000;
		}

/* fin menuCliente  */


/* cuerpoFicha */
	#cuerpoFicha {
		padding: 10px;
		font-size:11px;
		font-weight:normal;
		font-family:Arial,Verdana,Helvitica,sans-serif;
		width: 685px;
		min-height: 350px;
		height: auto;
		background: #690000 url(../images/bg_ficha.jpg) repeat-x top left;
		border-top: 8px solid #b20000;
		float: left;
	}
	
	.pieficha {
		margin: 0px 0px 40px 0px;
		width: 704px;
		height: 30px;
		background: transparent url(../images/pieficha.gif) no-repeat top left;
		float: left;
	}
	
	table.ficha, table.ficha2 {
		margin: 0px;
		border: 1px solid #530000;
		font-size: 12px;
	}
	table.ficha {	width: 490px;}
	table.ficha2 {width: 660px;}
	table.ficha tr td.uno, table.ficha2 tr td.uno, table.ficha2 tr td.tres {
		padding: 4px 1px 1px 5px;
		margin: 1px 2px 0px 0px;
		background: #530000;
		font-weight: normal;
		height: 20px;
		width: 155px;
		float: left;
	}
	table.ficha2 tr td.tres {width: 646px;}
	table.ficha tr td.dos, table.ficha2 tr td.dos  {
		padding: 4px 1px 1px 5px;
		margin: 1px 1px 0px 0px;
		color: #444;
		background: #e5e5e5;
		float: left;
	}
	table.ficha tr td.dos {width: 312px; height: 20px;font-weight: bold;}
	table.ficha2 tr td.dos {width: 482px; height: 20px; min-height: 20px; height:auto!important;font-weight: normal;}
	table.limpia {
		padding: 0px;
		margin: 0px;
		border: none;
	}
	
	.columna {
		margin: 0px 10px 10px 0px;
		padding: 0px;
		width: 150px;
		min-height: 200px;
		font-weight: normal;
		font-size: 12px;
		height: auto;
		float: right;
	}
	.datosficha {
		margin: 0px 0px 0px 10px;
		width: 430px;
		font-size: 12px;
		float: left;
	}
	
	.foto {
		margin: 0px 0px 15px 0px;
		padding: 0px;
		width: 150px;
		height: 200px;
		background: #333;
		float: right;
		border: 8px solid #530000;
	}
	.txtgrande { font-size: 30px;}
	
	
	.reservas1 {
		padding: 5px;
		margin: 0px 0px 10px 0px;
		width: 98%;
		font-size: 11px;
		border: 1px solid #530000;
		float: left;
	}
	.doce {
		font-size: 12px;
	}
	.bg_rojo {
		margin: 0px;
		padding: 3px;
		width: 99%;
		background: #530000;
		float: left;
	}
	.reservasI2 {
		float: left;
		width: 46%;
		padding: 10px;
		border-right: 1px solid #740000;
	}
	table.reservas {
		color: #ffffff;
		border:1px solid #740000;
		width: 100%;
		float: left;
		}
	table.reservas tr td.borde{ border-right:1px solid #740000;}
	table.reservas tr td.bg{ background: #740000;}
	table.reservas tr td.bg2{ background: #8c3535;}
	table.botones {
		width: 100%;
		float: left;
		}
	a.boton2, a.boton3 { 
		color:#cccccc; 
		text-transform: uppercase;
		font-size: 12px;
		padding:1px 5px 1px 5px; 
		border-bottom:1px solid #ff0000; 
		background-color:#262626;
		}
	a.boton2:hover, a.boton3:hover { 
		color:#ffffff; 
		border-bottom:1px solid #323232; 
		}
	a.boton2:hover {background: none; }
	a.boton3:hover {background: #ff0000; }
	.txt_resalte {margin-left: 10px; color: #cc2d2d; line-height: 120%;}
/* fin cuerpoFicha */



/* contenido central */
#contenidoCentral {
	float: right;
	margin-top: 7px;
	width: 765px;	
	}
ul#miniContenidos {
	float: left;
	width: 731px;
	margin: 0px;
	padding: 0px;
	}
ul#miniContenidos li {
	float: left;
	width: 321px; /* 365 -22 -22 */
	
	min-height: 205px;
	height: auto !important;
	height: 205px;
	
	padding: 22px;
	color: #818181;
	}
ul#miniContenidos li:hover {
	color: #fff; /* para cuando pasas con el raton sobre cada li, se vea el color del texto en blanco */
	}
	
ul#miniContenidos2 {
	float: left;
	width: 731px;
	margin: 0px;
	padding: 0px;
	}
ul#miniContenidos2 li {
	float: left;
	width: 321px; /* 365 -22 -22 */
	
	min-height: 197px;
	height: auto !important;
	height: 197px;
	
	padding: 22px;
	color: #818181;
	}
ul#miniContenidos2 li:hover {
	color: #fff; /* para cuando pasas con el raton sobre cada li, se vea el color del texto en blanco */
	} 
	
.borderTop {border-top: 1px solid #333333;}
.borderBottom {border-bottom: 1px solid #333333;}
.borderLeft {border-left: 1px solid #333333;}
.borderRight {border-right: 1px solid #333333;}
.borderNone {border: none;}
.bg_liMenuLista1 {
	background: url(../images/bg_liMenuLista.gif) no-repeat bottom left;
	width: 365px; 
	height: 249px; 
	}
.bg_liMenuLista1:hover {background: url(../images/bg_liMenuLista_hover.gif) no-repeat  bottom left;}
.bg_liMenuLista2 {
	background: url(../images/bg_liMenuLista2.gif) no-repeat  bottom left;
	width: 365px; 
	height: 249px;  	
	}
.bg_liMenuLista2:hover {background: url(../images/bg_liMenuLista2_hover.gif) no-repeat  bottom left;}
.bg_liMenuLista3 {
	background: url(../images/bg_liMenuLista3.gif) no-repeat;
	width: 365px; 
	height: 241px; 
	}
.bg_liMenuLista3:hover {background: url(../images/bg_liMenuLista3_hover.gif) no-repeat;}
.bg_liMenuLista4 {
	background: url(../images/bg_liMenuLista4.gif) no-repeat;
	width: 365px; 
	height: 241px; 
	}
.bg_liMenuLista4:hover {background: url(../images/bg_liMenuLista4_hover.gif) no-repeat;}
.tit_miniContenidos {
	background: url(../images/bg_titMiniContenidos.gif) no-repeat;
	width: 203px; /* 230 - 27 */
	height: 16px; /* 18 - 2 */
	font-size: 12px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 2px 0px 0px 27px;
	margin-bottom: 7px;
	}
.tx_miniContenidos {
	width: 230px; 
	margin-bottom: 80px;
	}
.tx_miniContenidos_actividades {
	width: 230px; 
	margin-bottom: 50px;
	}
.tx_miniContenidos_reservas {
	width: 230px;
	min-height: 135px;
	margin-bottom: 20px;
	}
a.boton { 
	color:#cccccc; 
	text-transform:uppercase; 
	font-size: 12px;
	line-height:20px; 
	padding:3px 10px 2px 10px; 
	border-bottom:3px solid #ff0000; 
	background-color:#262626; 
	}
a.boton:hover { 
	color:#ffffff; 
	border-bottom:3px solid #323232; 
	background: none; 
	}
#datosCentral3 {
	float: left;
	margin: 20px 20px 50px 20px;
	width: 635px;
	min-height: 500px;
	height: auto !important;
	font-size: 12px;
	height: 500px;
	color: #fff;
	}
#datosCentral2 {
	float: left;
	margin: 20px 20px 20px 20px;
	width: 635px;
	min-height: 300px;
	height: auto !important;
	font-size: 12px;
	height: 300px;
	color: #fff;
	}
	
.contenido_carrera{
	float: left;
	margin: 0px 20px 20px 20px;
	_margin: 0px 20px 20px 10px;
	width: 635px;
	color: #fff;
	}

#datosCentral {
	float: left;
	margin: 0px 20px 20px 20px;
	_margin: 0px 20px 20px 10px;
	width: 635px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	color: #fff;
	font-size: 12px;
	text-align: justify;
	position: relative;
	}
#datosCentral ul {
	margin:0;
	padding:0;
	width:auto;
	}
#datosCentral ul:hover {color: #fff;}  
	#datosCentral ul li {
		margin:10px 1px 0px 0px;
		padding:0px 22px 10px 15px;
		border-bottom: 1px solid #383838;
		background: url(../images/bullet_flecha.gif) no-repeat top left;
		
		/* le doy altura minima para el IE7 */
		min-height: 20px; 
		height: auto !important;
		height: 20px;		
	}	
	
	#datosCentral ul li.privado {
		margin:10px 1px 0px 0px;
		padding:0px 22px 10px 15px;
		/* border-bottom: 1px solid #383838; */
		background: url(../images/bullet_flecha.gif) no-repeat top left;
		
		/* le doy altura minima para el IE7 */
		min-height: 20px; 
		height: auto !important;
		height: 20px;		
	}	
	
/* datos central reservas */	
#datosCentralReservas {
	float: left;
	margin: 0px 20px 20px 20px;
	_margin: 0px 20px 20px 10px;
	width: 635px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
	color: #fff;
	position: relative;
}
#datosCentralReservas ul {
	margin:0;
	padding:0;
	padding-top: 7px;
	*padding-top: 17px;
	_padding-top: 17px;
	width:auto;
}
#datosCentralReservas ul:hover {color: #fff;}  
	#datosCentralReservas ul li {
		margin:10px 1px 0px 0px;
		padding:0px 22px 0px 15px;
		background: url(../images/bullet_flecha.gif) no-repeat top left;
		
		/* le doy altura minima para el IE7 */
		min-height: 20px; 
		height: auto !important;
		height: 20px;		
	}	
/* /datos central reservas */	
	
/* /contenido central */

/* formularios */
.campo, .campopeq, .campogran {
	margin: 0em 0em 0em 0.3em;
	padding: 0.2em 0.5em 0.2em 0.5em;
	font: normal 1em Verdana;
	color: #333333;
	border: none;
	background-color: #ffffff;
	}
.campo {width: 20em; height: 1.2em;}
.campopeq {width: 10em; height: 1.2em;}
.campogran {width:30em; height: 7em; margin: 0.2em 0.2em 0.5em 0.2em;}
.campo1 {
	margin: 0em 0em 0em 0.3em;
	padding: 0.2em 0.5em 0.2em 0.5em;
	font: normal 1em Verdana;
	color: #333333;
	width: 10em;
	height: 1.5em;
	border: none;
	background-color: #ffffff;
	}
.campo2 {
	margin: 0em 0em 0em 0.3em;	
	padding: 0.2em 0.5em 0.2em 0.5em;
	font: normal 1em Verdana;
	color: #333333;
	width: 37em;
	border: none;
	background-color: #ffffff;
	}

.campoMediano {
	margin: 0em 0em 0em 0.3em;
	padding: 0.2em 0.5em 0.2em 0.5em;
	font: normal 1em Verdana;
	color: #333333;
	width: 6em;
	height: 1.5em;
	border: none;
	background-color: #ffffff;
	}	

.campoPequeno {
	margin: 0em 0em 0em 0.3em;
	padding: 0.2em 0.5em 0.2em 0.5em;
	font: normal 1em Verdana;
	color: #333333;
	width: 2.6em;
	height: 1.5em;
	border: none;
	background-color: #ffffff;
	}
	
.botonFormulario, .botonpeq {
	margin: 0em;
	padding: 0em;
	font: bold 1em Verdana;
	color: #ffffff;
	width: 8em;
	cursor: pointer;
	background-color: #262626;
	} 
.botonFormulario {border: 0.4em solid #262626;}
.botonpeq {height: 1.4em; border: none;}
.botonFormulario:hover, .botonpeq:hover {
	margin: 0em;
	padding: 0em;
	font: bold 1em Verdana;
	color: #ffffff;
	width: 8em;
	cursor: pointer;
	background-color: #ff0000;	
	} 
.botonFormulario:hover {border: 0.4em solid #ff0000;}
.botonpeq:hover {border:none;}

.botonFormulario2 {
	margin: 0em;
	padding: 0em 0em 0em 0em;
	font: bold 1em Verdana;
	color: #ffffff;
	display: block;
	width: 11em;
	height: 1.4em;
	cursor: pointer;
	background-color: #9d0000;
	border: 0.4em solid #9d0000;
	}	
.boton { 
	color:#cccccc; 
	text-transform:uppercase; 
	font-size: 12px;
	line-height:20px; 
	padding:3px 10px 2px 10px; 
	border-bottom:3px solid #ff0000; 
	background-color:#262626; 
	border: none;
}	

	/* probando estilos para select */
	SELECT{ 
		color: #383838; 
		margin-left: 3px;
	} 
	/* /probando estilos para select /*

/* /formularios */


/* pie de pagina */
#pie {
	clear: both;
	background: #3f3f3f url(../images/bg_pie.gif) no-repeat;
	/*background: #000000 url(../images/bg_pie2.gif) no-repeat;	*/
	width: 987px;
	height: 101px;
	min-height:101px;
	height: auto!important;			
	padding-bottom: 50px; /* para dejar un espacio blanco abajo */
	/*padding-bottom: 100px;  para dejar un espacio blanco abajo */
	border-top: 1px solid #333333;
}
.pieI {
	float: left;
	width: 329px;
	height: 80px; /* 101 - 21 */
	color: #818181;
	padding-top: 21px;
}
/*.pieI:hover { color: #ffffff; } */
.floatLeft_pie { 
	float: left; 
	width: 63px;
	text-align: right;
}
.floatRight_pie { 
	float: left; 	
	text-align: left;
}
.floatRight_pieD { 
	float: right; 	
	text-align: right;
	padding-right: 14px;
}
.floatRight_pieD a:hover {color: #818181;}
.pieC {
	float: left;
	width: 329px;
	height: 80px; /* 101 - 21 */
	color: #818181;
	padding-top: 21px;	
	text-align: center;
}
/* .pieC:hover { color: #ffffff;} */
.pieD {
	float: right;
	width: 329px;
	height: 80px; /* 101 - 21 */
	color: #818181;
	padding-top: 21px;
}
/*.pieD:hover { color: #ffffff; }*/
.telefono_pie {
	font-family: arial;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.169em; 
}
.banner  {
	margin: 0px 0px 10px 45px;
	padding: 0px;
	width: 900px;
	height: 70px;
	float: left;
}
/* /pie de pagina */


/* flash */
#flash {
	float: left;
	margin-top: 26px;
	padding-left: 60px;
}
/* /flash */

/* galeria lightbox */
#galeria {float: left;}
#galeria ul {float: left;}
#galeria ul li{float: left;}
#galeria ul li a {float: left;}
#galeria ul li a:hover{border: none;}
/* /galeria lightbox */



/* tablon de anuncios */
#anuncios {
	float: left;
	width: 735px;
	height: 486px;
	height: auto !important;
	height: 486px;	
	padding-top: 20px; 
	padding-bottom: 20px; 
	}	
	
#anunciosIzquierda {float: left;}
	
	#menuCategorias {
		float: left;
		width: 158px; /* 169 - 12 */
		min-height: 50px;
		height: auto !important;
		height: 50px;
		padding-left: 12px;
		border-bottom: 1px solid #333;	
		padding-bottom: 20px;
		text-transform: lowercase; 
	}
		.tit_categorias {
			background: url(../images/bg_titCategorias.gif) no-repeat;
			width: 230px; /* 230 - 27 */
			_width: 130px; /* para IE6 */
			height: 27px; /* 18 - 2 */
			font-size: 12px;
			text-transform: uppercase;
			color: #ffffff;
			padding: 2px 0px 0px 27px;
		}
		/* lista categorias */
		ul#listaCategorias  {
			float: left;
			margin: 0px;
			padding: 0px;
			font-weight: bold;
			padding-left: 6px;	
		}
		ul#listaCategorias li  {padding-top: 10px;}
		ul#listaCategorias li a:link, ul#listaCategorias li a:visited   {
			color: #b8b8b8;
			background: url(../images/bullet_listaCategorias.gif) 0px 1px no-repeat;
			padding-left: 10px;
		}
		ul#listaCategorias li a:hover {
			color: #ffffff;
			background: url(../images/bullet_menuLista_hover.gif) 0px 1px no-repeat;
			padding-left: 10px; 
		}	
		/* /lista categorias */
		
		/* publica tu anuncio */
		#publicacion {
			float: left;
			margin-top: 10px;
			background: url(../images/publicacion.gif) no-repeat;
			width: 157px; /* 168 - 12 */
			height: 41px; 			
			padding-top: 4px;
			position: relative;
			margin-left: 12px; 
		}
		#publicacion:hover {
			background: url(../images/publicacion_hover.gif) no-repeat;
		}
		.titPublicacion {	
			font-family: arial;
			font-size: 14px;	
			text-transform: uppercase;
			padding-left: 30px;
		}
		.subtitPublicacion {	
			padding-left: 33px;
			position: absolute;
			top: 30px;
		}
		/* /publica tu anuncio */	

	/* descripcion de los anuncios - lado derecho */		
	#anunciosDerecha {
		float: right;
		width: 538px; /* 564 - 26 */
		min-height: 466px;
		height: auto !important;
		height: 466px;
		float: right;
		border-left: 1px solid #333;
		padding-left: 26px;
	}	
	/* /descripcion de los anuncios - lado derecho */		
	
	/* anuncio individual */
	.anuncioIndividual {
		float: left;
		width: 100%;		
		min-height: 50px;
		height: auto !important;
		height: 50px;
		margin: 20px 0px 0px 0px;
		border-bottom: 1px solid #333;
	}
	.titAnuncio {	
		font-family: arial;
		font-size: 12px;	
		font-weight: bold;
		text-transform: uppercase;
		padding-left: 15px;
		background: url(../images/bullet_flecha.gif) no-repeat top left;
	}
	.textoAnuncio {		
		color: #818181;
		padding-top: 0px;
		min-height: 10px;
		height: auto !important;
		height: 10px;
	}
	.imagenAnuncio {
		float: right;
		border: 4px solid #fff;
		margin: 0px 20px 20px 20px;
	}
	/* /anuncio individual */
	
/* /tablon de anuncios */

/* galeria de fotos administrable */
	.textoDescripcion {		
		float: left;
		color: #818181;
		padding-top: 5px;
		min-height: 10px;
		height: auto !important;
		height: 10px;
	}
	.imagenGaleria {
		width: 120px;
		height: 90px;
		border: 4px solid #fff;
		margin: 0px 20px 20px 20px;
	}
	
/* miniaturas */	

	/* con ul */
	div.galeriaMiniaturas ul {
	  margin: 0px;
	  padding: 0px;	
	  float: left;
	}
	div.galeriaMiniaturas ul li{
	  float: left;
	  width: 108px; /* 100 + 4 + 4 */
	  padding: 10px; 
	  color: #818181;
	  
	  min-height: 70px;
	  height: auto !important;
	  height: 70px;   
	}

	div.galeriaMiniaturas ul li img { border: 4px solid #fff; }
	div.galeriaMiniaturas ul li img:hover { border: 4px solid #ff0000; filter: alpha(opacity=90); opacity: .9 }
	  
	/* /con ul */
  
/* /miniaturas */	
	
/* /galeria de fotos administrable */



.bgRecords {
	background: url(../images/bg_records.gif) no-repeat;
	position: absolute;
	top: 0px;
	right: -190px;
	width: 267px;
	height: 182px;
}


/* acceso a clientes */
	#accesoClientes {
		position: absolute;
		top: 18px;
		left: 22px;
		font-family: arial;
		font-size: 12px;
		color:#fff;
		background: url(../images/bot_clientes.gif) no-repeat;
		width: 135px; /*155-20*/
		height: 17px; /*22-5*/
		padding-top: 5px;
		padding-left: 20px;
	}
	#accesoClientes:hover {background: url(../images/bot_clientes2.gif) no-repeat;}
	
	#accesoClientesFormigal {
		font-family: arial;
		font-size: 12px;
		color:#fff;
		background: url(../images/bot_clientes.gif) no-repeat;
		width: 135px; /*155-20*/
		height: 17px; /*22-5*/
		padding-top: 5px;
		padding-left: 20px;
	}
	#accesoClientesFormigal:hover {background: url(../images/bot_clientes2.gif) no-repeat;}


	/* ACCESO */
	ul#listaAcceso {
		float: left;
		margin: 0px;
		padding: 0px;
	}
	ul#listaAcceso li {
		float: left;
		width: 321px; /* 365 -22 -22 */
		height: 100px; /* 241 - 22 - 22 */
		
		padding: 22px;
		color: #fff;
	}
	.bg_liAcceso1 {
		width: 365px; 
		height: 100px; 
	}
	.bg_liAcceso2 {
		width: 365px; 
		height: 100px; 
	}
	.campoAcceso {
		margin: 0em 0em 0em 0.3em;
		padding: 0.2em 0.5em 0.2em 0.5em;
		font: normal 1em Verdana;
		color: #333333;
		width: 13.5em;
		height: 1.5em;
		border: none;
		background-color: #ffffff;
		}
	.tx_nuevoAcceso {
		width: 230px; 
		margin-bottom: 10px;
	}
	/* /ACCESO */

/* /acceso a clientes */

/* reservas */
.botonFormularioG {
	margin: 0em;
	padding: 0em;
	font: bold 1em Verdana;
	color: #ffffff;
 	min-width: 9em;
	width: auto !important;
	width: 9em; 
	cursor: pointer;
	background-color: #262626;
	border: 0.4em solid #262626;
	} 
.botonFormularioG:hover {
	margin: 0em;
	padding: 0em;
	font: bold 1em Verdana;
	color: #ffffff;
 	min-width: 9em;
	width: auto !important;
	width: 9em; 	
	cursor: pointer;
	background-color: #ff0000;
	border: 0.4em solid #ff0000;	
	} 
	
.botonExtensible {
	margin: 0em;
	padding: 0em;
	font: bold 1em Verdana;
	color: #ffffff;
	min-width: 7em;
	width: auto !important;
	width: 7em;  
	cursor: pointer;
	background-color: #262626;
	border: 0.4em solid #262626;
	} 
.botonExtensible:hover {
	background-color: #ff0000;
	border: 0.4em solid #ff0000;	
	}		

.asterisco {
	color: #ff0000!important;
	font-size: 9px;
	}
.botonVerDisponibilidad {
	margin: 0em;
	padding: 0em;
	font: bold 1em Verdana;
	color: #ffffff;
	width: 163px;
	cursor: pointer;
	background-color: #262626;
	border: 0.4em solid #262626;
	} 
.botonVerDisponibilidad:hover {
	margin: 0em;
	padding: 0em;
	font: bold 1em Verdana;
	color: #ffffff;
	width: 163px;
	cursor: pointer;
	background-color: #ff0000;
	border: 0.4em solid #ff0000;	
	} 
.botonConfirmar {
	margin: 0em;
	padding: 0em;
	font: bold 1em Verdana;
	color: #ffffff;
	width: 95px;
	cursor: pointer;
	background-color: #262626;
	border: 0.4em solid #262626;
	} 
.botonConfirmar:hover {
	background-color: #ff0000;
	border: 0.4em solid #ff0000;	
	} 	
	
.reservasI {
	float: left;
	width: 46%;
	padding: 10px;
	border-right: 1px solid #383838;
}
.reservasD {
	float: left;
	width: 46%;
	padding: 10px;
	}
/* /reservas */

/* URSULA */
.inactivo {background: #F9B3CA;}
/* /URSULA */

/* area de cliente */ 
.btn_cerrarSesion {
	background: url(../images/bg_records.gif) no-repeat;
	position: absolute;
	top: 20px;
	right: 30px;
	}
.btn_nombreSesion {
	background: url(../images/bg_records.gif) no-repeat;
	position: absolute;
	top: 55px;
	right: 40px;
	text-align: right;
	}
.blockquote2 {
	float: left;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 0px;
	padding-left: 5px;
	font-size: 12px;
	border-left: 3px solid #ff0000;
	color: #fff;
	}
/* /area de cliente */


/* Records */
table.record {
	width: 530px;
	border: 1px solid #530000;
	font-size: 12px;
	float: left;
	}
table.record td {
	padding-left: 5px;
	background: #e5e5e5;
	color: #666;
	border-bottom: 1px solid #000;
	} 
table.record tr td.cabecera {
	background: #ed0000;
	color: #fff;
	font-weight: bold;
	}
table.record td.clasi2 {
	background: #666666;
	color:#fff;
	font-weight: bold;
	}
table.record td.clasi {
	background: #383838;
	font-weight: bold;
	}
table.record td.cabecera2 {
	background: #444;
	color: #e5e5e5;
	font-weight: normal;
	}

/* Records formigal*/
table.record_formigal {
	width: 530px;
	border: 1px solid #d8ec4f;
	font-size: 12px;
	float: left;
	}
table.record_formigal td {
	padding-left: 5px;
	background: #e5e5e5;
	color: #666;
	border-bottom: 1px solid #000;
	} 
table.record_formigal tr td.cabecera {
	background: #BDD630;
	color: #fff;
	font-weight: bold;
	}
table.record_formigal td.clasi2 {
	background: #666666;
	color:#fff;
	font-weight: bold;
	}
table.record_formigal td.clasi {
	background: #383838;
	font-weight: bold;
	}
table.record_formigal td.cabecera2 {
	background: #444;
	color: #e5e5e5;
	font-weight: normal;
	}

	
/* Ofertas area privada */
.oferta {
	margin-bottom: 10px;
	padding: 10px;
	background: #620000;
	border: 3px solid red;
	font-size: 12px;
	float: left;
	}
.tit_oferta {
	padding: 1px;
	font-size: 14px;
	background: red;
	}

/* Records area privada */	
.celda_gris {
	padding: 3px;
	margin: 0px 5px 0px 0px;
	width: 170px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #383838;
	float: left;
	}
.celda_gris2 {
	padding: 1px 3px 1px 3px;
	margin: 0px 5px 0px 0px;
	width: 170px;
	color: #666;
	font-size: 12px;
	background: #e5e5e5;
	float: left;
	}
.celda_gris3 {
	padding: 1px 3px 1px 3px;
	margin: 0px 5px 10px 0px;
	width: 170px;
	color: #222;
	font-size: 12px;
	font-weight: bold;
	background: #fff;
	text-align: right;
	float: left;
	}
.celda_gris3b {
	padding: 1px 3px 1px 3px;
	margin: 0px 5px 0px 0px;
	width: 170px;
	color: #222;
	font-size: 12px;
	font-weight: bold;
	background: #fff;
	text-align: right;
	float: left;
	}
table.recordp {
	width: 490px;
	border: 1px solid #383838;
	font-size: 12px;
	float: left;
	}
table.recordp td {
	padding-left: 5px;
	background: #fff;
	color: #666;
	border-bottom: 1px solid #000;
	} 
table.recordp tr td.cabecera {
	background: #383838;
	color: #fff;
	font-weight: bold;
	}
table.recordp td.clasi2 {
	background: #e5e5e5;
	color:#666;
	font-weight: bold;
	}
table.recordp td.clasi {
	background: #383838;
	font-weight: bold;
	}
table.recordp td.cabecera2 {
	background: #767676;
	color: #e5e5e5;
	font-weight: normal;
	}

.boton_atras {
	background-image: url(../images/icon_atras.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 16px;
	border: none;
	cursor: pointer;
	}
.boton_adelante {
	background-image: url(../images/icon_adelante.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 16px;
	border: none;
	cursor: pointer;
	}

table.calendario {
	margin: 10px 10px 0px 5px;
	width: 170px;
	border-top: 4px solid #af0000;
	background: #620000;
	float: left;
	}
table.calendario2 {
	border-top: 1px solid #af0000;
	background: #910000;
	float: left;
}



.titular_carrera {
	margin:10px 0px 0px 0px;
	width: 490px;
	padding: 3px;
	font-weight: bold;
	font-size: 12px;
	background: #620000;
	border: 1px solid #620000;
	float: left;
}

.titular_carrera2 {
	margin:0px;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
	background: #222;
	color: #fff;
	float: left;
}

.tiempos {
	width:500px;
	border:1px solid red;
	min-height:33px;
	height: auto;
	float: left;
	}
table.tandas {
	margin: 0px;
	padding: 0px;
	background: #e5e5e5;
	border: 1px solid #e5e5e5;
	float: left;
}

table.tandas tr td.cabecera {
	margin: 0px;
	padding: 0px;
	background: #e5e5e5;
	color: #666666;
	font-weight: bold;
	float: left;
	}
table.tandas tr td.celda {
	margin: 0px;
	padding: 0px;
	background: #fff;
	color: #666666;
	color: #222;
	float: left;
	}
table.tandas tr td.tanda {
	margin: 0px;
	padding: 0px;
	background: #b10000;
	color: #fff;
	font-weight: bold;
	float: left;
	}

table.carreras {
	background: #ad0000;
	float: left;
}
table.carreras tr td.borde {border-right: 1px solid #620000;}

/*-------------- CAMPEONATOS -------------------*/
table.campeonatos {
	padding: 0px;
	margin: 0px;
	width: 670px;
	float: left;
	}
table.campeonatos tr th {padding:3px; border-bottom: 1px solid #530000; background: #620000; text-align:left;}
table.campeonatos tr td{padding:3px; text-align:left; background: #be0000; border-bottom: 1px dotted #530000;}	
.lupa {padding: 0px 0px 0px 14px; background: url(../images/icon_lupa.gif) no-repeat left;}
.aceptar {padding: 0px 0px 0px 18px; background: url(../images/icon_aceptar.gif) no-repeat left;}
.rechazar {padding: 0px 0px 0px 18px; background: url(../images/ico_cancelar.gif) no-repeat left;}
.enviar {padding: 0px 0px 0px 15px; background: url(../images/icon_enviar.gif) no-repeat left;}
table.campeonatos2 {
	padding: 0px;
	margin: 0px;
	width: 670px;
	background: #000;
	float: left;
	}

ul.campeonato {
	padding: 0px;
	margin: 10px 0px 10px 0px;
	width: 680px;
	border-bottom: 1px solid #000;
	float: left;
}
ul.campeonato li {
	margin-left:4px;
	padding: 5px;
	background: #333;
	min-width: 100px;
	width: 100px;
	width:auto!important;
	float: left;
}
ul.campeonato li.sel { background: #000;}
ul.campeonato li.sel a {color: #fff!important;}
ul.campeonato li a {color: #888!important;}



/* --------- TOOLTIP ------------ */
a.tooltip span {
	display:none; 
	padding:6px 8px; 
	margin-left:10px; 
	width:400px;
	min-height: 10px;
	height: auto;
	}
a.tooltip:hover span{
	display:inline; 
	position:absolute; 
	margin: 10px 0px 0px 0px;
	border:1px solid #383838; 
	text-align: justify;
	background:#222222; 
	color:#deeaf2;
	}

	
.condiciones{
	float:left;
	width:700px;
}