@charset "UTF-8";
/* CSS Document */

* html img,
* html .png{
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "img/transparente.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);}


/* FONDOS */

body {
	background-color:#FFFFFF;
	background-image:url(../img/fondo-interior.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	margin:0;
}


/* POSICIONES */

#div_contenedor {
	width:100%;
	float:none;
	margin:auto;
}

#div_migadepan {
	width:916px;
	height:24px;
	text-align:right;
	padding:0 24px;
}

#div_menu {
	width:940px;
	text-align:center;
	margin:12px 0 0 0;
}

#div_cuerpo {
	width:940px;
	text-align:left;
}

#fondo-menu {
	background-color:#eeeeef;
	background-image:url(../img/fondo-menu.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding:24px;
}
#fondo-fotos {
	background-image:url(../img/fondo-fotos.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#efcd28;
}

#div_pie {
	width:100%;
	float:none;
	margin:auto;
	background-image:url(../img/tierra.gif);
	background-repeat:repeat-x;
	height:211px;
}

#arbol {
	width:940px;
	background-image:url(../img/arbol.gif);
	background-repeat:no-repeat;
	background-position:top right;
	height:117px;
}
