*{
	margin: 0px;
	padding: 0px;
}

body{
	font-family: verdana,arial,sans-serif;
	color: #525252;
	background: #e8ecdb url('../img/fondo.jpg') no-repeat fixed;
	height:100%;
	width: 10250px;
}

html{
	height:100%;
}

div#cabecera{
	background: #e8ecdb url('../img/fondo.jpg') no-repeat fixed;
	left: expression( document.body.scrollLeft + 'px' ); /* para solucionar el problema con fixed en IE7*/
	position: fixed;
	margin: 0px;
	padding-left: 20px;
	padding-top: 10px;
	color: #525252;
	height: 150px;
	width: 960px;
}

div#botonera{
	float:right;
	margin-right: 0px;
	margin-top: 0px;	
	list-style: none;
}

.enlaceInscripcion {
	background: url('../img/inscripcion.png') 0 0 no-repeat;
	width: 139px;
	height: 130px;
	display: block;
	text-decoration: none;
}

.enlaceInscripcion:hover{
	background-position: -139px 0;
}

.enlaceResultados{
	margin-top: 10px;
	background: url('../img/resultados.png') 0 0 no-repeat;
	width: 250px;
	height: 115px;
	display: block;
	text-decoration: none;
}

.enlaceResultados:hover{
	background-position: -250px 0;
}


.edicion{
	float: left;
	font-size: 97px;
	font-weight: bold;
	font-family: arial;
	color: #C42424;
	line-height: 92px;
}

.anotacion{
	font-size: 9px;
}


div#cabecera h1{
	font-size: 34px;
}

div#cabecera h2{
	font-size: 23px;
	font-weight: normal;
}

div#menu a{
	text-decoration: none;
	color: #525252;
}

div#menu a:hover{
	color: #C42424;
	background-color: #e0e0d0;
}


div#menu{
	width: 650px;
	letter-spacing: 3px;
	font-size: 14px;
	text-align: left;
}

div#menu hr{
	height: 6px;
	background: #C42424;
	color: #C42424;
	border: solid 0px;
	width: 89%;
	margin-top: 2px;
	text-align: left;
}


ul#contenido{
	display: inline;
	border:0;
	margin:0;
	padding:0;
}

#contenido li{
	display: inline;
	line-style: none;
	text-decoration: none;
	margin-top: 170px;
	margin-right: 130px;
	margin-left: 5px;
	padding: 10px;
	float:left;
	width: 960px;
	height: 600px;
	font-size: 14px;
	line-height: 20px;
}

.transicion{
	background: url('../img/transicion.png') no-repeat 50% 50%;
}

#inicio{
	background: url('../img/imgInicio.png') no-repeat;
	background-position: bottom right;
}

#inicio h3{
	color: #C42424;
}

#reglamento{
	background: url('../img/calentamiento.png') no-repeat;
	background-position: 95% -5%;
}

#reglamento p{
	font-size: 11px;
}

#textoReglamento{
	margin-top: 30px;
	height: 80%;
	overflow: auto;
}

#circuito{
	background: url('../img/grupo.png') no-repeat;
	background-position: 63% 16%;
}

#historial{
	background: url('../img/historial.png') no-repeat;
	background-position: 95% 105%;
}

#textoHistorial{
	margin-top: 10px;
	height: 85%;
	overflow: auto;
	font-size: 12px;
}

#textoHistorial th{
	width: 150px;
	padding-top: 10px;
}

#textoHistorial td{
	padding-right: 10px;
}

#textoPatrocinadores{
	margin-top: 10px;
	height: 85%;
	overflow: auto;
}

#patrocsPrincipal, #patrocsSecundario, #patrocsTerciario{
	border:solid 1px;
	margin:0;
	padding:0;
	line-style: none;
}

#patrocPrincipal li{
	border: solid 1px;
	width: 290px;
	height: 170px;
	background: #FFFFFF;
	overflow: hidden;
	display: inline;
	float: left;
	margin: 5px;
	padding: 5px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

#patrocSecundario li{
	border: solid 1px;
	width: 300px;
	height: 40px;
	background: #FFFFFF;
	overflow: hidden;
	display: inline;
	float: left;
	margin: 5px;
	padding: 0px;
	padding-top: 5px;
	text-decoration: none;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

#patrocTerciario li{
	border: solid 1px;
	width: 300px;
	height: 20px;
	background: #FFFFFF;
	overflow: hidden;
	display: inline;
	float: left;
	margin: 5px;
	padding: 0px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}