.conte_div_prod{
	width: 280px;
	float: left;
	margin-right: 15px;
	margin-bottom: 80px;
}
.conte_div_prodDERE{
	margin-right: 0px;
}

.producto{
	height: 280px;
	width: 280px;
	border: 1px solid #929396;
	margin-bottom: 20px;		
}

.name_pro{
	font-size: 16px;
	color: black;
	text-align: left;
	margin-top: 15px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-weight: bold;
}
.name_proPRECIO{
	font-size: 19px;
	color: #5BB2D0;
	padding-left: 10px;
}
.name_proPRECIO2{
	font-size: 32px;
	color: #5BB2D0;	
}


.btn_ver_mas{
	font-size: 13px;	
	float: left;
	border: 1px solid #636466;
	background-color: white;
	height: 23px;
	width: 84px;
	text-align: center;
	border-radius: 3px;
	margin-top: -5px;
	padding-top: 7px;
}
.btn_ver_mas a{
	text-decoration: none;
	color: #636466;
	display: block;
}

.btn_ver_mas :hover{
	color: #c6c6c6;
}

.detalle_produc{
	width: 850px;	
}

.btn_back_gallery a{
	text-decoration: none;
	color: #636466;
	font-size: 13px;
	font-weight: bold;	
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
.btn_back_gallery :hover{
	text-decoration: none;
	color: black;	
}

.conte_detalle_producto{
	width: 1170px;
	margin: auto;
	margin-top: 50px;	
}

.img_detalle_produc{	
	width: 383px;
	float: left;
	border:1px solid #919295;
	margin-right: 50px;
	margin-bottom: 100px;
}
.text_detalle_produc{
	float: left;	
}


@media screen and (max-width:640px) {
	.conte_detalle_producto{
		width: 99%;
		margin: auto;
		margin-top: 50px;
		text-align: center;
	}
	.img_detalle_produc{	
		width: 100%;
		float: left;
		border:1px solid #919295;
		margin-right: 0px;
		margin-bottom: 50px;		
	}
	.text_detalle_produc{
		float: none;
		text-align: left;
		margin-left: 20%;
		margin-bottom: 60px;
	}
	.detalle_produc{
		width:100%;	
	}

}

@media screen and (max-width:640px) {
	.producto{
		height: 280px;
		width: 100%;
		border: 1px solid #929396;
		margin-bottom: 20px;		
	}

	.conte_div_prod{
		width: 79%;
		float: left;
		margin-right: 0px;
		margin-bottom: 80px;
		padding: 0 10% 0 10%;
	}
	.conte_div_prodDERE{
		margin-right: 0px;
	}
	.name_pro{
		font-size: 16px;
		color: black;
		text-align: left;
		margin-top: 15px;
		padding-bottom: 20px;
		padding-left: 10px;
		font-weight: bold;
	}
	.img_detalle_produc img{
		width: 100%;
	}
	.text_detalle_produc{
		float: none;
		text-align: left;
		margin-left: 0%;		
		margin-bottom: 60px;
	}
}
