/* Estilos que deben cambiar cuando la sección de ACTUALIDAD es patrocinada:

CAMBIOS DE COLORES DE TABLAS
-----------------------------
.tabla_cabecera {
	background-image: url(../imagenes/cabecera_fondo_gris.gif);
}

.tabla_color {
	background-color: #474656;
}

.tabla {
	border-top-color: #474656;
	border-left-color: #474656;
}
.tabla_ofertas_especiales {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	background-image: url(../imagenes/cabecera_fondo_gris.gif);
}

.borde_tabla_ofertas_especiales {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

*/