/* CSS Document */

/* Top de la pagina, animación superior */
#header{
	position: absolute;
	top: 0px;
	left: 247px;
	width: 688px;
	height: 100px;
	background-image: url(../images/header_interiores1.gif);
}

#header_centro{
	position: absolute;
	top: 0px;
	left: 10px;
	width: 668px;
	height: 100px;
	background-color: rgb(255,251,229);
}

#header_izquierdo{
	position:absolute;
	left:0px;
	top:0px;
	width:10px;
	height:100px;
	background-image: url(../images/top/top_izq.gif);
	background-repeat: no-repeat;
}

#header_derecho{
	position:absolute;
	right:0px;
	top:0px;
	width:10px;
	height:100px;
	background-image: url(../images/top/top_der.gif);
	background-repeat: no-repeat;
}


/*  Footer de la pagina, menu inferior*/

#footer{
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 920px;
	height: 44px;
	
}

#footer_izquierdo{
	position:absolute;
	left:0px;
	top:0px;
	width:10px;
	height:44px;
	background-image: url(../images/bottom/bottom_izq.gif);
	background-repeat: no-repeat;
}

#footer_central{
	position:absolute;
	left:10px;
	top:0px;
	width:900px;
	height:44px;
	background-color: rgb(255,251,229);
}

#footer_derecho{
	position:absolute;
	right:0px;
	top:0px;
	width:10px;
	height:44px;
	background-image: url(../images/bottom/bottom_der.gif);
	background-repeat: no-repeat;
}

.footer_texto{
	font-weight: bold;
	color: rgb(218,37,29);
	font-size:10px;
	vertical-align: bottom;
	text-decoration:none;
}

.footer_texto a:visited{
	text-decoration:none;
	color: rgb(218,37,29);
}

.footer_texto a:link{
	text-decoration:none;
	color: rgb(218,37,29);
}

.footer_texto a:active{
	text-decoration:none;
	color: rgb(218,37,29);
}

#fecha_header{
	position: absolute;
	bottom: 5px;
	width: 130px;
	height: 15px;
	left: 10px;
	text-align: left;
}

.fecha_texto{
	font-weight: bold;
	color:#000000;
	font-size:9px;
	vertical-align: bottom;
	text-decoration:none;
	text-align:right;
}
