.nombre_producto{

	line-height: 1.6em;
	color: #000;
 
}

.descripcion_producto{
	line-height: 1.3em;
	color: #373737;
	font-weight: normal;
}	
.precio_producto{
 
	line-height: 1.6em;
	color: black;
	font-weight: bold;
	font-size: 24px;
}

.precio_producto_detalle{
 
	line-height: 1.8em;
	color: #990000;
	font-weight: bold;
	font-size: 24px;
}

.divisor{
	width: 70%;
	float: left;
	margin-left: 15%;
	margin-right: 15%;
	height: 1px;
	background-color: #ddddde;
	margin-top: 10px;
	margin-bottom: 10px;

}

.separa-titulo{
	width: 100%;
	float: left;
	height: 6px;
	background-color: #f3f2f2;
	margin-top: 00px;
	margin-bottom: 40px;
	border-top: 1px solid #d7d7d7;
}

.sombrita{

	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;


-webkit-box-shadow: 0px 0px 25px -3px rgba(0,0,0,0.51);
-moz-box-shadow: 0px 0px 25px -3px rgba(0,0,0,0.51);
box-shadow: 0px 0px 25px -3px rgba(0,0,0,0.51);
}

.caja-map{
		-webkit-box-shadow: 2px 3px 7px rgba(24,23,24,.75);
	-moz-box-shadow: 2px 3px 7px rgba(24,23,24,.75);
	box-shadow: 2px 3px 7px rgba(24,23,24,.75);
	border: solid 4px #fff;
	width: 100%;
	height: 229px;
	margin: 10px;
	margin-left: 0px;
 -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}


.caja-marca{
	max-width: 230px;
	height: 110px;
	background-color: #d2d2d2;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;   
	overflow: hidden;
	margin-bottom: 30px;
	border: 2px solid #fff;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;


-webkit-box-shadow: 0px 0px 17px 3px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 17px 3px rgba(0,0,0,0.15);
box-shadow: 0px 0px 17px 3px rgba(0,0,0,0.15);
}

@media only screen and (max-width:720px){
.caja-marca{
	max-width: 260px;
	height: 170px;
	background-color: #d2d2d2;
	margin-left: 35px;
}

}