﻿/* Puntos de venta */
.bFrameContentVentas{
	width:100%;
	position: relative; top: 0; left: 0;
	z-index:-100;
	background-image:url('../img/ventas/back_donde.png');
	background-repeat:no-repeat;
}

.bPuntosVentaLogosContainer{
	width:60%;
	float:left;
	margin-top:13%;
}

.bVentasLogo{
	padding:5px;
}


.bVentaDesc01{
	float:left;
	background-image:url('../img/ventas/bb_hoja_roja.png');
	background-repeat:no-repeat;
	width:380px;
	height:380px;
	margin-top:4%;
	margin-left: 15px;
	margin-bottom:2%;
}

.bVentaDescContenido01{
	font-size:1.3em;
	color:white;
	padding-top: 130px;
	padding-left: 30px;
	padding-right: 40px;
}

.bVentasDonde01{
	background-image:url('../img/ventas/bb_descubre.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	width:350px;
	height:200px;
	float:left;
	margin-left:8%;
}


.bVentasDonde02{
	background-image:url('../img/ventas/bb_conoce_productos.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	width:350px;
	height:200px;
	float:left;
	margin-left:8%
	
}

.bBodyVentas{
	background-color:white;
	color:green;
	margin-top:-5%;

}