/*Estilo de las imagenes pequeñas*/
body{background: #FAFAFA;}
.t1{/*border: solid 1px black;*/}
.logo_baner{/*border: solid 1px blue;*/}
.breadcrumb{font-size: 10px; background: #F2F2F2;  margin-bottom: 1px; /*border: solid 1px brown;*/}
.breadcrumb-item {}
.titulo_producto{float: none; width: 100%; margin-bottom: 18px; /*border: solid 1px aqua;*/}

.zoom_imgjlpc{width: 40%;  /*border: solid 1px springgreen;*/ }

#div_contenedor_img{width: 100%; /*border: solid 1px green;*/} 

.descrip_producto{position: relative; width: 59%; height: 500px; float: right; margin-top: 0px; /*border: solid 1px black;*/ }

.tabla_product{width: 100%; height: 500; /*position: absolute; top: 10;*/  /*border: solid 1px yellow;*/}
.cont_t{/*border: solid 1px #FAFAFA;*/ /*border: solid 1px red;*/}

.easyzoom{}


#div_img_sm_1{box-shadow: 0 0 1px #888; width: 15%;  float: left; }
#div_img_sm_1 img{width: 100%; cursor: pointer;}
#div_img_sm_2{box-shadow: 0 0 1px #888; width: 15%; display: inline-block;}
#div_img_sm_2 img{width: 100%; cursor: pointer;}


/*estilo de la ficha tecnica*/
.div_contenedor{
	height: 60px; 
	width: 95%; 
	position: absolute;
	bottom: 0;
		
	/*border: solid 1px lightgreen;*/
}




.logo_marca_small{height: 60px; width: 33%;  display: inline-block; float: left; text-align: center; /*border: solid 1px red;*/}

.div_ficha{height: 60px; width: 33%; padding-top: 15px; text-align: center; display: inline-block; border: /*solid 1px aqua;*/}

/*.div_ficha{width: 33%;  display: inline-block; float: left; text-align: center;}*/

.div_cotizacion{
	padding-top: 15px;
	height: 60px; width: 33%;  
	display: inline-block; text-align: center; 
	/*border: solid 1px black;*/ 
	/*padding: -10px;*/

}
.boton_cotiza{/*border: solid 1px springgreen;*/ }


@media only screen and (max-width: 1920px) {
	.titulo_producto{}
	.zoom_imgjlpc{}
	.descrip_producto{}
}

@media only screen and (max-width: 1366px) {
	.titulo_producto{}
	.zoom_imgjlpc{}
	.descrip_producto{}
}
@media only screen and (max-width: 938px) {
	.descrip_producto{font-size: 14px; height: 415px;}
}

@media only screen and (max-width: 800px) {
	.logo_marca_small img{ width:89%; padding-top: 7px; }
	.div_ficha a{font-size: 12px;}
	.div_cotizacion a{font-size: 12px;}
	.tabla_product{ }
	.descrip_producto{font-size: 12.5px; height: 350px; }
	#div_contenedor_img{text-align:left; }
	
}

@media only screen and (max-width: 768px) {
	.titulo_producto{}
	.zoom_imgjlpc{}
	.descrip_producto{width: 60%; height: 350px; }
	.div_cotizacion{width: 30%}
}


@media only screen and (max-width: 600px) {
	.art{width: 50%;}
	.zoom_imgjlpc{
		width: 80%;
		float: left;
		margin-top: -900px;
		margin-left: 50px;
		/*text-align: center;*/
	}
	.descrip_producto{
		float: left;
		width: 100%;
		margin-top: 550px;
		padding-bottom: 20px;
		font-size: 13px;
	}
	#div_contenedor_img{text-align:left; }
	.tabla_product{margin-top: 880px; }
	.logo_marca_small img{margin-top: -5px;}

}




@media only screen and (max-width: 428px) {
	.titulo_producto h2{font-size: 15px;}
	.zoom_imgjlpc{margin-top: -730px; margin-left: 40px;}
	.descrip_producto{margin-top: 380px; font-size: 12px;}
	.tabla_product{margin-top: 720px; font-size: 10px;}
	.tabla_product th{font-size: 10px;}
	.logo_marca_small img{width: 90%; margin-top: 12px; padding-top: 0px;     /*border: solid 1px blue;*/ }
	.breadcrumb{ text-align:left; }
	.div_contenedor{width: 100%; margin-left: -15px;}
	.act1j{font-size: 0px;}
	.div_cotizacion{padding-top: 22px;}
}


@media only screen and (max-width: 414px) {
	.zoom_imgjlpc{margin-top: -710px;}
	.descrip_producto{margin-top: 360px;}
	.tabla_product{margin-top: 690px;}
	.div_contenedor{width: 100%; margin-left: -15px;}
	.logo_marca_small{width: 35%;}
	.div_ficha{width: 35%;}
	.div_cotizacion{width: 28%; text-align: center; padding-left: 10px;}
}


@media only screen and (max-width: 360px) {
	.zoom_imgjlpc{margin-top: -700px; margin-left: 30px;}
	.descrip_producto{height: 400px; margin-top: 300px;}
	.tabla_product{}
	.logo_marca_small{width: 30%;}
	.div_ficha{width: 40%;}
	.div_cotizacion{width: 29%; padding-left: 0px;}
}