/* [paginaDeInicio.css] Contenidos Adicionales: Bloque Informacion: Gol a Gol ___________________*/
 div.bloque_1  {
	width: 600px;
	float: left;
}

 div.bloque_1 label {
	float: right;
	font-weight: bold;
	text-align: right;
	font-size: 11px;
}
	
 div.bloque_1 label select {
	font-size: 11px;
	margin-right: 10px;
}

 div.bloque_1 table {
	width: 200px;
	margin: 10px 0px 10px 0px;
	float: left;
	font-size: 10px;
}

 div.bloque_1 table td.estadoDelPartido{
	padding: 1px 3px;
	color: #013E51;
	font-weight: bold;
	text-align: center;
	background-color: #B1B6B9;
}

 div.bloque_1 table td.resultadoDelPartido{
	padding: 1px 3px;
	color: #B40709;
	text-align: center;
	background-color: #E6EBEF;
}

 div.bloque_1 table td.contrincantesDelPartido {
	padding: 1px 3px;
	background-color: #F6F6F6;
}

 div.bloque_1 p#enlacesGolAGol a {
	font-size: 11px;
	padding-left: 15px;
	color: #B10304;
	background: url('../img2006/interfaz/iconos/iconoEnlaceGolAGol.gif') no-repeat 0px 2px;
}

 div.bloque_1 p#leyendaGolAGol {
	margin-top: 5px;
	font: 9px "Tahoma", "Verdana", "Arial", sans-serif;
	color: #00386D;
}

 div.bloque_1 p#leyendaGolAGol abbr {
	font-weight: bold;
}

 div.bloque_2 {
	width: 140px;
	float: left;
}

 div.bloque_1 p#enlacesGolAGol {
 	clear: both;
 }
 
 .tituloSeccion {
 	font-family: arial;
	font-size: 13px;
 }