*{margin: 0px;
  padding: 0px;}

body{background-color: #ffffff;
		font-family: arial, verdana, tahoma;
    background-image: url("../imagenes/fondo.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
      }

/*Stilo del menu*/

.contmenu{
  width: 100%;
  background-image: url("../imagenes/colorgris.jpg");}


.con-encabezado{
   width:1005px;
   margin: 0px auto;
   padding: 5px 0px;
}
.contlogo{
  width: 410px;
  margin: 0px 15px;
}

.encuentranos{
  font-size: 13px;
  font-weight: bold;
  color: #666666;
  float: left;
  margin:4px 10px 0px 0px;
}

.contlogos{
  float: right;
  margin-right: 15px;
  margin-top: 25px;
}





.menucont{
  margin: 0px 0px 0px 0px;
  background-color: #075637;
  position: relative;
  z-index: 1;

}



.anaranjado{
  width: 100%;
  height: 4px;
  background-color: #f6821f;
}

.text-vinculos{
  margin-bottom: 15px;
  font-size: 15px;
}

.text-vinculos a:visited, a{
  color: #0033ff;
}

.cuerpo2{
  width: 1005px;
  height: auto;
  background-color: #ffffff;
  margin: auto;
  padding: 0px;
  box-shadow: 0px 0px 20px #999;
}

.cont-margenes{
  width: 900px;
  margin: auto;
  padding-bottom: 20px;
}


.cont-productos{
  width: 930px;
  height: auto;
  margin: 0px auto 30px auto;
  background-color: #ffffff;
}

.nom-producto{
  font-size: 22px;
  margin: 18px 50px 0px 50px;
  font-weight: bold;
}

.pro-descripcion{
  color: #7f7f7f;
  margin: 10px 50px 0px 50px;
}

.cont-items{
  width: 890px;
  height: 190px;
  background-color: #ededef;
  border: 1px solid #cbcbcb;
  margin: 18px auto;

}

    .contenedor{
        background-color:#ffffff;
        width:900px;
        height: auto;
        display: flex;
        justify-content: space-between;
    }

    .contenido{
        width:278px;
        float:left;
        margin-bottom: 20px;
        border: 1px solid #ffffff;
    }

    .contenido:hover{
      border: 1px solid #d4d4d4;
    }

    .itempro{
        width:210px;
        float:left;
        margin-bottom: 20px;
        border: 1px solid #d4d4d4;
    }

    .textpro{
        
        padding:5px 10px 0px 10px; 
        
    }

.imgportada{
  width: 1005px;
  height: 300px;
  margin: 0px auto;
  position: relative;
}

.itemvipro{
  width:420px;
  float:left;
  margin-bottom: 20px;
}

.promin{
  border: 1px solid #d4d4d4;
}

.vineta{
  float:left;
  margin:8px 8px 0px 0px;
}

.nextpro{
  margin:0px 0px -4px 8px;
  
}

.titulo, .titulo-2{
    font-family: Calibri;
    color: #194723;
    font-weight: bold;
}

.titulo{
  font-size: 40px;
  margin: 0px 0px 10px 0px;

}

.titulo-2{
  font-size: 20px;
  margin: 5px 0px 10px 0px;
  
}

.texto{
  font-size: 15px;
  line-height: 20px;
  text-align: justify;
  margin: 10px 0px 20px 0px;

}

.cont-itempro{
  margin-right: 30px;
  width: 420px;
  height: auto;
  float: left;
}

.despro{
  padding-left: 0px;
}



/*pie de pagina*/
.cont-pie{
  width: 100%;
  background-color: #383838;
}

.pie{
	width: 1005px;
	height: 138px;
  margin: 0px auto;
}

.contpie{
  width: 100%;
  height: 137px;
}

.logopie{
	margin: 30px 0px 18px 40px;
}

.textpie{
	font-size: 11px;
	margin: 0px 40px 0px 40px;
	color: #cfcfcf;
}

.contpie1{
	width: 428px;
	height: 137px;
	float: left;
}

.contpie2{
	width: 577px;
	height: 136px;
	float: right;
}

.menupie{
	font-size: 11px;
	text-align: right;
	margin: 25px 40px 0px 0px;
	color: #cfcfcf;
}

.imgredes{
  margin: 15px 0px;
}

.pie2{
	width: 100%;
	height: 31px;
	background-color: #262626;
}

