@charset "ISO-8859-1";
/***********************************************/
/* Maqueta de estructura de 3 piezas: cabecera,*/
/* Menúcontenido , pie página             */
/***********************************************/

/************************************************/
/* Estructura y posición de los Bloques de Divs */
/************************************************/

/***********************************************/
/* bloques principales                         */
/***********************************************/

/* bloque cabecera */
div#contenedor{
	top: 5px;
	height:520px;
	WIDTH: 763px;
	MARGIN-LEFT: 0px;
	POSITION: absolute
}

.tablanoticias{
background-color:#f5f5f5;
}
.tablainicio{
background-color:#f5f5f5;
}
/* bloque cabecera fin */
/* bloque oferta */
div#oferta1{
	top: 0px;
	WIDTH: 210px;
	height: 210px;
	MARGIN-LEFT: 0px;
	POSITION: relative
}
div#oferta5{
	top: 0px;
	WIDTH: 100%;
	height: 456px;
	MARGIN-LEFT: 0px;
	POSITION: relative
}
#apDiv1 {
	position:absolute;
	left:0px;
	top:0px;
	width:11px;
	height:11px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	right:0px;
	top:0px;
	width:11px;
	height:11px;
	z-index:1;
}
#apDiv3 {
	position:absolute;
	left:0px;
	bottom:0px;
	width:11px;
	height:11px;
	z-index:1;
}
#apDiv4 {
	position:absolute;
	right:0px;
	bottom:0px;
	width:11px;
	height:11px;
	z-index:1;
}
div#filoleft{
	position:absolute;
	top: 0px;
	WIDTH: 1px;
	height: 100%;
	left: 0px;
	background-color:#000000;
}
div#filoright{
	position:absolute;
	top: 0px;
	WIDTH: 1px;
	height: 100%;
	right:0px;
	background-color:#000000;
}
div#filotop{
	position:absolute;
	top: 0px;
	WIDTH: 100%;
	height: 1px;
	MARGIN-LEFT: 0px;
	background-color:#000000;
}
div#filobottom{
	position:absolute;
	bottom: 0px;
	WIDTH: 100%;
	height: 1px;
	MARGIN-LEFT: 0px;
	background-color:#000000;
}
/* bloque oferta fin */
div#caja_txt{
	top: 0px;
	left: 0px;
	width:740px;
	height:430px;
	POSITION: relative;
	overflow-x : hidden;
	overflow:auto; 
}
div#caja_txt2{
	top: 0px;
	left: 0px;
	width:740px;
	height:400px;
	POSITION: relative;
	overflow-x : hidden;
	overflow:auto; 
}