@charset "utf-8";
/* CSS Document */
#cuerpo #slider  {
	width: 100%;
	float: left;
	list-style: none;
	margin-top: 1%;
	
}

#slider img {
	width: 100%;
	height:auto;
	}


#cuerpo #botones {
	width: 100%;
	float: left;
	list-style: none;

	
}


.botonesimg {
	width: 100%;
	height: auto;
}

.botonesimg ul {
	list-style: none;
}

#palta {
	float:left;
	width: 15%;
	margin-left: 32%;
	margin-right: 5%;
	margin-top: 1%;
	margin-bottom: 1%;
}

#palta img{
	width:100%;
	height:auto;
}
#esparragos {
	float:left;
	width: 15%;
	margin-top: 1%;
	margin-bottom: 1%;
}

#esparragos img{
	width:100%;
	height:auto;
}



/*termina botones deslisables*/

/*empieza slider de productos*/

#c-slide {
	float: left;
	width:90%;
	margin-left: 5%;
	margin-top: 3%;
	margin-bottom: 2%;
	
}

#c-slide img {
	width:100%;
}

/*termina slider de productos*/




/*empieza textoproductos*/

#cuerpo #textoproducto {
	float: left;
	width: 100%;
	
}

#cajaimagen {
	
	float:left;
	width: 40%;
	margin-left: 5%;
	margin-top: 3%;
}


#subcajaimagen {
	float:left;
	width: 100%;
	
}

		
#imagen1 {
	float: left;
	width: 90%;
	margin-right:1%;
}

#imagen1 img{
	width:100%;
	height:auto;
}


#cajatexto {
	float: left;
	width: 50%;
	margin-top: 2.5%;
}

#titulomayor {
	
	margin-right: 2%;
	float: left;
	width: 98%;
}

#infotexto {
	float: left;
	width: 98%;
	margin-right: 2%;
	text-align: justify;
}


#lineavertical {
	float: left;
	width:0.3%;
	height: 100%;
	margin-right: 4.7%;
	margin-top: 1%;
	
}

#lineavertical img{
	
}

#calendario {
	float: left;
	width:30%;
}
#calendario img{
	width:100%;
	height: auto;
}




/*empieza productos*/

#productoscasa {
	float:left;
	width: 100%;
}

#c-productos {
	width: 96%;
	margin-left: 2%;

}

#boxcategoria {
	float: left;
	width: 100%;
}

#categoria {
	width:100%;
	margin-top: 3%;
	font-size: large;
	color: rgba(0,76,147,1.00);
	font-weight: bolder;
}

#categoriaa {
	width:100%;
	margin-top: 1%;
	font-size: large;
	color: rgba(0,76,147,1.00);
	font-weight: bolder;
}

#marca {
	float:right;
	width:10%;
	margin-top:1%;
}

#marca img{
	width:100%;
	height: auto;
}

#categoria hr{
	
	height: 1px;
	background-color: rgba(168,201,50,1.00);
}

#categoriaa hr{
	
	height: 1px;
	background-color: rgba(168,201,50,1.00);
}

#productos {
	float: left;
	width: 100%;
	margin-top: 0%;
}

#productos img{
	float:left;
	width:100%;
	height: auto;
}
 


#nombres {
	float:left;
	width: 100%;
	margin-bottom: 3%;
}

/*#t1 {
	float: left;
	width: 15%;
	margin-right: 6.25%;
	color: rgba(101,101,101,1.00);
	text-align: center;
	
	font-size: small;	
}


#t2 {
	float:left;
	width:15%;
	text-align: center;
	color: rgba(101,101,101,1.00);
	font-size: small;
}*/

#slidehome {
	float:left;
	width: 100%;
	background-color: rgba(225,226,224,1.00);
}
/*termina productos*/



#boxcategoria {
	float: left;
	width: 100%;
}

#categoria {
	width:100%;
	margin-top: 3%;
	font-size: large;
	color: rgba(0,76,147,1.00);
	font-weight: bolder;
}

#categoria hr{
	
	height: 1px;
	background-color: rgba(168,201,50,1.00);
}

h1 {
	
	color: rgba(0,52,112,1.00);
	font-size: 19px;
	font-weight: bold;
}

#productos {
	float:left;
	width:100%;
	/*background: rgba(0,36,74,1.00);*/
}

#productofoto {
	float:left;
	width:100%;
	
}

#productosin {
	float: left;
    display: flex;
    display: -webkit-flex; 
	width:100%;
	justify-content: space-around;
	
}

@media all and (max-width: 736px) {
   /* #productosin { 
        flex-direction: column;
        -webkit-flex-direction: column;
		justify-content:center;
		flex: wrap;
	}*/
}

.productosin-item {
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column; 
	width:100%;
	
}

.productosin-item img {
	width: 100%;
	
}

h3 {
	font-size: 14px;
	text-align: center;
	color: rgba(101,101,101,1.00);
	font-weight: normal;
}

@media all and (max-width: 736px){
	
	h3 {
		font-size: 10px;
	}
}

@media all and (max-width: 480px) {
	
	h1 {
		font-size: 13px;
		font-weight: bold;
	}
	
	h3 {
		font-size: 9px;
	}
	
}


