html, body{
	
	background-color: #DEF7E1;
	background-image:url(images/fondo-web.jpg);
	background-repeat:repeat-x;
	 height: 1050px; 
	 margin-top: 0px;
	
}#contenedor{
	margin: 0 auto -382px;
	width: 900px;
	background-color: #DEF7E1;
    min-height: 1050px;  
    height: auto !important;  
    height: 1050px;   
    position: relative;
}
#cabecera {
	position:absolute;
	width:900px;
	height:375px;
	z-index:2;
	background-image: url(images/fondo-arpegio-cabecera.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	;
}#texto {
	position:absolute;
	width:900px;
	height:375px;
	z-index:1;
	top: 364px;
	background-image: url(images/fondo-texto.jpg);
	background-repeat: repeat-x;
}
#menu {
	position:absolute;
	width:463px;
	height:472px;
	z-index:5;
	top: 260px;
}
#fotosderecha {
	position:absolute;
	width:249px;
	height:670px;
	z-index:6;
	top: 337px;
	left: 634px;
}
#noticiasfondo {
	position:absolute;
	width:567px;
	height:110px;
	z-index:7;
	top: 751px;
	left: 58px;
}
#noticias {
	position:absolute;
	width:545px;
	height:111px;
	z-index:11;
	top: 810px;
	left: 76px;
}
#footer {
	height: 382px;
	position: absolute;
	width: 900px;
	margin: 0 auto;
	z-index:10;
	top: 697px;
}
#pie {
	height: 21px;
	position: absolute;
	width: 239px;
	margin: 0 auto;
	z-index:10;
	top: 1051px;
	left: 652px;
}	
.fecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003399;
}
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#contenido {
	position:absolute;
	z-index:3;
	left: 261px;
	top: 352px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align:justify;
	line-height: 21px;
	width: 357px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
