/* estilos retransmisiones deportes */

.retransmisiones {
	width: 660px;
	margin-left: 10px;
	float: left;
	margin-bottom: 20px;
    display: inline;
}

#contenedor {
	width: 990px;
}

.columnaderecha {
	width: 300px;
	float: right;
}

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


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

.retransmisiones table {
	width: 100%;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	clear: both;
}

.retransmisiones table td {
	padding: 3px 5px 3px 5px;
	border-bottom: 1px solid #ddd;
	line-height: 1.4em;
	vertical-align: middle;
}

.retransmisiones table td.deporte {
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	width: 150px;
	text-align: left;
	font-size:11px;
	border-right: 1px solid #ddd;
}

.retransmisiones table td.resultados {
	text-align: center;
}

.retransmisiones table th {
	text-align: left;
	background-color: #eee;
	border-top: 8px solid white;
	padding: 6px 3px 6px 3px;
	text-transform: uppercase;


}

.retransmisiones table td table td {
	border:0;
	margin: 0;
	padding: 1px;
}


.retransmisiones table td table td.equipo1,
.retransmisiones table td table td.equipo2 {
	width: 42%;
}

.retransmisiones table td table td.equipo1 {
	text-align: right;
}
.retransmisiones table td table td.equipo2 {
	text-align: left;
}

.retransmisiones table td table td.puntos,
.retransmisiones table td table td.guion {
	width: 7%;
	text-align: center;
}

.retransmisiones table td table td.guion {
	width: 2%;
}

.retransmisiones table td table td.puntos {
	font-weight: bold;

}


#piepagina {
	border-top: 0;
}