@charset "utf-8";
/* CSS Document */
.display-pc{ display:none;}
.display-tablet{ display:none;}
.display-celulares{ display:none;}
body{ margin:0px; }
#pagina{ position:absolute;  z-index:10;  overflow:hidden; width:100%;}
/*********************************** CABEZERA  ****************************************/
#cabezera{ width:100%; height:auto; float:left; background-image:url(../imagenes/fondo_Cabezera.jpg);  }
#contenido_cabezera{ width:90%; height:auto;  margin-left:auto; margin-right:auto; max-width:1200px; padding: 0% 5%; overflow:hidden;}
#linea_abajo{ width:100%; height:5px; float:left; background: rgba(56,19,6,1);
background: -moz-linear-gradient(left, rgba(56,19,6,1) 0%, rgba(139,63,39,1) 6%, rgba(139,63,39,1) 94%, rgba(56,19,6,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(56,19,6,1)), color-stop(6%, rgba(139,63,39,1)), color-stop(94%, rgba(139,63,39,1)), color-stop(100%, rgba(56,19,6,1)));
background: -webkit-linear-gradient(left, rgba(56,19,6,1) 0%, rgba(139,63,39,1) 6%, rgba(139,63,39,1) 94%, rgba(56,19,6,1) 100%);
background: -o-linear-gradient(left, rgba(56,19,6,1) 0%, rgba(139,63,39,1) 6%, rgba(139,63,39,1) 94%, rgba(56,19,6,1) 100%);
background: -ms-linear-gradient(left, rgba(56,19,6,1) 0%, rgba(139,63,39,1) 6%, rgba(139,63,39,1) 94%, rgba(56,19,6,1) 100%);
background: linear-gradient(to right, rgba(56,19,6,1) 0%, rgba(139,63,39,1) 6%, rgba(139,63,39,1) 94%, rgba(56,19,6,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#381306', endColorstr='#381306', GradientType=1 ); border-top:#b1553d 2px solid; border-bottom:#260a06 2px solid;}
/*********************************** BANNER INDEX  ****************************************/
#banner{ width:100%; height:auto; float:left; }
/*********************************** MARCAS  ****************************************/
#caja_eslogan{ width:100%; height:auto; float:left; background:#fff; padding: 4% 0%; }
#eslogan{ width:90%; height:auto; margin-left:auto; margin-right:auto; max-width:1200px; padding: 0% 5%;  overflow:hidden;}
/*********************************** CONTENIDOS  ****************************************/
#cont{ width:100%; height:auto; float:left; padding: 4% 0%; border-top:#100806 4px solid; background-image:url(../imagenes/fondo_cont.jpg);  overflow:hidden;}
#info{ width:90%; height:auto; margin-left:auto; margin-right:auto; max-width:1200px; padding: 0% 5%;  overflow:hidden;}
/*********************************** MINI GALERIA  ****************************************/
#caja_mini_galeria{ width:100%; height:auto; float:left; background:#fff; padding: 4% 0%; }
#mini_galeria{ width:90%; height:auto; margin-left:auto; margin-right:auto; max-width:1200px; padding: 0% 5%;  overflow:hidden;}
/*********************************** PIE  ****************************************/
#pie{ width:100%; height:auto; float:left; background-image:url(../imagenes/fondo_pie.jpg); padding: 4% 0%; }
#pie_info{ width:90%; height:auto; margin-left:auto; margin-right:auto; max-width:1200px; padding: 0% 5%; overflow:hidden;}
/*********************************** TIPOGRAFIAS  ****************************************/
@font-face {
	    font-family: 'titulo';
    src: url('../tipografias/titulo.woff');
}
@font-face {
	    font-family: 'normal';
    src: url('../tipografias/normal.woff');
}