@charset "utf-8";
/* CSS Document */
a:link {
	color: #3B3A32;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3B3A32;
}
a:hover {
	text-decoration: none;
	color: #3B3A32;
}
a:active {
	text-decoration: none;
	color: #3B3A32;
}
/*html{ background-color:#5B594F; background-image:url(../img/fondo.jpg); background-position: ; background-repeat:repeat-x; }*/
html, body {background-color:#5B594F; overflow: hidden; }

#divBg {  position: absolute; left: 0%; top: 100%; width: 2560px; height: 1600px; margin-top: -1600px; margin-left: -0px; z-index:1;}
#divBgCover{ position:absolute; top:0; left:0; width:100%; height:100%; z-index:2; background-image:url(overlay.gif); background-repeat: repeat;}

#divBody { position:absolute;   
                left: 50%;
                top: 50%;
                width: 1130px;
                height: 615px;
                margin-top: -307px;
                margin-left: -565px;
				z-index:3;
				text-align:center;

}
