@charset "utf-8";
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input{margin:0;padding:0}h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,th{font-size:1em;font-weight:normal;font-style:normal}ul,ol{list-style:none}fieldset,img{border:none}caption,th{text-align:left}table{border-collapse:collapse;border-spacing:0}
html { margin-bottom: 1px;
  /*overflow: -moz-scrollbars-vertical !important;
  overflow-y: scroll; */ width:100% }
  
body{
	width: 100%;
	font-family: "Century Gothic", Arial;
	font-size: 12px;
	background:url(../images/bg_01.jpg) center repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
a{ cursor:pointer}
/*HEADER*/	
#header{ width:100%; display:table; min-height:40px;}

/*MAIN*/	
#main{ width:100%; display:table; height:auto;}

/*FOOT*/
#foot{ width:100%; display:table; background:#333; margin-bottom:0px; z-index:99999}
/*Agregado para quitar compatibilidad celular*/
@media screen and (max-width: 1200px){	
#main{ width:1200px; display:table; height:auto;}
}
