
/* inicio tablasdatos.css */

/* estilos para tablas de datos en deportes */

.tablasdatos {
	margin-left: 10px;
	width: 665px;
	float: left;
	display: inline;

}


.columnaderecha {
	float: right;
	width: 300px;
	margin-left: 10px;
	display:inline;
}

.columnaderecha table,
.columnaderecha div {
    display: block;
    float: none;
    margin-bottom: 10px;

}

.tablasdatos h1 {
	font: bold 24px Verdana, Arial, Helvetica, sans-serif;
	color: #003d7a;
	margin: 0;
}

.tablasdatos p {
    font: normal 12px/1.4em Verdana, Arial, Helvetica, sans-serif;
    margin: 10px 0 10px 0;

}

.tablasdatos p a {
    text-decoration: underline;
}

.tablasdatos p.enlaceexterno {
    border: 2px solid #ddd;
    padding: 15px;
    margin: 20px 0 20px 0;
}

.tablasdatos p.actualizado {
    border: 2px solid #ddd;
    padding: 5px;
    font-size: 11px;
    text-align: center;
    margin: 0 0 5px 0;
}

.tablasdatos table {
	width: 100%;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	line-height: 1.2em;
	clear: both;
}

.tablasdatos table caption {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 6px;
	background-color:#003d7a;
	color: white;
	margin: 0 0 0 0;

}

.tablasdatos table td,
.tablasdatos table th {
	padding: 3px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.tablasdatos table th {
	background-color: #EEEEEE;
	border-top: 2px solid white;
	padding: 5px 3px 5px 3px;
}

.tablasdatos table th a {
	text-decoration: underline;
}

.tablasdatos table th.masimportante {
	background-color:  #D9D9D9;
	border-top: 4px solid white;
	padding: 6px 3px 6px 3px;
	font-size: 13px;
}

.tablasdatos table td.resaltado1 {
	border-bottom: 10px solid #618731;
}

.tablasdatos table td.resaltado2 {
    border-bottom: 10px solid #A92626;
}

.tablasdatos table td.resaltado3 {
	border-bottom: 10px solid #4071BA;
}

.tablasdatos table td.resaltadoespanol {
	background: url(http://estaticos01.elmundo.es/elmundodeporte/iconos/v2.1/celda-espanol.gif);
    font-weight: bold;
	font-size: 11px;
}

.tablasdatos table td.resaltadorosa {
    border-bottom: 10px solid #E8C0E0;
}

.tablasdatos table td.resaltadoamarillo {
    border-bottom: 10px solid #F3EC83;
}
.tablasdatos table td.resaltadonaranja {
    border-bottom: 10px solid #F0D595;
}

.tablasdatos table.cuadrotorneo td {
	border-bottom: 0;
}

.cuatrocolumnas table.cuadrotorneo td.equipo1 {
    width: 20%;
}

.trescolumnas table.cuadrotorneo td.equipo1 {
    width: 24%;
}

.tablasdatos table.cuadrotorneo th {
	border-left: 1px solid white;
}

.tablasdatos table.cuadrotorneo td.equipo1 {
	border: 1px solid #ccc;
	border-bottom: 0;
	border-right: 0;
	padding-top: 5px;
}

.tablasdatos table.cuadrotorneo td.puntos1 {
	border: 1px solid #ccc;
	border-left: 0;
	border-bottom: 0;
	padding-top: 5px;
	font-weight: bold;
}

.tablasdatos table.cuadrotorneo td.equipo2 {
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-top: 1px solid #eee;
	border-right: 0;
	padding-bottom: 5px;
}
.tablasdatos table.cuadrotorneo td.puntos2 {
	border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-left: 0;
	border-top: 1px solid #eee;
	padding-bottom: 5px;
	font-weight: bold;
}

.tablasdatos table.cuadrotorneo td.arco1 {
	background: url(http://estaticos02.elmundo.es/elmundodeporte/iconos/v2.1/arcotorneo1.gif) no-repeat bottom left;
}
.tablasdatos table.cuadrotorneo td.arco1b {
	background: url(http://estaticos03.elmundo.es/elmundodeporte/iconos/v2.1/arcotorneo1b.gif) no-repeat bottom left;
}
.tablasdatos table.cuadrotorneo td.arco2 {
	background: url(http://estaticos04.elmundo.es/elmundodeporte/iconos/v2.1/arcotorneo2.gif) no-repeat top left;

}
.tablasdatos table.cuadrotorneo td.arco2b {
	background: url(http://estaticos01.elmundo.es/elmundodeporte/iconos/v2.1/arcotorneo2b.gif) no-repeat top left;

}

.tablasdatos table.cuadrotorneo td.arco3 {
	background: url(http://estaticos02.elmundo.es/elmundodeporte/iconos/v2.1/arcotorneo3.gif) no-repeat top left;

}
.tablasdatos table.cuadrotorneo td.arco3b {
	background: url(http://estaticos03.elmundo.es/elmundodeporte/iconos/v2.1/arcotorneo3b.gif) no-repeat top left;

}


.tablasdatos table table {
    margin:0;
}


.tablasdatos table table td.equipo1,
.tablasdatos table table td.equipo2,
.tablasdatos table table td.guion,
.tablasdatos table table td.puntos {
    border:0;
}

.tablasdatos table table td.equipo1,
.tablasdatos table table td.equipo2 {
   width: 40%;
}

.tablasdatos table table td.equipo1 {
   text-align: right;
}

.tablasdatos table table td.equipo2 {
   text-align: left;
}

.tablasdatos table table td.guion {
   width: 4%;
}

.tablasdatos table table td.puntos {
   width: 8%;
}



.tablasdatos table td.boton a {
   background-color: #eee;
   border-bottom: 1px solid #ccc;
   padding: 1px 5px 1px 5px;
   font-weight: bold;
}

.tablasdatos table td.boton a:hover {
   background-color: #ccc;
}



/* cuadros de tenis */

div.cuadrostenis {

}

div.otraseccion {
    text-align: center;
}

table.esquemacuadro {
    width: auto;
    border: 1px solid #ccc;
    float: right;
}

table.esquemacuadro td,
table.esquemacuadro th {

    border: 0;
    text-align: center;
    vertical-align: middle;
    font: normal 9px Verdana,Arial,Helvetica,sans-serif;
    padding: 0;
}

table.esquemacuadro .leyenda {
    width: auto;
}

table.esquemacuadro th {
    background-color: white;
    color: #9A9A9A;
}

table.esquemacuadro td.columna1,
table.esquemacuadro td.columna3,
table.esquemacuadro td.columna5,
table.esquemacuadro td.columna7 {
    background-color: #F7F7F7;
    width: 48px;
}

table.esquemacuadro th.columna1,
table.esquemacuadro th.columna3,
table.esquemacuadro th.columna5,
table.esquemacuadro th.columna7 {

}


table.esquemacuadro td img {
    display: block;
    margin-left: 11px;
}

table.esquemacuadro td.columna1 img {
    margin-top: 2px;
    margin-bottom: 2px;
}
table.esquemacuadro td.columna2 img {
    margin-top: 12px;
    margin-bottom: 20px;
}


div.cuadrostenis ul.rondas {
    margin: 0 0 10px 0px;
    padding: 0;
    list-style-type: none;
    height: 23px;
}


div.cuadrostenis ul.rondas li {
    display: inline;


}

div.cuadrostenis ul.rondas li a {
    display: block;
    float: left;
    padding: 4px 6px 4px 6px;
    margin-right: 10px;
    background-color: white;
    color: #003d7a;
    border: 1px solid #B9B9B9;
    font: bold 10px Verdana,Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}


.jugadores128 div.cuadrostenis ul.rondas li a {
    margin-right: 5px;
}

.jugadores128 div.cuadrostenis ul.pestanasterciarias {
    float: left;
    width: 200px;

}

div.cuadrostenis h1 {
    margin: 0 0 10px 0;
    background-color: #003d7a;
    color: white;
    padding: 2px 5px 2px 5px;
    font: bold 19px Verdana,Arial,Helvetica,sans-serif;
    text-align: center;
}



div.cuadrostenis table.enfrentamiento {

 margin: 0 0 20px 0;
}

div.cuadrostenis table.enfrentamiento td {
	padding: 10px 0 0 0;
	margin: 0;
	 border: 0;
}


div.cuadrostenis table.enfrentamiento td.rondaanterior {
	width: 37px;
	vertical-align: top;
}

div.cuadrostenis table.enfrentamiento td.rondasiguiente {
	width: 29px;
	text-align: left;
	vertical-align: top;
}

div.cuadrostenis table.cuadrotenis {
    border: 2px solid #B9B9B9;
    margin: 0 0px 10px 0px;
    background-color: white;
    width: 599px;
}

div.cuadrostenis table.cuadrotenis td {
    border: 0;
	padding: 3px !important;
}

div.cuadrostenis table.cuadrotenis td.jugador1 {
    border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;

}


div.cuadrostenis table.cuadrotenis td.jugador2 {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

div.cuadrostenis table.cuadrotenis td.jugador1,
div.cuadrostenis table.cuadrotenis td.jugador2,
div.cuadrostenis table.cuadrotenis td.vs {
    width: 33%;
}

div.cuadrostenis table.cuadrotenis td.puntos1 {
    border: 1px solid #ccc;
    border-left: 0;
    border-top: 0;
}

div.cuadrostenis table.cuadrotenis td.puntos2 {
    border: 1px solid #ccc;
    border-left: 0;
    border-bottom: 0;
}

div.cuadrostenis table.cuadrotenis td.puntos1,
div.cuadrostenis table.cuadrotenis td.puntos2 {
    font: bold 14px Arial,Helvetica,sans-serif;
    width: 4%;
}

div.cuadrostenis table.cuadrotenis td.ganador {
    font: bold 13px Verdana,Arial,Helvetica,sans-serif;
}

div.cuadrostenis table.navegacion {
    height: 22px;
    margin: 0;
}

div.cuadrostenis table.navegacion td.siguiente,
div.cuadrostenis table.navegacion td.anterior {
    border: 0;
    width: 22%;
    text-align: right;

}



div.cuadrostenis table.navegacion td.siguiente a,
div.cuadrostenis table.navegacion td.anterior a {
    background-color: white;
    padding: 3px 10px 4px 10px;
    font: bold 10px Verdana,Arial,Helvetica,sans-serif;
    text-transform: uppercase;


}


body#primeraronda ul li.menuprimeraronda a,
body#segundaronda ul li.menusegundaronda a,
body#terceraronda ul li.menuterceraronda a,
body#octavos ul li.menuoctavos a,
body#cuartos ul li.menucuartos a,
body#semi ul li.menusemi a,
body#final ul li.menufinal a {
	background-color: #003d7a;
	border: 1px solid #003d7a;
	color: white;
}

/* leyenda */

table.leyenda {
    margin: 10px 0 10px 0;
    border: 1px solid #ddd;
}

table.leyenda td,
table.leyenda th {
    border: 0;
}

table.leyenda th {
    background-color: white;
}


ul.pestanaspadre {

    margin:0 0 10px 0;
    padding:0 0 33px 0;

    font: bold 17px Verdana;
    border-bottom: 2px solid #ccc;
}

ul.pestanaspadre li {

    padding: 0;
    display: inline;
}

ul.pestanaspadre li a {
    background-color: #F5F5F5;
    display: block;
    float: left;
    padding: 4px 9px 4px 9px;
    margin: 0 5px 0 5px;
    height: 23px;
    text-decoration: none;
    color: #6F6F6F;
    border: 2px solid #ccc;
	font-size: 13px;
}

ul.pestanaspadre li.activa a {
    background-color: white;
    border-bottom: 2px solid white;
    border-top: 2px solid #4F4F4F;
	padding: 4px 9px 4px 9px;
    color: black;
	font-size: 17px;
}



ul.pestanassecundarias {
    height: 35px;
    margin:0px 0 0 0;
    padding:0 0 0 0;

    font: bold 11px Verdana;
}

ul.pestanassecundarias li {

    padding: 0;
    display: inline;
}


ul.pestanassecundarias li a {
    display: block;
    float: left;
    padding: 4px 6px 0px 6px;
    margin: 0 5px 0 5px;
    height: 17px;
    text-decoration: none;
    color: #003d7a;
    border: 1px solid #ccc;
}


ul.pestanasterciarias {
	clear: both;
    padding: 0;
	margin:0 0 5px 0;
    overflow: hidden;
    font: normal 11px Verdana;
}
ul.pestanasterciarias li {

    padding: 0;
    display: inline;
}

ul.pestanasterciarias li a {

    display: block;
    float: left;
    padding: 1px 4px 1px 4px;
    margin: 0 5px 5px 3px;
    text-decoration: none;
    color: #003d7a;
    border: 1px solid #ccc;
}

#piepagina {
	border-top: 0;
}

a.enlaceexterno {
	padding-right: 15px !important;
	background: url(http://estaticos04.elmundo.es/elmundodeporte/iconos/v2.1/enlaceexterno.gif) no-repeat top right;
}

/* fin tablasdatos.css */

