  html, body {height: 100%;}
  
  html,body,div,p,ul,ol,li,h1,h2,h3,h4,pre,form,p,button,img {
  margin: 0;
  padding: 0;
  border: 0;
  }
  
  :focus{outline:0;}
  
  a img{border:0;}
  
  body {
  background-image:url(../img/textured-header-bg.jpg);
  background-repeat:repeat-x;
  background-position:center top;
  background-attachment:scroll;
  font-family: Arial, Helvetica, sans-serif;
  font-family: 'Lusitana', serif;
  margin:0; 
  padding:0;
  background-color:#F8F8E9;
  background-color:#FFF;
  }
  
  
  #header {
  width:100%;
  float:left;
  padding-top: 10px; 
  background-color: rgba(255, 255, 255, .50);
  color: rgba(255, 255, 255, .50);
  border-bottom:3px solid #fff;
  }
  
  .elmenu {
  width:100%;
  float:left;
  margin-top:10px;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  
  background: #2f9a18; /* Old browsers */
  
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgxOWUyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MThhMjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  
  background: -moz-linear-gradient(top,  #2f9a18 0%, #278114 100%); /* FF3.6+ */
  
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2f9a18), color-stop(100%,#278114)); /* Chrome,Safari4+ */
  
  background: -webkit-linear-gradient(top,  #2f9a18 0%,#278114 100%); /* Chrome10+,Safari5.1+ */
  
  background: -o-linear-gradient(top,  #2f9a18 0%,#278114 100%); /* Opera 11.10+ */
  
  background: -ms-linear-gradient(top,  #2f9a18 0%,#278114 100%); /* IE10+ */
  
  background: linear-gradient(to bottom,  #2f9a18 0%,#278114 100%); /* W3C */
  
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9a18', endColorstr='#278114',GradientType=0 ); /* IE6-8 */
  
  }
  
  .elmenu a{
  color: #fff;
  float: left;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight:bold;
  width: 20%;
  padding-bottom: 13px;
  padding-top: 13px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  }
  
  .elmenu a:hover{
  color: #fff;
  text-decoration:none;
  font-weight:bold;
  background-color:#1f6710;
  }
  
   .elmenu a.esteem{
  color: #fff;
  text-decoration:none;
  font-weight:bold;
  background-color:#1f6710;
  }
  
  .elmenu a.redo_{
  -webkit-border-radius: 10px 0px 0 0;
  border-radius: 10px 0px 0 0;
  }
  
  .elmenu a.redo_2{
  -webkit-border-radius: 0px 10px 0 0;
  border-radius: 0px 10px 0 0;
  }
  
  
  
  #header .logo{
  margin-top:5px;
  padding-bottom:5px;
  }
  
  #header .logos{
  margin-top:5px;
  padding-bottom:5px;
  text-align:right;
  }
  
  
  #banner {
  width:100%;
  float:left;
  border-bottom:5px solid #fff;
  }
  
  
  
  #center {
  background-image: url("../img/fullwidth-shadow-bottom.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  float: left;
  padding-bottom: 40px;
  width: 100%;
  }
  
  
  
  
  #center .texto_inicio {
  background-repeat: repeat;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 40px;
  padding-top: 40px;
  width:100%;
  float:left;
  background-image: url("../img/texto_index.jpg");
  border-bottom:5px solid #fff;
  border-bottom:5px solid #F5E5CB;
  
  }
  
  #center .texto_inicio .titulo {
  border-bottom: 1px dashed #DDCA9F;
  color: #278114;
  float: left;
  font-family: 'Pacifico',cursive;
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
  padding-bottom: 0;
  text-align: center;
  }
  
  #center .texto_inicio .titulo img {
  margin-top: -9px;
  margin-left: 25px;
  margin-right: 25px;
  }
  
  #center .texto_inicio a {
  color:#278114;
  text-decoration:underline;
  font-weight:700;
  
  }
  
  
  #center .productos_inicio {
  background-position: center bottom;
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 40px;
  padding-top: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
  }
  
  #center .productos_inicio .titulo {
  border-bottom: 1px dashed #DDCA9F;
  color: #278114;
  float: left;
  font-family: 'Pacifico',cursive;
  font-size: 36px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
  padding-bottom: 0;
  text-align: center;
  padding-top:40px;
  }
  
  #center .productos_inicio .titulo img {
  margin-top: -9px;
  margin-left: 25px;
  margin-right: 25px;
  }
  
  #center .productos_inicio a .box_ {
  width: 25%;
  float: left;
  margin: 0;
  }
  
  
  #center .productos_inicio a .box_ .prod {
  text-align:center;
  width:100%;
  float:left;
  }
  
  #center .productos_inicio a .box_ .prod_nomb {
  background-image: url("../img/ribbon.png");
  background-position: center center;
  background-repeat: no-repeat;
  color: #FFFFFF;
  float: left;
  font-size: 18px;
  font-weight: 700;
  height: 38px;
  margin-top: 10px;
  padding-top: 3px;
  text-align: center;
  width: 100%;
  line-height:30px;
  text-decoration:none;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  transition: all .2s linear;
  }
  
  
  #center .productos_inicio a:hover .box_ .prod_nomb {
  background-image: url("../img/ribbon2.png");
  text-decoration:none;
  }
  
  
  
  #footer {
 background-image: url("../img/textured-footer-bg.jpg");
    background-position: center bottom;
    background-repeat: repeat-x;
    float: left;
    width: 100%;
    background-color: #F8F9EB;
  }
  
  #footer .inf {
  margin-top:40px;
  }
  
  #footer .inf h1 {
  color:#278114;
  font-size:24px;
  width:100%;
  float:left;
  line-height:normal;
  border-bottom:1px dashed #DDCA9F;
  margin-bottom:15px;
  }
  
  #footer .inf a {
  color:#2E291D;
  font-size:16px;
  line-height:35px;
  text-transform:uppercase;
  font-weight:bold;
  }
  
  #footer .inf2 h1 {
  color:#278114;
  font-size:24px;
  width:100%;
  float:left;
  line-height:normal;
  border-bottom:1px dashed #DDCA9F;
  margin-bottom:15px;
  }
  
  #footer .inf2 {
  font-size: 16px;
  margin-top:40px;
  }
  
  #footer .inf2 a {
  color: #2E291D;
  font-size: 16px;
  line-height: 25px;
  }
  
  
  
  #footer .tables th, .tables td {
  border:0 !important;
  }
  
  
  
  #footer select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input  {
  margin:0 !important;
  }
  
  
  #footer .footer2 {
  border-top:2px solid #C0B289;
  margin-top: 20px;
  padding-top: 15px;
  font-size:14px;
  margin-bottom:20px;
  color:#2E291D;
  }
  
  
  #center #titulo {
  width:100%;
  float:left;
  background-position:center;
  background-repeat:no-repeat;
  height:150px;
  border-bottom:5px solid #FFF;
  border-bottom:5px solid #F5E5CB;
  }
  
  #center #titulo h1 {
  color: #90A26A;
  font-size: 50px;
  line-height: normal;
  margin-left: 20px;
  margin-top: 25px;
  }
  
  #center .titulo_nosotros{
  background-image:url(../img/titulos_nosotros.jpg);
  }
  
  #inters{
  width:100%;
  float:left;
  font-size:16px;
  color:#2E291D;
  padding-top:40px;
  padding-bottom:20px;
  }
  
  
  #inters h2{
  line-height:normal;
  font-size:18px;
  font-weight:700;
  color:#278114;
  }
  
  
  #inters .producs a{
  width:100%;
  float:left;
  font-size:18px;
  border-bottom:1px dashed #DDCA9F;
  color:#2E291D;
  padding-bottom:5px;
  margin-bottom:15px;
  text-transform:uppercase;
  cursor:pointer;
  }
  
  #inters .producs a i{
  color:#DDCA9F;
  float:right;
  }
  
  #inters .producs a:hover{
  color:#278114;
  border-bottom:1px dashed #bfae89;
  text-decoration:none;
  }
  
  
  #inters .producs a:hover i{
  color:#278114;
  }
  
  #inters .producs a.estee{
  color:#278114;
  border-bottom:1px dashed #bfae89;
  text-decoration:none;
  }
  
  
  #inters .producs a.estee i{
  color:#278114;
  }
  
  #inters .texprod{
  font-size:18px;
  line-height:30px;
  }
  
    #inters .texprod i{
		color:#278114;
  }
  
  
  #inters .losprods{
  text-align:center;
  }
  
  #inters .losprods h2{
  color: #278114;
  font-size: 30px;
  margin-top: 20px;
  }
  
    #inters .losprods .tnara{
		background-color:  #E36E1F;
		color:#FFF;
		font-weight:700;
		text-align:center;
  }
  



  
  
  @media (max-width: 940px) {
  
  
  #header{
  width:auto;
  }
  
  
  #header .elmenu{
  width:98%;
  }
  
  #footer{
  width:auto;
  }
  
  #center{
  width:auto;
  }
  
  
  
  }