/* BODY */
body {
	margin: 0px;
	padding: 0px;
	font: normal 11px/15px Verdana, Arial, Helvetica, sans-serif;
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/fondo.gif);
	background-repeat: repeat-y;
}
/* FIN BODY */

/* CONTENIDO */
#contenedor {
	float: left;
	width: 950px;
	margin-bottom:10px;
	padding-left: 40px;
}
/* FIN CONTENIDO */

/* -- COMIENZO CABECERA */
#cabecera { position: relative;	float: left; width: 990px; padding: 0px; margin: 0px; }
/* -- FIN CABECERA */

/* NAVEGACION PRINCIPAL */
#navegacion { font-family: arial; background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/backnav.jpg); height: 33px; width: 950px; font-size: 12px; color: #666666; padding-left: 40px; float: left; }
#navegacion ul { display:inline; }
#navegacion li { float: left; list-style-type: none; padding-top: 7px; }
#navegacion li a { text-decoration: none; color: #666666; text-transform: uppercase; font-weight: bold; }
#navegacion li a:hover { text-decoration: underline; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #666666; }
/* FIN NAVEGACION PRINCIPAL */

/* NAVEGACION clasificacion */
#navclasificacion { font-family: verdana; height: 20px; width: 831px; font-size: 10px; color: #666666;	padding-left: 159px; float: left; background-color: #e3e3e3; margin-bottom: 10px; }
#navclasificacion ul { display:inline; }
#navclasificacion li {  float: left; list-style-type: none; padding-top: 2px; }
#navclasificacion li a { text-decoration: none; color: #666666; text-transform: uppercase; font-weight: bold; }
#navclasificacion li a:hover { text-decoration: underline;  border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #666666; }
/* FIN NAVEGACION clasificacion */

/* TITULOS SECCIONES */
#seccionequipos { background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/t_equipos.gif); background-repeat: no-repeat; height: 27px; width: 910px; margin-bottom: 10px; margin-top: 10px }
#seccionimagenes { background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/t_imagenes.gif); background-repeat: no-repeat; height: 27px; width: 910px; margin-bottom: 10px;  margin-top: 10px }
#seccionclasificacion{
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/t_clasificacion.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 910px;
	margin-bottom: 10px;
	margin-top: 10px
}
#seccionpalmares{
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/t_palmares.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 910px;
	margin-bottom: 10px;
	margin-top: 10px
}
#seccionetapas {
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/t_etapas.gif);
	background-repeat: no-repeat;
	width: 910px;
	height: 27px;
	margin-bottom: 10px;
	margin-top: 10px
	
}
#seccionvideos {
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/t_videos.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 910px;
	margin-bottom: 10px;
	margin-top: 10px
}
#seccionprotagonistas {
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/t_protagonistas.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 910px;
	margin-bottom: 10px;
	margin-top: 10px
}
#seccioncara {
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/t_cara.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 910px;
	margin-bottom: 10px;
	margin-top: 10px
}
#seccionjon {
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/t_jon.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 910px;
	margin-bottom: 10px;
	margin-top: 10px
}
#seccionhistoricos {
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/t_historicos.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 910px;
	margin-bottom: 10px;
	margin-top: 10px
}
/* FIN TITULO SECCIONES */

#seccionvideos .videoshistoricos{
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #993300;
	text-decoration: none;

}
/* -- COMIENZO PIE */
.piepagina {
	width: 990px;
	overflow: hidden;
	border-top: 1px solid #ccc;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.piepagina .logo {
	float: left;
	width: 47px;
	margin: 0 10px 0 10px;
	display: inline;
}

.piepagina .firma {
	float: left;
	font: bold 10px/16px Arial, Helvetica, sans-serif;
	color: #999;
	text-transform: none;
	margin: 0;
	padding: 0;
}

.piepagina .firma a {
	color: #999;
}

.piepagina .firma a:hover {
	text-decoration: none;
}
/* -- FIN PIE */

/* publicidad superior, de 730 y modulo de 240 de ancho */
        #publicidadsuperior {
            width: 990px;
			margin: 0 0 0 1px !important;
			padding: 0px;
			overflow: hidden;
        }
		#publicidadsuperior .publicidadhorizontal {
			width: 740px!important;
			float: left;
		}
		 #publicidadsuperior table {
		 	background-color: #f0f0f0 !important;
        }
		#publicidadsuperior td {
		 	border: 0px !important;
			padding: 0px !important;
        }
        #publicidadsuperior .publicidadhorizontal div table td.margen {
            width: 1px !important;
        }
        #publicidadsuperior .publicidadhorizontal,
        #publicidadsuperior .publicidadhorizontal div,
        #publicidadsuperior .publicidadhorizontal table {
            width: 740px !important;
        }
        #publicidadsuperior .publicidadmodulo {
            width: 244px;
            float: left;
			margin: 0 0 0 5px;
      }
#equipoizquierda {
	float: left;
	width: 450px;
	padding-top: 10px;
}
#equipoizquierda table {
	width: 450px;
	border: 1px solid #f3f3f3;
	margin-bottom: 10px;
}
#equipoizquierda .renglongris {
	background-color: #f3f3f3;
}
#equipoizquierda .nombredirector {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 8px;
}
#equipoizquierda .titulodatos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFCC00;
	color: #666666;
}
#equipoizquierda .nombreequipo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
}
#equipoizquierda .nombremanager {
	font-size: 12px;
	line-height: 8px;
	font-family: Arial, Helvetica, sans-serif;
}

#equipoderecha {
	float: left;
	width: 450px;
	padding-top: 10px;
	padding-left: 10px;
}
#equipoderecha table {
	width: 450px;
	border: 1px solid #f3f3f3;
	margin-bottom: 10px;
}
#equipoderecha .renglongris {
	background-color: #f3f3f3;
}
#equipoderecha .nombredirector {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 8px;
}
#equipoderecha .titulodatos {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #FFCC00;
	color: #666666;
}
#equipoderecha .nombreequipo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
}
#equipoderecha .nombremanager {
	font-size: 12px;
	line-height: 8px;
	font-family: Arial, Helvetica, sans-serif;
}

/* IMAGENES */
#imagenesetapas {
	float: left;
	width: 910px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#imagenesetapas table {
	width: 910px;
}
#imagenesetapas td {
	width: 124px;
	padding: 2px;
	border: 1px solid #f3f3f3;
}
#imagenesetapas .jornada {
	background-color: #F3f3f3;
	width: 100%;
	font-weight: bold;
	text-align: center;
	background-image: url(../img/back_fv.gif);
	background-repeat: no-repeat;
}
#imagenesetapas .dias {
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
#imagenesetapas .imagen {
	text-align: center;
	border: 1px solid #666666;
}

/* IMAGENES FIN */

/* clasificacion etapas*/
#clasetapa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	width: 910px;
	margin-left: 40px;
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/subtitulos_back.gif);
	background-repeat: no-repeat;
	float: left;
}
#clasetapa .titulo {
	float: left;
	width: 300px;
}
#clasetapa .pulldown {
	float: right;
	width: auto;
	text-align: right;
}
#clasetapa select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 2px solid #999999;
	width: 120px;
	font-weight: normal;
}


#tablaetapas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 910px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	float: left;
}
#tablaetapas td {
	border: 1px solid #f3f3f3;
	height: 20px;
	padding-left: 4px;
}

#tablaetapas table {
	width: 910px;
	border: 1px solid #CCCCCC;
}
#tablaetapas .titulo {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/clasifica_back.gif);
	color: #FFFFFF;
	background-repeat: no-repeat;
	border: 1px solid #666666;
	height: 20px;
}
#tablaetapas .gris {
	background-color: #f3f3f3;
}
/*fin cladificacion etapas*/
/* CLASIFICACION GENERAL */
#clasgeneral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	width: 900px;
	background-color: #FFCC00;
	height: 18px;
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/subtitulos_back.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#clasgeneral .titulo {
	float: left;
	width: 400px;
	padding-top: 4px;
}
#clasgeneral .pulldown {
	float: right;
	width: auto;
	text-align: right;
}
#clasgeneral select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 2px solid #999999;
	width: auto;
	font-weight: normal;
}
/*fin clasificacion general
/* CLASIFICACION montaña*/
#clasmontana {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	width: 900px;
	background-color: #FFCC00;
	height: 18px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/subtitulos_back.gif);
	background-repeat: no-repeat;
}
#tablamontana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 910px;
	margin-left: 40px;
	margin-top: 10px;
}
#clasmontana .titulo {
	float: left;
	width: 400px;
	padding-top: 4px;
}
#clasmontana .pulldown {
	float: right;
	width: auto;
	text-align: right;
}
#clasmontana select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 2px solid #999999;
	width: auto;
	font-weight: normal;
}

/*fin clasificacion montaña*/
/* CLASIFICACION punto */
#claspuntos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	width: 900px;
	background-color: #FFCC00;
	height: 18px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/subtitulos_back.gif);
}
#claspuntos .titulo {
	float: left;
	width: 400px;
	padding-top: 4px;
}
#claspuntos .pulldown {
	float: right;
	width: auto;
	text-align: right;
}
#claspuntos select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 2px solid #999999;
	width: auto;
	font-weight: normal;
}

/*fin clasificacion puntos*/
/* CLASIFICACION equipo*/
#clasequipos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	width: 900px;
	background-color: #FFCC00;
	height: 18px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/subtitulos_back.gif);
	background-repeat: no-repeat;
}
#clasequipos .titulo {
	float: left;
	width: 400px;
	padding-top: 4px;
}
#clasequipos .pulldown {
	float: right;
	width: auto;
	text-align: right;
}
#clasequipos select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 2px solid #999999;
	width: auto;
	font-weight: normal;
}

/*fin clasificacion equipos*/

/* CLASIFICACION jovenes */
#clasjovenes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	width: 900px;
	background-color: #FFCC00;
	height: 18px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/subtitulos_back.gif);
	background-repeat: no-repeat;
}
#clasjovenes .titulo {
	float: left;
	width: 400px;
	padding-top: 4px;
}
#clasjovenes .pulldown {
	float: right;
	width: auto;
	text-align: right;
}
#clasjovenes select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 2px solid #999999;
	width: auto;
	font-weight: normal;
}

/*fin clasificacion jovenes*/
/* CLASIFICACION abandonos*/
#clasabandono {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	width: 900px;
	background-color: #FFCC00;
	height: 18px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/subtitulos_back.gif);
	background-repeat: no-repeat;
}
#tablaabandono {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 910px;
	margin-top: 10px;
}
#tablaabandono .etapas {
	font-weight: bold;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #f3f3f3;
	border: 1px solid #eaeaea;
	color: #666666;
}
#clasabandono .titulo {
	float: left;
	width: 400px;
	padding-top: 4px;
}
#clasabandono .pulldown {
	float: right;
	width: auto;
	text-align: right;
}
#clasabandono select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 2px solid #999999;
	width: auto;
	font-weight: normal;
}

/*fin clasificacion abandonos*/
/* palmares */
#palmarestabs {
	width: 880px;
	height: 23px;
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/subtitulos_back.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 30px;
}
#palmarestabs a {
	color: #666666;
	text-decoration: none;
}
#palmarestabs a:hover {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
#palmarestabs2 {
	width: 910px;
	height: 30px;
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/sub_palmares2.gif);
	background-repeat: no-repeat;
	float: left;
	margin-left: 40px;
	margin-top: 10px;
}
#palmarestabs3 {
	width: 910px;
	height: 30px;
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/sub_palmares3.gif);
	background-repeat: no-repeat;
	float: left;
	margin-left: 40px;
	margin-top: 10px;
}
#tablapalmares {
	float: left;
	width: 910px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#tablapalmares table {
	width: 908px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#tablapalmares .puesto {
	background-color: #990000;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}
#tablapalmares .nombre {
	background-color: #FFCC00;
	font-weight: bold;
}
#tablapalmares .gris {
	background-color: #f3f3f3;
}
#tablapalmares td {
	padding: 3px;
	border: 1px solid #f3f3f3;
	text-align: center;
}
/* fin palmares */
/* comienzo etapas */
#etapas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	width: 880px;
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/etapas_back.gif);
	background-repeat: no-repeat;
	float: left;
	height: 24px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 10px;
}

#etapas li {
	float: left;
	list-style-type: none;
	padding-top: 3px;
	text-align: center;
	font-size: 14px;
	color: #F3f3f3;
}
#etapas ul {
	display: inline;
}
#etapas li a {
	text-decoration: none;
	color: #F0F0F0;
}
#etapas li a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
#etapasub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	width: 880px;
	background-color: #FFCC00;
	height: 18px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 30px;
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/subtitulos_back.gif);
	background-repeat: no-repeat;
	float: left;
	margin-top: 10px;
}
#profil {
	width: 910px;
	float: left;
	margin-top: 10px;
}
#profil .izq {
	width: 469px;
	float: left;
}
#profil .der {
	width: 404px;
	float: left;
	margin-left: 15px;
	height: 229px;
	background-color: #f3f3f3;
	border: 1px solid #CCCCCC;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#profil .der .titulo {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 20px;
	line-height: normal;
	text-align: left;
	vertical-align: top;
}
#profil .der p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
#mapa {
	float: left;
	width: 908px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #f3f3f3;
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/back_flash.gif);
	height: 482px;
	border: 1px solid #f3f3f3;
}

#profil .der .coment {
	float: left;
	width: 244px;
	margin-right: 10px;
	height: 229px;
}

#profil .der .foto {
	background-color: #999999;
	float: left;
	width: 150px;
	height: 229px;
}
/* fin etapas */
#tablaabandono .abandono {
	padding-left: 70px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	width: 840px;
}
#contizq {
	float: left;
	width: 600px;
}
#contizq .foto {
	height: 390px;
	width: 590px;
	border: 5px solid #000000;
}
#contizq .titfoto {
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/back_foto.gif);
	height: 35px;
	width: 590px;
	float: left;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	padding-top: 10px;
	padding-left: 10px;
}
#contizq .titfoto a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 24px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#contizq .titfoto a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: bold;
	font-size: 24px;
	line-height: normal;
	text-decoration: underline;
}
#masizq {
	float: left;
	width: 295px;
}
#masizq .barrahistoria {
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/barrahistoria.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 295px;
	float: left;
}
#masizq .historia {
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/backgris.gif);
	background-repeat: no-repeat;
	float: left;
	height: 75px;
	width: 295px;
	margin-bottom: 10px;
}
#masizq .historia img {
	height: 70px;
	width: 70px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 5px;
	float: left;
}
#masizq .barrafrase {
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/barrafrase.gif);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 295px;
}
#masizq .frase {
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/backgris.gif);
	background-repeat: no-repeat;
	height: 75px;
	width: 295px;
	float: left;
	vertical-align: bottom;
}
#masder {
	float: right;
	width: 295px;
}
#masder .barraalbum {
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/barraalbum.gif);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 295px;
}
#masder .album {
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/backgris.gif);
	background-repeat: no-repeat;
	float: left;
	height: 75px;
	width: 295px;
	margin-bottom: 10px;
}
#masder .barradebate {
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/barradebate.gif);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 295px;
}
#masder .debate {
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/backgris.gif);
	background-repeat: no-repeat;
	float: left;
	height: 75px;
	width: 295px;
}
#contder {
	float: left;
	width: 300px;
	padding-left: 10px;
}
#contder .video {
	float: left;
	height: 310px;
	width: 300px;
	background-color: #f3f3f3;
}
#contder .masvideos {
	float: left;
	height: 20px;
	width: 300px;
	margin-bottom: 10px;
}
#contder .blog {
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/blog.gif);
	background-repeat: no-repeat;
	float: left;
	height: 33px;
	width: 245px;
	margin-bottom: 10px;
	padding-right: 2px;
	padding-left: 53px;
	padding-top: 50px;
	padding-bottom: 2px;
}
#contder .barrahoy {
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/barraetapa.gif);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 300px;
}
#contder .etapahoy {
	height: 181px;
	width: 300px;
	float: left;
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/back_etapa.gif);
	background-repeat: no-repeat;
}
#contder .barravideo {
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/barravideo.gif);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 300px;
}
#masizq .historia a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	color: #666666;
	float: left;
	width: 200px;
	margin-top: 5px;
	margin-right: 5px;
}
#masizq .frase a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
	float: left;
	text-align: center;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	width: 275px;
	font-style: italic;
}
#masizq .frase a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: normal;
	font-weight: bold;
	color: #999999;
	float: left;
	text-align: center;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 10px;
	width: 275px;
	font-style: italic;
}
#masder .album img {
	height: 65px;
	width: 285px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#masder .debate img {

	height: 70px;
	width: 70px;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 1px;
	margin-left: 5px;
	float: left;
}
#masder .debate a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
	color: #666666;
	margin-top: 5px;
	margin-right: 5px;
	float: left;
	width: 200px;
}
#masizq .historia a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	color: #999999;
	float: left;
	width: 200px;
	margin-top: 5px;
	margin-right: 5px;
	text-decoration: underline;
}
#masder .debate a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	color: #999999;
	margin-top: 5px;
	margin-right: 5px;
	float: left;
	width: 200px;
	text-decoration: underline;
}
#contder .blog a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#contder .blog a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
#ahora {
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/back_ahora.gif);
	background-repeat: no-repeat;
	float: left;
	height: 20px;
	width: 910px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 5px;
}
#ahora .clasifica {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
}
#ahora .etapa {
	font-weight: bold;
}
#ahora .general {
	font-weight: bold;
}
#ahora a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#ahora a:hover {

	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
#contder .etapahoy .tituloetapa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	line-height: normal;
	float: left;
	width: 280px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
}
#contder .etapahoy img {
	float: left;
	margin-top: 8px;
	margin-left: 9px;
}
#contder .etapahoy .distancia {
	width: 130px;
	float: left;
	margin-top: 8px;
	margin-left: 5px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
#contder .red {
	line-height: normal;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}

#contder .etapahoy .enlaces {
	width: 280px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	text-align: center;
}
#contder .gray {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	line-height: normal;
}
#contder .gray:hover {
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
	line-height: normal;
}
#contder .red:hover {
	line-height: normal;
	font-weight: bold;
	color: #993300;
	text-decoration: underline;
}
#imagenesetapas .jornada td {
	background-color: #f3f3f3;
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/back_fv.gif);
	background-repeat: no-repeat;
}#tablaetapas .checkpoint {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#videos {
	float: left;
	width: 908px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #f3f3f3;
}#videos .videodistancia {
	font-family: arial;
	font-size: 14px;
	line-height: normal;
	font-weight: normal;
	color: #666666;
}
#videos .videotitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #993300;
	line-height: normal;
}
#videos .videoarticulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
}
#videos .videocontenido {
	padding: 10px;
	width: 520px;
	float: left;
}

#videos .videofinal {
	float: left;
	width: 300px;
}
#videos .videocontenido a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
#videos .videocontenido a:hover {
	color: #999999;
	text-decoration: none;
}

.videoetapas {
    float: left;
    width: 205px;
    height: 210px;
    padding-right: 11px;
    padding-left: 11px;
    padding-top: 11px;
}

.videoetapas .play {
    position: absolute;
    z-index: 10;
}

.videoetapas .imagen {
    position: absolute;
    z-index: 9;
    width: 205px;
    height: 154px;
}

.videoetapas .imagen img {
    width: 205px;
    height: 154px;
}

.videoetapas .etapa {
	position: relative;
	top: 154px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #006699;
	padding: 5px;
	background-image: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2007/07/tourfrancia/img/back_videos.gif);
	height: 42px;
	width: 195px;
}
#protagonistas {
	margin-top: 10px;
	width: 910px;
}
#protagonistas .data {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #f3f3f3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f3f3f3;
	width: 540px;
}
#protagonistas .data tr {
}
#protagonistas .data .cuerpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#protagonistas .data td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	padding-top: 3px;
	padding-right: 17px;
	padding-bottom: 3px;
	padding-left: 3px;
}
#protagonistas .datatitulo {
	background-color: #993300;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
}
#protagonistas .datatitulo td {
	padding: 3px;
	border: 1px solid #f3f3f3;
}
#protagonistas .datapuntos {
	background-color: #f3f3f3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
}
#protagonistas .datapuntos td {
	padding: 3px;
}
#caraacara .nombre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #993300;
	padding: 3px;
}
#caraacara .enumeracion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #666666;
	background-color: #FFCC00;
	font-weight: bold;
	width: 100px;
}
#caraacara  td {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F3F3F3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 3px;
}
#contenedor #caraacara .tabla3caracara a {
	color: #993300;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#contenedor #caraacara .tabla3caracara .cabeceratabla {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #993300;
	padding: 3px;
}
#contenedor #caraacara .tabla3caracara a:hover {
	color: #999999;
	text-decoration: none;
}
#contenedor #jon {
	width: 910px;
}
#contenedor #jon .foto {
	float: right;
	padding-left: 20px;
}
#contenedor #jon p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}
#contenedor #jon h3 {
	color: #993300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#contenedor #jon .archivo .columnaizquierda li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	list-style-type: none;
	line-height: 20px;
}
#contenedor #jon .archivo .columnaizquierda a {
	color: #666666;
}
#contenedor #jon h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #993300;
	line-height: normal;
}
#contenedor #jon .foto p {
	font-weight: bold;
}

/* -- INICIO ESTILOS VÍDEOS -- */
.listadovideos{
    float: left;
}
.listadovideos iframe{
    float: right;
    margin: 0 135px 0px 0px;
    padding: 0;
    width: 368px;
    height: 369px;
    display: inline;
    vertical-align: top;
}
.listadovideos ul{
    float: left;
    padding: 0px;
    font: bold 11px/17px Verdana, Arial, Helvetica, sans-serif;
    width: 250px;
    display: inline;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 0px;
    margin-left: 85px;
}
.listadovideos li{
    color: #666666;
    float: left;
    margin: 0px;
    padding: 10px 0px 5px 0px;
    list-style: none;
    border-bottom: solid 1px #ccc;
    width: 300px;
    background-image: 
url(http://estaticos.elmundo.es/especiales/2007/07/cultura/san_fermin/img/flechita.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
}
.listadovideos li a {
    float: left;
    text-decoration: none;
    padding: 0;
    color: #003366;
}
.listadovideos li a:hover {
    text-decoration: underline;
}

/* -- FIN ESTILOS VÍDEOS -- */
#contenedor #seccionvideos .videoshistoricos:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #999999;
	text-decoration: underline;
}
#contenedor #imagenesetapas .jornada a {
	text-decoration: none;
	color: #000000;
}
#contenedor #imagenesetapas .jornada a:hover {

	text-decoration: underline;
	color: #999999;
}
