/* CSS Document */
/* 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;
}
/* =Site information */
acronym {
	border:0;
	text-decoration:none;
}
#site_info {
	width:990px;
	color:#666;
	float:left;
	border-top:3px solid #666;
	font: 10px Arial, Helvetica, sans-serif;
	padding: 8px 0 20px 10px;
	margin-top: 20px;
}
#site_info a {
	color:#666;
	text-decoration:none;
}
#site_info a:hover {
	color:#ccc;
}
#site_info p {
	float:left;
	padding:0 10px 0 0 !important;
	font-size: 10px;
	line-height:10px;
	margin: 0px;
}
#site_info p.credits {
	border:1px solid #666;
	border-width:0 1px;
	padding:0 8px!important;
	margin:0 8px 0 0;
}
#site_info ul, #site_info li {
	display:inline;
	list-style:none;
	padding:0 5px 0 0;
	line-height:10px;
	margin: 0px;
}
#site_info li.contact {
	border-right:1px solid #666;
	padding-right:8px;
	margin-right:8px;
	margin-left: 0px;
}
/* fin info */
/* -- INICIO ESTILOS GENERALES -- */
body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(../img/back_site.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.publicidad {
	width: 750px;
	margin: 0;
	padding: 0;
}
.contenedor {
	width: 990px;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF;
}
.cabecera {
	width: 990px;
	height: 110px;
	overflow: hidden;
	background: url(../img/cabecera.jpg) no-repeat left top;
}
.creditos {
	width: 990px!important;
	border-top: 1px solid #d0d0d0;
	margin: 15px 0 10px 0;
	padding: 0 0 10px 0;
}
.creditos .logo {
	width: 47px;
	margin: 0 5px 0 0;
	padding: 10px 0 0 10px;
	float: left;
}
.creditos .textocreditos {
	font: bold 10px/14px 'Trebuchet MS', Verdana, Arial, sans-serif;
	color: #8f8f8f;
	margin: 0;
	padding: 15px 0 0 10px;
	float: left;
}
.creditos .textocreditos a {
	font: bold 10px/14px 'Trebuchet MS', Verdana, Arial, sans-serif;
	color: #8f8f8f;
}
.navegacion {
	margin: 0px 0px 20px;
	padding: 0px 0px 0px 125px;
	background: #333;
	width: 865px;
}
.navegacion ul {
	font: bold 11px/14px 'Trebuchet MS', Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	width: 950px;
	height: 25px;
}
.navegacion ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
.navegacion ul li a {
	padding: 5px 10px;
	color: #fff;
	text-decoration: none;
	margin: 0px;
	display: block;
	float: left;
	width: auto;
	border-right: 1px solid #555;
	height: 15px;
}

.contenido {
	width: 990px;
	overflow: hidden;
}
.parteizquierda {
	width: 140px;
	float: left;
}
.parteizquierda .navegacionizquierda {
	margin: 0;
	padding: 0 0 0 10px;
}
.parteizquierda .navegacionizquierda ul {
	font: bold 11px/14px 'Trebuchet MS', Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
.parteizquierda .navegacionizquierda ul li {
	background: #fafafa;
	color: #555;
	margin: 0 0 3px 0;
	padding: 0 0 0 8px;
	border-top: 1px solid white;
	list-style: none;
}
.parteizquierda .navegacionizquierda ul li a {
	background: #fafafa;
	padding: 0 0 0 8px;
	margin: 0 0 3px 0;
	color: #555;
	text-decoration: none;
	line-height: 18px;
}
.parteizquierda .navegacionizquierda ul li a:hover {
	color: #333;
}
.partederecha {
	width: 835px;
	float: left;
	margin: 0;
	padding: 0 0 0 15px;
	overflow: hidden;
}
h1 {
	font: bold 22px 'Trebuchet MS', Verdana, Arial, sans-serif;
	background: #333333 url(../img/back_th.jpg) no-repeat left top;
	color: white;
	padding: 3px 3px 3px 8px;
	margin: 0 0 10px 0;
}
h2 {
	font: bold 13px 'Trebuchet MS', Verdana, Arial, sans-serif;
	background: #f5f5f5;
	color: #555;
	padding: 3px;
	margin: 0 0 10px 0;
	text-align: center;
}
.ladillo {
	font: bold 13px 'Trebuchet MS', Verdana, Arial, sans-serif;
	color: #333;
}
a {
	font-weight: bold;
	color:  #a32876;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.rompedor {
	clear: both;
}
/* -- FIN ESTILOS GENERALES -- */
/* -- INICIO ESTILOS EQUIPOS Y FAVORITOS -- */
.bloqueficha {
	font: normal 11px/16px Verdana, Arial, sans-serif;
	border: 1px solid #e7e7e7;
	padding: 10px;
	margin: 0 0px 15px 0;
}
.bloqueficha .foto {
	width: 245px;
	float: left;
	margin: 0 15px 0 2px;
	padding: 0;
}
.bloqueficha .datos {
	width: 530px;
	float:right;
	position: relative;
}
.bloqueficha .datos ul {
	width: 255px;
	margin: 0;
	padding: 0;
	float: left;
}
.bloqueficha .datos ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
}
.bloqueficha .datos .datosbasicos {
	width: 530px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.bloqueficha .datos .comentario {
	width: 530px;
	margin: 15px 0 20px 0;
	padding: 0;
}
.bloqueficha .datos .comentario p {
	margin: 0;
	padding: 0 5px 0 5px;
}
.bloqueficha .datos .trayectoria_puestos {
	width: 530px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.bloqueficha table {
	width: 805px;
	text-align: center;
	line-height: 25px;
	background: #f5f5f5;
	margin: 0 0 15px 0;
}
.bloqueficha table th {
	font: bold 13px 'Trebuchet MS', Verdana, Arial, sans-serif;
	color: #555;
	background: #e7e7e7;
	text-transform: uppercase;
}
.bloqueficha table td {
	background: white;
}
.bloqueficha .objetivos {
	margin: 0 0 15px 0;
	padding: 0 8px 0 8px;
}
.indexequipos {
	width: 990px;
	margin: 0  0 0 15px;
	padding: 0 0 20px 0;
	overflow: hidden;
}
.indexequipos .equipo {
	width: 150px;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
	float: left;
}
.indexequipos .equipo img {
	margin: 0 0 8px 0;
	padding: 0;
}
.indexequipos .equipo h3 {
	font: bold 12px/16px Verdana, Arial, sans-serif;
	color: #333;
	padding: 0;
	margin: 0;
}
.indexequipos .equipo h3 a {
	font: bold 12px/16px Verdana, Arial, sans-serif;
	color: #333;
}
.indexequipos .equipo h3 a:hover {
	text-decoration: underline;
}
.indexfavoritos {
	margin: 0 8px 20px;
	padding: 0;
	background: url(../img/magliarosa.gif) no-repeat center 150px;
	overflow: hidden;
	height: 600px;
}
.indexfavoritos .favorito {
	padding: 5px;
	float: left;
	border: 1px solid #e7e7e7;
	width: 370px;
	margin-left: 5px;
}
.indexfavoritos  .favorito h3 {
	font: bold 12px/16px Verdana, Arial, sans-serif;
	background: #fafafa;
	color: #555;
	padding: 3px 0 3px 0;
	margin: 5px 0 0 0;
	text-align: center;
}
.indexfavoritos  .favorito h3 a {
	font: bold 10px/16px Verdana, Arial, sans-serif;
	color: #555;
}
/* -- FIN ESTILOS EQUIPOS Y FAVORITOS -- */
/* -- INICIO ESTILOS ETAPAS -- */
.bloqueficharecorrido {
	font: normal 11px/16px Verdana, Arial, sans-serif;
	border: 1px solid #e7e7e7;
	padding: 10px;
	margin: 0 5px 15px 0;
	vertical-align: top;
}
.leyenda {
	font: normal 11px 'Trebuchet MS', Verdana, Arial, sans-serif;
	text-align: right;
}
.leyenda img {
	margin-left: 10px;
}
.datosetapa table {
	text-align: center;
	margin: 15px 0 20px 0;
	line-height: 20px;
	background: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.datosetapa .etapadia {
	background: #a32876;
	color: white;
	font-weight: bold;
}
.enlaces {
	margin: 0 0 2px 61px;
	padding: 0;
}
.enlaces ul {
	font: bold 11px/14px 'Trebuchet MS', Verdana, Arial, sans-serif;
	margin: 0;
	padding: 4px 0 4px 0;
}
.enlaces ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
.enlaces ul li a {
	background: #c6c6c6;
	padding: 3px 61px 3px 54px;
	color: #555;
	margin: 0;
	border-right: 1px solid white;
}
.enlaces ul li a:hover {
	background: #a32876;
	color: white;
	text-decoration: none;
	padding: 3px 61px 3px 54px;
}
.comentario {
	width: 652px;
	margin: 0 0 0 61px;
	padding: 15px 20px 25px 20px;
	background: #fbfafa;
}
.comentario h3 {
	font: bold 18px 'Trebuchet MS', Verdana, Arial, sans-serif;
	color: black;
	padding: 0;
	margin: 10px 0 10px 0;
}
.comentario .firma {
	font: bold 12px 'Trebuchet MS', Verdana, Arial, sans-serif!important;
	color: black;
	padding: 0;
	margin: 10px 0 10px 0;
}
.navegacionizquierdarecorrido {
	margin: 0;
	padding: 0 0 0 10px;
}
.navegacionizquierdarecorrido ul {
	font: bold 11px/14px 'Trebuchet MS', Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
}
.navegacionizquierdarecorrido ul li {
	background: #fafafa;
	color: #555;
	margin: 0 0 3px 0;
	padding: 0 0 0 8px;
	border-top: 1px solid white;
	list-style: none;
}
.navegacionizquierdarecorrido ul li a {
	background: #fafafa;
	padding: 0 0 0 8px;
	margin: 0 0 3px 0;
	color: #555;
	text-decoration: none;
	line-height: 18px;
}
.navegacionizquierdarecorrido ul li a:hover {
	color: #333;
}
/* -- FIN ESTILOS ETAPAS -- */
/* -- INICIO ESTILOS PALMARÉS -- */
.enlacepalmares {
	font-size: 11px;
	padding-left: 480px;
}
.enlacepalmares a {
	color: white;
}
/* -- FIN ESTILOS PALMARÉS -- */
/* -- INICIO ESTILOS CLASIFICACIONES -- */
.tituloclasificacion {
	font: bold 22px 'Trebuchet MS', Verdana, Arial, sans-serif!important;
	background: #333 url(../img/back_th.jpg) no-repeat left top!important;
	color: white!important;
	padding: 3px 3px 3px 8px!important;
	margin: 0 0 10px 0!important;
	text-align: left;
}
.listadoclasificacion {
	text-align: left!important;
	padding: 15px 15px 15px 200px;
	background: white!important;
	line-height: 25px;
	test-transform: none!important;
}
.pestanias {
	font: normal 11px 'Trebuchet MS', Verdana, Arial, sans-serif!important;
	text-align: right;
	background: #333 url(../img/back_th.jpg) no-repeat left top!important;
	padding: 0 5px 0 0;
}
.textopestanias {
	background: white!important;
}
/* -- FIN ESTILOS CLASIFICACIONES -- */
/* -- INICIO ESTILOS FOTOGRAFÍA -- */
.indexfotografia table {
	background: #f5f5f5;
}
.indexfotografia th {
	font: bold 13px 'Trebuchet MS', Verdana, Arial, sans-serif;
	background: #333 url(../img/back_th.jpg)  repeat-x left top;
	color: white;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center;
}
.indexfotografia td {
	background: white;
}
.indexfotografia .foto {
	margin: 20px 0 20px 0;
	padding: 0;
}
.indexfotografia .foto h3 {
	width: 105px;
	font: bold 12px/16px Verdana, Arial, sans-serif;
	background: #fafafa;
	color: #555;
	padding: 0;
	margin: 5px 0 0 0;
	text-align: center;
}
/* -- FIN ESTILOS FOTOGRAFÍA -- */
/* -- INICIO ESTILOS PORTADA -- */
.portadacolumnaizquierda {
	width: 377px;
	float: left;
	margin: 0 0 0 2px;
	padding: 0;
	overflow: hidden;
	display: inline;
}
.portadacolumnaizquierda .modulodestacado {
	width: 367px;
	overflow: hidden;
	padding: 0;
	background: url(http://estaticos.elmundo.es/elmundodeporte/especiales/2008/05/giro/img/fondo_probadores.gif) repeat-x left bottom;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0;
}
.portadacolumnaizquierda .modulodestacado .foto {
	float: left;
	width: 150px;
	margin: 0;
}
.portadacolumnaizquierda .modulodestacado .derecha {
	float: left;
	width: 210px;
	margin: 0;
	padding: 0 0 0 7px;
	height: 70px;
}
.portadacolumnaizquierda .modulodestacado .derecha h4 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 0 0 0;
	padding: 0;
}
.portadacolumnaizquierda .modulodestacado .derecha h4 a {
	text-decoration: none;
	color: #973460;
}
.portadacolumnaizquierda .modulodestacado .derecha h4 a:hover {
	text-decoration: underline;
}
.portadacolumnaizquierda .modulodestacado .derecha p {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 5px 0 0 0;
	padding: 0;
}
.portadacolumnaizquierda .modulodestacado table {
	text-align: center;
	line-height: 25px;
	background: #f5f5f5;
	margin: 0 0 5px 0;
	padding: 0;
}
.portadacolumnaizquierda .modulodestacado table th {
	font: bold 13px 'Trebuchet MS', Verdana, Arial, sans-serif;
	color: white;
	background: #333 url(../img/back_th.jpg) no-repeat left top;
	text-transform: uppercase;
}
.portadacolumnaizquierda .modulodestacado table td {
	font: normal 10px/16px Verdana, Arial, sans-serif;
	background: white;
	text-align: left;
	padding: 5px 0 5px 10px;
}
.portadacolumnaizquierda .modulodestacado table td {
	font: normal 10px/18px Verdana, Arial, sans-serif;
	background: white;
	text-align: left;
	padding: 5px 0 5px 10px;
}
.portadacolumnaizquierda .modulodestacado .vermas{
	font: normal 10px/18px Verdana, Arial, sans-serif;
	color: #333;
	margin: 10px 0 5px 0;
	padding: 0 0 0 15px;
}
.portadacolumnaizquierda .modulodestacado .vermas a {
	font: bold 10px/18px Verdana, Arial, sans-serif;
	color: #333;
}
.portadacolumnaderecha {
	width: 600px;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	display: inline;
	border-left: 1px solid #ccc;
}
.portadacolumnaderecha h1 {
	font: bold 30px/30px  Arial, Helvetica, sans-serif, Verdana;
	margin: 0 0 5px 0;
	padding: 0;
	background: none!important;
}
.portadacolumnaderecha h1 a {
	color: #333;
	text-decoration: none;

}
.portadacolumnaderecha h1 a:hover {
	text-decoration: underline;
}
.portadacolumnaderecha .foto {
	width: 580px;
	margin: 19px 0 0 0;
	padding: 0;
}
/* -- INICIO ESTILOS PORTADA -- */
.contenedor .cabecera .elmundoes {
	text-indent: -9999px;
}
.contenedor .cabecera .elmundoes a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 990px;
}
.contenedor .cabecera .titulo_especial {
	text-indent: -9999px;
}
.contenedor .cabecera .titulo_especial a {
	display: block;
	height: 74px;
	width: 990px;
	margin: 0px;
	padding: 0px;
}
.contenedor .navegacion a:hover {
	background: #973460;
}
.contenedor .indexequipos .box_equipo {
	width: 48%;
	float: left;
	margin-right: 10px;
	margin-top: 20px;
	font: 12px Arial, Helvetica, sans-serif;
}
.contenedor .indexequipos .box_equipo .nombre_equipo {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #383337 url(../img/back_th.jpg) no-repeat left top;
	padding: 3px 3px 3px 7px;
}
.contenedor .indexequipos .box_equipo td {
	padding: 3px;
}
.contenedor .indexequipos .box_equipo .td_camiseta {
	width: 70px;
	vertical-align: top;
	text-align: left;
	padding: 7px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.contenedor .indexequipos .box_equipo table {
	width: 100%;
	border-left: 1px solid #CCCCCC;
}
.contenedor .indexequipos .box_equipo .td_numero {
	width: 50px;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.contenedor .indexequipos .box_equipo .td_nacion {
	width: 50px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.contenedor .indexequipos .box_equipo .td_nombre {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.contenedor .indexequipos .box_equipo .td_equipo {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.contenedor .indexfavoritos .titulo_estrellas {
	float: left;
	font: bold 14px Arial, Helvetica, sans-serif;
	width: 390px;
}
.contenedor .indexfavoritos .fav_izquierda {
	float: left;
	width: 400px;
}
.contenedor .indexfavoritos .fav_derecha {
	width: 400px;
	float: right;
}
.contenedor .indexfavoritos .fav_derecha .debutantes {
	margin-bottom: 20px;
	overflow: hidden;
	height: 250px;
}
.contenedor .indexfavoritos .fav_izquierda .ganadores {
	margin-bottom: 20px;
	overflow: hidden;
	height: 250px;
}
.contenedor .indexfavoritos .fav_izquierda .aspirantes {
	height: 250px;
	margin-bottom: 20px;
}
.contenedor .indexfavoritos .fav_derecha .especialistas {
	height: 250px;
	margin-bottom: 20px;
}
.contenedor .contenido .fichas {
	padding: 15px;
	width: 960px;
	text-align: center;
}
.contenedor .contenido .fichas .ficha .titulo {
	width: 300px;
	font-size: 14px;
	font-weight: normal;
}
.contenedor .contenido .fichas .ficha {
	width: 310px;
	margin-right: 4px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-left: 4px;
	margin-bottom: 20px;
}
.contenedor .contenido .fichas .ficha .imagen {
	height: 150px;
	width: 310px;
	margin: 0px;
	padding: 0px;
}
.contenedor .contenido .fichas .ficha ul {
	list-style: url(none) none;
	margin: 10px 0px 0px;
	padding: 0px;
	text-align: left;
	font: 12px/18px Arial, Helvetica, sans-serif;
}
.contenedor .contenido .fichas .ficha li {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}


.contenedor .contenido .fichas2 {
	padding: 15px;
	width: 640px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.contenedor .contenido .fichas2 .ficha .titulo {
	width: 300px;
	font-size: 14px;
	font-weight: normal;
}
.contenedor .contenido .fichas2 .ficha {
	width: 310px;
	margin-right: 4px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-left: 4px;
	margin-bottom: 20px;
}
.contenedor .contenido .fichas2 .ficha .imagen {
	height: 150px;
	width: 310px;
	margin: 0px;
	padding: 0px;
}
.contenedor .contenido .fichas2 .ficha ul {
	list-style: url(none) none;
	margin: 10px 0px 0px;
	padding: 0px;
	text-align: left;
	font: 12px/18px Arial, Helvetica, sans-serif;
}
.contenedor .contenido .fichas2 .ficha li {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
/*envivo*/
.contenidoenvivo {
	float: left;
	width: 990px;
	margin: 10px 0 0 0;
	padding: 0;
}
.contenidoenvivo .datos{
	float: left;
	width: 200px;
	margin: 0 0 20px 10px;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
.contenidoenvivo .datos li{
	float: left;
	width: 190px;
	margin: 0 0 2px;
	padding: 0 10px 2px 0px;
	list-style: none;
	display: block;
	border-bottom: dashed 1px #ccc;
}
.contenidoenvivo .datos li strong{
	color: #777;
	text-transform: uppercase;
}
.contenidoenvivo .datos .boton{
	border-bottom: 0;
	margin: 5px 0 0;
	width: 190px;
}
.contenidoenvivo .datos .boton a{
	float: left;
	position: relative;
	background-color: #eee;
	border: solid 1px #ccc;
	color: #777;
	width: 190px;
	padding: 2px;
	text-align: center;
	text-decoration: none;
}
.contenidoenvivo .datos .boton a:hover{
	background-color: #999;
	color: #fff;
}
.contenidoenvivo .grafico{
	width: 720px;
	margin: 0 20px 20px 0;
	padding: 0;
}
.contenidoenvivo .clasificacion{
	float: left;
	margin: 0 0 0 10px;
	padding: 0;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
}
.contenidoenvivo .clasificacion caption{
	margin: 20px 0 0 0;
	background-color: #eee;
	padding: 8px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #777;
	text-transform: uppercase;
}
.contenidoenvivo .clasificacion th{
	background-color: #aaa;
	padding: 3px;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
.contenidoenvivo .clasificacion td{
	padding: 3px;
	color: #333;
	border-bottom: solid 1px #ccc;
	text-align: center;
}
.contenidoenvivo .clasificacion .posicion{
	font-size: 10px;
	color: #999;
	font-weight: bold;
}
.contenidoenvivo h1{
	float: left;
	width: 950px;
	margin: 0 0 20px;
	padding: 0 20px;
	color: #fff;
	font-size: 24px;
}
.contenidoenvivo h1 .fecha{
	color: #ddd;
	font-size: 20px;
}
.contenidoenvivo a{
	color: #777;
}
.contenidoenvivo .plantillaenvivo{
	float: left;
	width: 700px;
	margin: 0px;
	padding: 10px;
	border: solid 1px #ccc;
}
.contenidoenvivo .plantillaenvivo th{	
	background-color: #eee;
	color: #777;
	font-size: 15px;
	padding: 5px 0;
}
.contenidoenvivo .plantillaenvivo td{	
	border-left: dashed 1px #ccc;	
	border-bottom: dashed 1px #ccc;
	padding: 5px 10px;
}
.contenidoenvivo .plantillaenvivo .tanteo{	
	border-left: 0;
	text-align: right;
	width: 200px;
	color: #999;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.contenedor .contenidoenvivo .envivo_derecha {
	float: right;
	width: 726px;
}
.contenedor .contenidoenvivo .envivo_izquierda {
	float: left;
	width: 200px;
}
