/* CSS Document */
#fixture {
	width: 600px;
	text-align: center;
}
.fixture {
	float: left;
	width: 290px;
}
.cab_fixture {
	background-color: #CCCCCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	margin-top: 15px;
	padding-right: 5px;
	font-weight: bold;
	color: #426DA6;
	border-top: 1px solid #426DA6;
	border-right: none;
	border-bottom: 1px solid #426DA6;
	border-left: 1px solid #426DA6;
}
.cab_medio_fixture {
	background-color: #CCCCCC;
	border: 1px solid #426DA6;
}
.blanco_fixture {
	background-image: url(../images/fixture_blanco_entero.jpg);
	background-repeat: repeat;
}
.medio_fixture {
	background-image: url(../images/fixture_gris_entero.jpg);
	background-repeat: repeat;

}
.fin_fixture {
	background-image: url(../images/fixture_fin.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 290px;
}
.celda_fixture {
	color:#426DA6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	}
.celda_gris_fixture {
	color:#426DA6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-image: url(../images/fixture_celda_gris.jpg);
	}
.celda_blanca_fixture {
	color:#426DA6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-image: url(../images/fixture_celda_blanca.jpg);
	}
.bor {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #426DA6;
	border-left-color: #426DA6;
}
.bor_ab {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #426DA6;
}
.cab_derecha_fixture {
	background-color: #CCCCCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	margin-top: 15px;
	padding-right: 5px;
	font-weight: bold;
	color: #426DA6;
	border-top: 1px solid #426DA6;
	border-right: 1px solid #426DA6;
	border-bottom: 1px solid #426DA6;
	border-left: none;
}
.fondo_cabezal_entero {
	background-image: url(../images/fixture_cab_entero.jpg);
	padding-left: 10px;
	margin-top: 15px;
	padding-right: 5px;
	border-top: 1px solid #426DA6;
	border-right: none;
	border-bottom: 1px solid #426DA6;
	border-left: 1px solid #426DA6;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
}
.texto_cabecera {
	color:#426DA6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.fin_fixture {
	background-image: url(../images/linea_fin_fixture.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

