@charset "utf-8";
/* Elements */

body {
	/*width:6000px;*/
    width:100%;
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
	margin:0px;
	visibility:hidden;
	overflow-x: hidden;
    overflow-y: hidden;
}
body.body_bg{	
	background-image: url(../img/body_bg.png);
	background-repeat:repeat;
}

/******** sticky footer ********/
html, body, #wrap {height: 1600px;}
body > #container {height: auto; min-height: 100%;}
#main {padding-bottom: 65px;}  /* debe ser el mismo alto que el footer */
#footer_container {
	position: relative;
	margin-top: -65px; /* valor negativo del alto del footer */
	height: 65px;
	clear:both;
}
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/******************************/