/*
COLORES:
Azul: #5685e4
Azul Oscuro: #3c5d9f
Granate: #67101b;
*/
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	font-size: 70%;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	background: #5685e4 url(../img/fondo_body.jpg) no-repeat scroll 0% 0%;
	color: #ffffff;
}

h1, h2, h3, h4, h5 {
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

h1 {
	display: block;
	background-color: #eeeeee;
	text-transform: uppercase;
	padding: 0px 10px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 15px;
}

h2.subtitulo {
	margin-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
}

p {
	text-align: justify;
	margin-bottom: 5px;
}

a, a:visited, a:link {
	color: #5685e4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	padding-left: 15px;
	list-style-type: square;
}

ol {
	padding-left: 15px;
}

img {
	border: 0;
}

abbr, acronym {
	cursor: help;
}

.error, .aviso {
	padding: 5px;
	text-align: left;
	margin-bottom: 10px;
	font-size: 90%;
}

.error {
	background-color: #edc5c5;
}

.aviso {
	background-color: #d8edc4;
}

.salto {
	display: block;
}

.enlace_icono {
	text-align: center;
	display: inline;
	float: right;
	font-weight: bold;
	font-size: 90%;
}

.enlace_icono a {
	display: block;
	padding: 2px 5px;
	text-align: center;
	background-color: #333333;
	border: 1px solid #ffEE00;
}

.enlace_icono a:hover {
	text-decoration: none;
	background-color: #2b2b2b;
	border-color: #808080;
}

.icono {
	vertical-align: middle;
	margin-right: 3px;
}

.enlace_fotos {
	padding-left: 20px;
	margin-bottom: 5px 0px;
	background: transparent url(../img/camara.gif) no-repeat scroll 0% 0%;
	font-weight: bold;
	font-size: 90%;
}

.enlace_video {
	padding-left: 20px;
	margin: 5px 0px;
	background: transparent url(../img/video.gif) no-repeat scroll 0% 0%;
	font-weight: bold;
	font-size: 90%;
}

.aviso_importante {
	background-color: #edc5c5;
	padding: 5px;
	text-align: left;
	margin-bottom: 10px;
	font-size: 90%;
}

#container {
	width: 995px;
	margin: 0px auto;
	text-align: left;
}

/* HEADER */
#header {
	background: url(../img/cabecera.jpg) no-repeat scroll left top;
	height: 80px;
	overflow: hidden;
}

#header a {
	color: #ffffff;
}

#header .left {
	float: left;
	display: inline;
	width: 490px;
}

#header .right {
	float: right;
	display: inline;
	width: 480px;
	text-align: right;
	padding: 5px;
}

#header #titulo {
	height: 80px;
}

#header #titulo a {
	font-size: 250%;
	color: #3a3a3a;
	font-weight: bold;
	padding-bottom: 5px;
	width: 100%;
	height: 80px;
	display: block;
}

#header #titulo a:hover {
	color: #5685e4;
	text-decoration: none;
}

#header #subtitulo {
	height: 58px;
}

#header #fecha {
	color: #eeeeee;
	font-family: Tahoma, Arial, sans-serif;
}

#header #logo_periodico img {
	width: 70px;
	height: 24px;
}

/* MIGAS */
#migas {
	font-size: 90%;
	margin-bottom: 10px;
	/*background-color: #eeeeee;
	padding: 2px 5px;*/
}

/* CONTENT */
#wrap {
	background-color: #ffffff;
	color: #000000;
}

#content {
	padding: 0px 10px;
}

#content .left {
	width: 752px;
	float: left;
	display: inline;
	border-right: 3px solid #eee;
	padding-right: 5px;
}

#content .right {
	width: 200px;
	float: right;
	display: inline;
	font-size: 90%;
	padding-bottom: 10px;
	overflow: hidden;
}

#left_col {
	width: 402px;
	float: left;
	display: inline;
	margin-bottom: 15px;
}

#right_col {
	width: 318px;
	float: right;
	display: inline;
	margin-bottom: 15px;
}

#primera_columna {
	width: 132px;
	margin-right: 13px;
	float: left;
	display: inline;
	padding-bottom: 5px;
}

#segunda_columna {
	width: 350px;
	float: left;
	display: inline;
}

#tercera_columna {
	width: 200px;
	padding: 10px;
	background-color: #eeeeee;
	float: right;
	display: inline;
}

/* MENÚ */
#navigation {
	background: #3c5d9f url(../img/fondo_menu.jpg) repeat-x scroll top left;
	height: 29px;
	margin-bottom: 15px;
	overflow: hidden;
}

#navigation ul {
	padding-left: 0;
	list-style-type: none;
	display: block;
}

#navigation ul li {
	display: inline;
	float: left;
	width: auto;
	overflow: hidden;
	_width: 93px;
}

#navigation ul li.separador {
	height: 50px;
	width: 3px;
	background-color: #23395e;
	margin: 0px 5px;
}

#navigation ul li a {
	text-align: center;
	vertical-align: middle;
	height: 17px;
	padding: 0px 12px;
	_padding: 0px 0px;
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	font-family:"Trebuchet MS",Tahoma,Arial,Verdana;
	font-size: 12px;
	padding-top: 7px;
}

#navigation ul li.destacado a {
	color: #f4a808;
	font-weight: bold;
}

#navigation ul li a:hover, #navigation ul li a#actual {
	text-decoration: none;
	background-color: #23395e;
	border-bottom: 5px solid #67101b;
}

/* SUBMENÚ */
#subnavigation {
	padding: 2px 5px;
	background: #333333 url(../img/fondo_menu_invertido.jpg) repeat-x scroll top left;
	margin-top: -15px;
	padding-top: 5px;
	color: #ffffff;
	margin-bottom: 15px;
}

#subnavigation #content_sub {
	font-size: 90%;
	padding-left: 7px;
}

#subnavigation #content_sub a {
	color: #ffffff;
	/*font-family: Tahoma, Arial, Verdana, sans-serif;*/
	font-family:"Trebuchet MS",Tahoma,Arial,Verdana;
}

#subnavigation #content_sub a:hover, #subnavigation #content_sub a.actual {
	color: #5685e4;
	text-decoration: none;
}

/* PORTADA */
#portada h2.titulo {
	font-size: 100%;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 2px;
	background-color: #333333;
	color: #ffffff;
	border-left: 5px solid #5685e4;
	padding-left: 4px;
	font-family:"Trebuchet MS",Tahoma,Arial,Verdana;
	font-weight: normal;
}

#portada h2.titulo a {
	color: #ffffff;
}

#portada #left_col .noticia h2 {
	font-size: 160%;
}

#portada #left_col .noticia .content_noticia {
	overflow: hidden;
}

#portada #left_col .noticia .entradilla {
	font-size: 100%;
}

#portada #left_col .noticia.primera h2 {
	font-size: 200%;
}

#portada #left_col .noticia.primera {
	position: relative;
	z-index: 0;
}

#portada #left_col .noticia.primera .foto_portada {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}

#portada #left_col .noticia.primera .foto_portada img {
	border: 1px solid #808080;
}

#portada #left_col .noticia.primera .contenido_noticia_portada {
	padding: 5px;
	background-color: #000000;
	filter: alpha(opacity=70); 
	opacity: .7;
	color: #ffffff;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 392px;
}

#portada #left_col .noticia.primera .contenido_noticia_portada .fecha {
	float: right;
	display: inline;
	margin-bottom: 0px;
}

/* NOTICIAS */
.noticia {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eeeeee;
}

.left .noticia h2, .left .noticia h1 {
	border-left: 0px;
	text-align: left;
	padding-left: 0px;
	margin-bottom: 0px;
	font-size: 180%;
	color: #5685e4;
	padding: 0;
	background-color: transparent;
	text-transform: none;
	font-weight: bold;
}

.noticia .fecha {
	margin-bottom: 5px;
	font-size: 90%;
	font-weight: bold;
	color: #8a8a8a;
	font-family: Tahoma, Arial, sans-serif;
}

.noticia .fotografia {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	display: inline;
}

.noticia .fotografia img {
	border: 1px solid #808080;
}

.noticia .fotografia_grande {
	margin-bottom: 5px;
}

.noticia .fotografia_grande img {
	border: 1px solid #808080;
}

#right_col .noticia .fotografia a {
	border: 1px solid #808080;
	width: 90px;
	height: 90px;
	display: block;
	background-repeat: no-repeat;
	background-color: #333333;
	background-position: 50% 50%;
}

.noticia h2 {
	color: #5685e4;
	font-weight: normal;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

.noticia h2 a {
	color: #5685e4;
}

.noticia h2 a:hover {
	color: #5685e4;
	text-decoration: underline;
}

#left_col .noticia.primera h2 {
	font-size: 200%;
}

#left_col .noticia h2 {
	font-size: 180%;
}

#right_col .noticia h2 {
	font-size: 180%;
}

.noticia .comentar {
	margin-bottom: 5px;
	font-size: 90%;
}

/* noticia individual */
#noticia .entradilla {
	margin: 10px 0px;
	font-size: 120%;
	padding-bottom: 5px;
	border-bottom: 1px solid #eeeeee;
}

#noticia .fecha_y_autor {
	margin-bottom: 10px;
	font-size: 90%;
	font-weight: bold;
	color: #8a8a8a;
	font-family: Tahoma, Arial, sans-serif;	
}

#noticia .fecha_y_autor .autor {
	text-transform: uppercase;
}

#noticia .texto {
	font-size: 110%;
}

#noticia #foto_noticia {
	display: inline;
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

#noticia #foto_noticia img {
	border: 1px solid #808080;
	/*width: 300px;*/
}

/* noticias inferiores */
#bottom {
	background-color: #eeeeee;
	padding: 10px;
}

#bottom h2 {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

#bottom .noticia {
	border-bottom: 0;
	border-left: 3px solid #808080;
	padding: 0px;
	padding-left: 10px;
}

#bottom .noticia h3 {
	display: inline;
}

#bottom .noticia .fecha {
	display: inline;
}

/* comentar */
#comentar {
	margin: 20px 0px;
}

#noticia #comentar h2 {
	font-size: 170%;
	margin-bottom: 10px;
}

#comentar .aviso, #comentar .error {
	font-size: 100%;
}

#comentar form fieldset {
	border: 0;
}

#comentar form label {
	display: block;
}

#comentar form input[type="text"], #comentar textarea {
	display: block;
	margin-bottom: 5px;
	width: 100%;
	background-color: #f4f4f4;
	border: 1px solid #808080;
	font-size: 100%;
	font-family: Arial, Tahoma, Verdana, sans-serif;
}

#comentar form input[type="text"] {
	width: 25%;
}

#comentar form input[type="text"]:focus, #comentar textarea:focus {
	background-color: #ffffff;
}

#comentar form #btnenviar {
	font-size: 100%;
	cursor: pointer;
}

#comentar .aclaracion {
	color: #808080;
}

#comentar .comentario {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
}

#comentar .comentario .numero_comentario {
	display: inline;
	float: left;
	width: 120px;
	font-size: 300%;
	text-align: left;
	color: #808080;
	font-weight: bold;
}

#comentar .comentario .contenido_comentario {
	display: inline;
	float: right;
	width: 620px;
	font-size: 100%;
}

#comentar .comentario .cabecera_comentario {
	margin-bottom: 5px;
}

#comentar .comentario .cabecera_comentario .nick {
	font-weight: bold;
	font-size: 120%;
	color: #5685e4;
}

#comentar .comentario .cabecera_comentario .izquierda_comentario {
	float: left;
	display: inline;
	width: 70%;
}

#comentar .comentario .cabecera_comentario .derecha_comentario {
	float: left;
	display: inline;
	width: 29%;
	text-align: right;
}

#comentar .comentario .autor {
	font-weight: bold;
	font-size: 140%;
}

#comentar .comentario .fecha {
	font-size: 90%;
	color: #aeaeae;
}

#comentar .comentario .contenido_comentario {
	font-size: 90%;
}

/* archivo */
#archivo .titulo {
	margin-bottom: 10px;
	font-size: 90%;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 2px;
	background-color: #333333;
	color: #ffffff;
	border-left: 5px solid #5685e4;
	padding-left: 4px;
}


/* FOTOS */
#fotos #right_col {
	background-color: #eeeeee;
}

#fotos #ultimas_galerias {
	padding: 7px;
}

#fotos #right_col h2 {
	text-transform: uppercase;
	color: #808080;
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: bold;
}

.galeria {
	margin-bottom: 5px;
}

.galeria .foto_primera img {
	border: 1px solid #808080;
}

.galeria h3 {
	font-family: Tahoma, Arial, Verdana, sans-serif;
}

.galeria.primera {
	margin-bottom: 10px;
}

.galeria.primera h3 {
	font-size: 160%;
}

.galeria .nombre_album {
	font-size: 90%;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	margin-bottom: 3px;
	color: #808080;
}

.galeria .nombre_album a {
	color: #808080;
}

.galeria .foto {
	float: left;
	display: inline;
	width: 77px;
}

.galeria .foto a {
	width: 75px;
	height: 75px;
	border: 1px solid #808080;
	display: block;
	overflow: hidden;
}

.galeria .foto a:hover {
	text-decoration: none;
}

.galeria .texto {
	float: right;
	display: inline;
	width: 215px;
}

/* ÁLBUMES */
#albumes h2 {
	margin-bottom: 15px;
}

#albumes .album {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eeeeee;
}

#albumes .album h3 {
	font-size: 180%;
	margin-bottom: 5px;
}

#albumes .album h3 a {
	color: #808080;
}

#albumes .album .galeria_album {
	margin-bottom: 10px;
}

#albumes .album .galeria_album .nombre_galeria {
	font-size: 130%;
	font-weight: bold;
}

#albumes .album .galeria_album  .fecha_y_fotos {
	font-size: 90%;
	margin-left: 20px;
}

/* ÁLBUM */
.album_grande {
	display: inline;
	width: 380px;
	margin-bottom: 10px;
}

.album_grande.izquierda {
	float: left;
}

.album_grande.derecha {
	float: right;
}

.album_grande .foto a {
	height: 150px;
	width: 150px;
	border: 1px solid #808080;
	float: left;
	display: inline;
}

.album_grande .foto a:hover {
	text-decoration: none;
}

.album_grande .texto {
	width: 220px;
	float: right;
	display: inline;
}

.album_grande .texto .fecha {
	color: #808080;
	font-size: 90%;
	margin: 2px 0px 5px 0px;
}

/* ETAPAS */
#menu_etapa {
	margin-bottom: 5px;
	padding-left: 0px;
	border-bottom: 1px solid #3b5c9f;
}

#menu_etapa li.item {
	float: left;
	display: inline;
	text-transform: uppercase;
	font-family:"Trebuchet MS",Tahoma,Arial,Verdana;
}

#menu_clasificacion li.item {
	float: left;
	display: inline;
	margin-right: 5px;
	text-transform: uppercase;
	font-family:"Trebuchet MS",Tahoma,Arial,Verdana;
}

#menu_etapa li.item a {
	display: block;
	padding: 2px 5px 0px 5px;
	text-align: center;
	border: 1px solid #eeeeee;
	font-size: 110%;
	background-color: #3b5c9f;
	color: #ffffff;
	border-bottom: 5px solid #3b5c9f;
}

#menu_clasificacion li.item.actual a {
	color: #000000;
}

#menu_etapa li.item a:hover, #menu_etapa li.actual a {
	border-bottom: 5px solid #67101b;
	text-decoration: none;
	background-color: #23395e;
}

#menu_clasificacion {
	margin-bottom: 10px;
	padding-left: 0px;
}

#etapas .etapa {
	margin-bottom: 5px;
	border: 1px solid #23395e;
	overflow: hidden;
}

#etapas .etapa .nombre_etapa a {
	color: #ffffff;
	text-transform: uppercase;
	font-family:"Trebuchet MS",Tahoma,Arial,Verdana;
	display: block;
	background-color: #23395e;
	padding: 2px 2px 0px 2px;
	border-bottom: 5px solid #23395e;
}

#etapas .etapa .nombre_etapa a:hover {
	border-bottom: 5px solid #67101b;
	text-decoration: none;
}

#etapas .etapa .content_etapa {
	padding: 2px;
	font-size: 90%;
}

#etapas .etapa .extra_etapa {
	font-weight: bold;
}

#etapas .etapa .fecha_etapa {
	color: #808080;
}

#etapas .etapa .descarga {
	font-size: 90%;
	margin-top: 3px;
	text-align: right;
}

#etapas .etapa .descarga img {
	height: 10px;
	vertical-align: -1px;
}

.fotos_etapa .foto.izquierda {
	float: left;
}

.fotos_etapa .foto.derecha {
	float: right;
}

.fotos_etapa .foto {
	display: inline;
	width: 75px;
	height: 75px;
	border: 1px solid #808080;
	margin: 5px 4px;
}

.fotos_etapa .foto a {
	width: 75px;
	height: 75px;
	display: block;
}

.fotos_etapa .foto a:hover {
	text-decoration: none;
}

/* PALMARÉS */
#palmares table th {
	background-color: #808080;
	color: #ffffff;
	text-align: center;
	padding: 2px;
	border: 1px solid #eeeeee;
}

#palmares table tr td {
	border-bottom: 1px solid #eeeeee;
}

/* RUTÓMETRO */
#descargar_pdf {
	margin-bottom: 10px;
	font-size: 90%;
	font-weight: bold;
}

#descargar_pdf a {
	float: right;
	display: inline;
	border: 1px solid #808080;
	padding: 2px 5px;
	text-align: center;
}

#descargar_pdf a:hover {
	text-decoration: none;
	background-color: #eeeeee;
}

#descargar_pdf a img {
	vertical-align: -20%;
}

#rutometro #datos_etapa {
	margin-bottom: 15px;
	padding: 5px;
	background-color: #eeeeee;
}

#rutometro #datos_etapa .campo {
	margin-bottom: 5px;
}

#rutometro #datos_etapa .campo .etiqueta_campo {
	text-transform: uppercase;
	font-weight: bold;
}

#rutometro #datos_etapa .campo.tercio {
	width: 33%;
	float: left;
}

#rutometro #datos_etapa .campo.tercio {
	width: 33%;
	float: left;
}

#rutometro table {
	font-size: 90%;
	width: 100%;
}

#rutometro table th {
	background-color: #808080;
	color: #ffffff;
	text-align: center;
	padding: 2px;
	border: 1px solid #eeeeee;
}

#rutometro table tr td {
	padding: 2px;
	border-bottom: 1px solid #eeeeee;
	text-align: center;
}

#rutometro .destacado {
	font-weight: bold;
	display: block;
	font-size: 130%;
}

#rutometro .alerta {
	color: red;
}

#rutometro .zona_urbana {
	text-transform: uppercase;
	color: #0066cc;
	font-weight: bold;
}

#rutometro .comienzo_puerto {
	color: #008000;
}

#rutometro tr.meta_volante td,
#rutometro tr.intervuelta td ,
#rutometro tr.avituallamiento td,
#rutometro tr.premio_montana td,
#rutometro tr.meta td {
	color: #ffffff;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

#rutometro tr.meta_volante td {
	background-color: #0066cc;
}

#rutometro tr.intervuelta td {
	background-color: #ff6600;
}

#rutometro tr.avituallamiento td {
	background-color: #993366;
}

#rutometro tr.premio_montana td {
	background-color: #008000;
}

#rutometro tr.meta td {
	background-color: #ffcc00;
	color: #000000;
	font-weight: bold;
}

#rutometro #leyenda {
	margin-bottom: 10px;
	font-size: 90%;
	text-transform: uppercase;
}

#rutometro #leyenda .leyenda {
	color: #ffffff;
	font-weight: bold;
	padding: 2px 5px;
	float: left;
	display: inline;
}

#rutometro #leyenda .leyenda_meta_volante { background-color: #0066cc; }
#rutometro #leyenda .leyenda_intervuelta { background-color: #ff6600; }
#rutometro #leyenda .leyenda_avituallamiento { background-color: #993366; }
#rutometro #leyenda .leyenda_premio_montana { background-color: #008000; }
#rutometro #leyenda .leyenda_meta { background-color: #ffcc00; }

#rutometro #altitud {
	border: 1px solid #000000;
	margin-top: 15px;
}

/* EQUIPOS */
#equipos .equipo {
	float: left;
	display: inline;
	width: 210px;
	margin: 5px 15px;
	border: 1px solid #eeeeee;
}

#equipos .equipo .nombre_equipo {
	font-size: 90%;
	font-weight: bold;
}

#equipos .equipo .nombre_equipo a {
	background-color: #eeeeee;
	padding: 2px 5px;
	display: block;
	border: 1px solid #eeeeee;
}

#equipos .equipo .nombre_equipo a:hover {
	text-decoration: none;
	border: 1px solid #808080;
}

#equipos .equipo .nombre_equipo img {
	height: 10px;
}

/* EQUIPO */
.equipo {
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-size: 80%;
	width: 360px;
	overflow: hidden;
	float: left;
}

#equipo #maillot_equipo {
	float: left;
	display: inline;
	margin-right: 10px;
	width: 300px;
}

.equipo .maillot_equipo {
	float: left;
	display: inline;
	margin-right: 10px;
	width: 100px;
}

#equipos .equipo .maillot_equipo {
	float: none;
	display: block;
	margin-right: 0px;
	width: 200px;
	text-align: center;
	height: 200px;
	overflow: hidden;
	padding: 0px 5px;
}

#equipos .equipo .maillot_equipo a {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	display: block;
	text-align: center;
}

#equipo h2, .equipo h2 {
	font-size: 180%;
	margin-bottom: 5px;
}

#equipo #pais_equipo, .equipo .pais_equipo {
	color: #808080;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#equipo #pais_equipo img, .equipo .pais_equipo img {
	height: 10px;
}

#equipo #datos_equipo {
	width: 425px;
	float: right;
	display: inline;
}

.equipo .datos_equipo {
	width: 235px;
	float: right;
	display: inline;
}

#equipo #corredores_equipo, .equipo .corredores_equipo {
	list-style-type: none;
	padding-left: 0px;
}

#equipo #corredores_equipo li, .equipo .corredores_equipo li {
	margin-bottom: 3px;
}

#equipo #corredores_equipo li .dorsal, .equipo .corredores_equipo li .dorsal {
	float: left;
	display: block;
	width: 30px;
	margin-right: 5px;
	text-align: left;
	border-right: 1px solid #eeeeee;
}

.equipo .corredores_equipo li .dorsal {
	width: 25px;
}

#equipo #corredores_equipo li .apellido, .equipo .corredores_equipo li .apellido {
	text-transform: uppercase;
	font-weight: bold;
}

/* HOTELES */
#hoteles #tabla_hoteles th {
	padding: 2px 5px;
	background-color: #808080;
	color: #ffffff;
	font-weight: bold;
}

#hoteles #tabla_hoteles tr td {
	border-bottom: 1px solid #eeeeee;
	font-family: "Trebuchet MS",Tahoma,Arial,sans-serif;
	padding: 5px 2px;
}

#hoteles #tabla_hoteles tr td .nombre_hotel {
	font-weight: bold;
}

/* PRELIMINARES */
#preliminares h3, #reglamento h3 {
	text-transform: uppercase;
	font-weight: normal;
	font-family: "Trebuchet MS",Tahoma,Arial,sans-serif;
	margin: 15px 0px;
	color: #5685e4;
	font-weight: bold;
}

.dato_pre {
	margin-bottom: 5px;
}

.dato_pre .nombre_dato {
	font-weight: bold;
}

.dato_pre.centrado {
	text-align: center;
}

.dato_pre.tercio {
	float: left;
	width: 33%;
	display: inline;
}

.dato_pre.izquierda {
	float: left;
	width: 49%;
	display: inline;
	text-align: center;
}

.dato_pre.derecha {
	float: right;
	width: 49%;
	display: inline;
	text-align: center;
}

/* REGLAMENTO */
#reglamento h4 {
	text-transform: uppercase;
	margin: 10px 0px;
}

#reglamento ul {
	margin: 10px 0px;
}

#reglamento table, #premios table {
	margin: 15px auto;
	border: 1px solid #eeeeee;
}

#reglamento table caption, #premios table caption {
	font-size: 120%;
	margin-bottom: 5px;
}

#reglamento table th, #premios table th {
	padding: 2px 5px;
	background-color: #808080;
	color: #ffffff;
	font-weight: bold;
}

#reglamento table tr td, #premios table tr td {
	padding: 2px;
	border-bottom: 1px solid #eeeeee;
}

#reglamento table tr.tr_titular td {
	border-bottom: 1px solid #808080;
	font-weight: bold;
}

#reglamento table tr td.td_puesto {
	text-align: center;
	background-color: #eeeeee;
	font-weight: bold;
}

#reglamento table tr.tr_premios_totales td {
	font-weight: bold;
}

/* PREMIOS */
#premios table {
	width: 100%;
	font-size: 120%;
}

#premios table#tabla_trofeos th {
	text-align: center;
}

#premios table#tabla_trofeos th#th_trofeo {
	width: 33%;
}
#premios table#tabla_trofeos th#th_patrocinador {
	width: 33%;
}
#premios table#tabla_trofeos th#th_maillot {
	width: 33%;
}

#premios table#tabla_trofeos td {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 130%;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
	text-align: center;
}

#premios table#tabla_trofeos td.td_patrocinador {
	font-size: 90%;
	font-weight: normal;
}

#premios table#tabla_trofeos td.td_patrocinador img {
	width: 150px;
}

/* CONCURSO */
#concurso #descripcion_concurso {
	margin-bottom: 15px;
}

#concurso #descripcion_concurso p {
	font-size: 120%;
}

#concurso #descripcion_concurso #patrocinio_centeno {
	margin-top: 20px;
	float: right;
	display: inline;
	font-size: 90%;
	margin-left: 20px;
	color: #808080;
	text-align: right;
}

#concurso form input, #concurso form label, #concurso form textarea, #concurso form select {
	display: block;
	width: 100%;
}

#concurso form label {
	margin-bottom: 3px;
}

#concurso form select {
	font-size: 100%;
}

#concurso form select option.titulo_equipo {
	font-weight: bold;
	background-color: #eeeeee;
	padding: 2px 5px;
	margin: 3px 0px;
}

#concurso form .campo {
	margin-bottom: 10px;
}

#concurso form .error_form {
	border: 1px solid red;
}

#concurso form #btnenviar {
	padding: 20px 10px;
	color: #ffffff;
	text-align: right;
	cursor: pointer;
	border: none;
	background-color: #5685e4;
	font-weight: bold;
	font-size: 200%;
	font-family: Arial, Verdana, sans-serif;
}

#concurso form #btnenviar:hover {
	background-color: #2c4273;
}

.campo_maillot .left_campo_maillot {
	float: left;
	display: inline;
	width: 20px;
	padding-top: 5px;
}

.campo_maillot .right_campo_maillot {
	float: right;
	display: inline;
	width: 370px;

	overflow: hidden;
}

.campo_maillot .right_campo_maillot h3 {
	font-size: 150%;
	color: #5685E4;
}

.campo_maillot .right_campo_maillot .img_maillot {
	float: left;
	display: inline;
	width: 120px;
	margin-right: 10px;
}

.campo_maillot .right_campo_maillot .precio_maillot {
	font-size: 200%;
	font-weight: bold;
	color: #808080;
}

.compra-maillots h2 {
	margin-bottom: 15px;
}

body #concurso form .campo.campo_talla label {
	display: inline;
}

body #concurso form .campo.campo_talla select {
	display: inline;
	width: 40px;
}

#talla_culottes {
	display: none;
}

/* BASES */
#bases {
	font-size: 90%;
}

#bases h3, #bases ul {
	margin-bottom: 10px;
}

/* CAJAS */
.caja {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eeeeee;
}

.caja h2 {
	font-size: 100%;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding: 2px;
	background-color: #333333;
	color: #ffffff;
	border-left: 5px solid #5685e4;
	padding-left: 4px;
	font-family:"Trebuchet MS",Tahoma,Arial,Verdana;
	font-weight: normal;
}

.caja h2 a {
	color: #ffffff;
}

.caja .secciones {
	font-size: 90%;
}

.caja .secciones .tercio {
	float: left;
	display: inline;
	width: 33%;
}

.caja .secciones .izquierda {
	float: left;
	display: inline;
	width: 49%;
}

.caja .secciones .derecha {
	float: right;
	display: inline;
	width: 49%;
}

.caja.izquierda {
	float: left;
	display: inline;
	width: 49%;
}

.caja.derecha {
	float: right;
	display: inline;
	width: 49%;
}

#caja_concurso {
	background-color: #eeeeee;
}

#caja_concurso h2 {
	margin-bottom: 0px;
}

#caja_concurso p {
	padding: 0px 5px;
}

#caja_concurso #participa_concurso {
	display: block;
	margin: 10px 5px;
	padding: 15px 10px;
	background-color: #5685e4;
	color: #ffffff;
	font-weight: bold;
	font-size: 130%;
}

#caja_concurso #participa_concurso:hover {
	text-decoration: none;
	background-color: #2c4273;
}

#caja_concurso .patrocinio {
	font-size: 90%;
	text-align: center;
	color: #808080;
}

#caja_concurso .patrocinio img {
	border: 1px solid #303030;
}

/* CAJA CLASIFICACION CONCURSO */
#caja_clasificacion_concurso .item_clasificacion_concurso {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

#caja_clasificacion_concurso .puesto_item_clasificacion_concurso {
	font-weight: bold;
	background-color: #5685e4;
	color: #ffffff;
	width: 25px;
	text-align: center;
	height: 15px;
	padding: 5px 0px;
	float: left;
	display: inline;
	margin-right: 5px;
	vertical-align: center;
}

/* FOOTER */
#footer {
	margin-top: 20px;
	padding: 10px 5px;
	border-top: 1px solid #eeeeee;
	text-align: justify;
	font-size: 90%;
}

#footer #logo_epi {
	float: left;
	display: inline;
	width: 125px;
}

#footer #ediciones {
	width: 800px;
	float: right;
	display: inline;
	margin-left: 10px;
	padding-bottom: 50px;
}

/* CÓDIGOS */
#codigos {
	height: 0px;
	width: 0px;
	overflow: hidden;
}

#codigos img {
	height: 0px;
	width: 0px;
}

.clearfix {
	clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* PATROCINADORES */
#caja_patrocinadores  {
	position: relative;
	height: 300px;
	overflow: hidden;
}

#caja_patrocinadores #container_patrocinadores {
	height: 300px;
	overflow: hidden;
}

#caja_patrocinadores #content_patrocinadores {
	position: absolute; 
	left: 0pt; 
	/*top: -659px; */
}

.patrocinador {
	text-align: center;
	margin-bottom: 20px;
}
