/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
ESTILOS COMUNES - ESTRUCTURA
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	/* ELEMENTOS GENERALES DE LA P�GINA */
* {	margin: 0;	padding: 0}
html {	height: 100%;}
body {
	position: relative;
	text-align: center;
	height: 100%;
	background-color: #000;
	/*background-color:#001462;*/
	/*background-image:url(../images/fnd-body.gif);
	background-position:bottom center;
	background-repeat:repeat-x;*/
}
/* ARMAZ�N DE LA P�GINA */
#web {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 1em;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	color: #fff;
	background-image: url(../images/fnd_web.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}
/* CONTENEDOR DE LA P�GINA */
#contenedor {
	position: relative;
	/*width: 1024px;*/
	width:1001px;
	margin: 0 auto -106px auto;
	min-height: 100%;
	height: auto;
	_height: 100%;
	overflow: hidden;
	_overflow: visible;
	text-align: left;
	color: white;
	background-image: url(../images/fnd-contenido.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}
/* Cabecera de la web ///////////////////////////////////////////////////////////////////////////////////////////////////////*/
#cabecera {
	position: relative;
	height: 158px;
	margin: 0 auto;
	clear: both;
	background-image: url(../images/fnd-cabecera.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}
/*//////////////////////////////////*/
#logotipo {
	position: absolute;
	top: 50px;
	left: 0px;
	z-index: 1000;
}
/*//////////////////////////////////*/
#imagen_fondo { /*position:absolute;
	top:58px;	
	right:0px;	
	width:553px;
	height:191px;	*/
	display: none;
}
/*  ---------------------------------------------------------------------------------------------------------------------- */
#imagen_fondo #registro {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 50;
	width: 161px;
	height: 175px;
	color: #585858;
	background-color: white;
	filter: alpha(opacity = 70);
	opacity: .7;
}
#imagen_fondo #registro form {
	margin: 5px;
}

#imagen_fondo #registro form fieldset {
	border: none;
}

#imagen_fondo #registro form fieldset legend {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 10px 0;
}

#imagen_fondo #registro form fieldset div {
	clear: both;
	height: 3em;
}

#imagen_fondo #registro form fieldset div label {
	float: left;
	width: 60px;
	font-weight: bold;
}

#imagen_fondo #registro form fieldset div input {
	float: left;
	width: 75px;
}

#imagen_fondo #registro form fieldset div input.botonPrincipal {
	width: auto;
	padding: 2px;
	font-weight: bold;
	background-color: #585858;
	color: white;
	border: none;
	cursor: pointer;
	margin-left: 60px;
}

#imagen_fondo #registro hr {
	height: 1px;
	color: #f1f1f1;
}

#imagen_fondo #registro p {
	text-align: center;
}

#imagen_fondo #registro p a {
	color: #585858;
	text-decoration: underline;
}

#imagen_fondo #registro p a:hover {
	text-decoration: none;
}

#imagen_fondo #registro p a.destacado {
	color: #ff3300;
	font-weight: bold;
	text-decoration: none;
}

#imagen_fondo #registro p a.destacado:hover {
	text-decoration: underline;
}

/*//////////////////////////////////*/
ul#menuPrincipal {
	position: absolute;
	top: 0;
	left: 0;
	/*width: 1024px;*/
	width:1001px;
}
ul#menuPrincipal  li {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	border-right: 1px solid #787878;
	width: 140px;
	height: 30px;
	float: left;
	background-image: url(../images/fnd-menuPrincipal.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}
ul#menuPrincipal  li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: center;
	margin: 6px 0 0 0;
}
ul#menuPrincipal  li a:hover {
	color: #ff3300;
}
/* Contenido de la web ///////////////////////////////////////////////////////////////////////////////////////////////////*/
#contenido {
	display: block;
	overflow: hidden;
	_height: 1%;
	_overflow: visible;
	padding-bottom: 40px;
}
#contenido .colPrincipal {
	width: 200px;
	float: left;
}
#contenido .colCont {
	width: 590px;
	float: left;
	margin: 0 10px 0 15px;
	/*margin:0 5px 0 0;*/
	padding-bottom: 100px;
}

#contenido .colAux {
	/*width: 200px;*/
	width:179px;
	float: right;
	/*margin-right: 2px;*/
	padding-bottom: 80px;
}

/* Pie de la web //////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#pie-fondo {
	background-image: url(../images/fnd-body.gif);
	background-position: bottom center;
	background-repeat: repeat-x;
	position: relative;
	width: 100%;
	height: 106px;
	margin: -106px auto 0 auto;
	clear: both;
	z-index: 100;
	text-align: center;
}
#pie {
	width: 626px;
	height: 106px;
	background-image: url(../images/fnd-pie-tekno-sport.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	margin: 0 auto;
}
#pie p.copy { 
	float: left;
	margin: 35px 0 10px 5px;
}
#pie ul.menuAuxiliar { 
	float: right;
	margin: 35px 5px 10px 0;
}

#pie ul.menuAuxiliar li {
	display: inline;
}

#pie ul.menuAuxiliar li a {
	color: white;
}

#pie ul.menuAuxiliar li a.activo {
	color: #ff3300;
	font-weight: bold;
}

#pie ul.menuAuxiliar li a:hover {
	text-decoration: underline;
}
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.info,.exito,.alerta,.error,.busqueda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url(../images/info.png);
}

.exito {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image: url(../images/exito.png);
}

.alerta {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url(../images/alerta.png);
}

.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url(../images/error.png);
}

.busqueda {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url(../images/busqueda.png);
}

/*//////////////////////////////////////////////////////////////////////////////////*/
	/*//////////////////////////*/
div#index-desplegable {
	border-top: 1px solid #4E65EC;
	border-bottom: 1px solid #4E65EC;
	background-color: #456CFF;
}

div#index-desplegable h2 {
	display: none;
}

div#index-desplegable form {
	margin-left: 10px;
}

div#index-desplegable form fieldset {
	width: 95%;
	margin: 0 auto;
	border: none;
}

div#index-desplegable form fieldset legend {
	display: none;
}

div#index-desplegable form fieldset div {
	height: 2.3em;
	margin: 5px 6px;
	width: 29%;
	float: left;
	border-right: 1px solid #00135C;
}

div#index-desplegable form fieldset div#ultimo {
	border-right: none;
}

div#index-desplegable form fieldset div select {
	width: 145px;
}