@charset 'UTF-8';
html, body, p, span, a, li, h1, h2, h3, h4{
	font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
}
html, body{
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
	/*background: url(../images/bg/bg.jpg);*/
	background-size: cover;
	color: #7f7f7f;
	background:  rgba(236,236,236,1);

}
.pure-g {
    letter-spacing: -1ex;
}
.wrapper{
  margin: 0px auto 0px;
  max-width: 1024px;
}
.wrapper .container{
	margin: 15px 0;
}
a{
	text-decoration: none;
}
.top-bar{
	background: rgb(51, 51, 51);
	padding: 2px 0;
}

.socalo{
	width: 100%;
	border-bottom: 2px solid #d10d11;
	/*background: url(../images/bg/bg-header.jpg);*/
	background: #fff;
}
.socalo a{
	color: #7f7f7f;
}
.socalo h1{
	margin: 0;
}
.shadow-bottom{
	-webkit-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 4px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 4px 5px 0px rgba(50, 50, 50, 0.75);	
}
.shadow-top{
	-webkit-box-shadow: 0px -4px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px -4px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px -4px 5px 0px rgba(50, 50, 50, 0.75);
}
.container h1{
	border-bottom: 2px solid #d10d11;
	  border-top: 2px solid #d10d11;
	  background: #fff;
	  padding: 5px;
}
/*HEADER*/
.header{
	background: #d10d11;
}
.header nav{
	background: #d10d11;
	padding:6px;
}
.header nav a{
	color: #fff;
	padding: 5px 14px;
}
.header nav a:hover{
	background: #b10f13;
}
.footer{
	background: #fff;
}
.footer section h2{
	background: rgba(209,13,16,1);
	/*background: -moz-linear-gradient(left, rgba(209,13,16,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(209,13,16,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(209,13,16,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(209,13,16,1) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(209,13,16,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(209,13,16,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d10d10', endColorstr='#ffffff', GradientType=1 );
	text-shadow:none;
	*/
	color: #fff;
	padding: 5px;
	margin: 10px 5px 10px 0;	
}

.footer section iframe{
	margin: 7px 20px;
	border: 1px solid #ccc;
}

.footer section ul li{
	list-style-type: none;
	margin: 10px 0;
}

.bottombar{
	background:  rgb(51, 51, 51);
    
}
.bottombar ul li{
	display: inline-block;
}
.bottombar ul li a{
	vertical-align: middle;
}
.bottombar ul li a:before{
	content: '';
	background: no-repeat center center;
	background-size: 100% 100%;
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 40px;
}

.bottombar ul li.email a:before{
	background-image: url(../images/email.png);
	height: 20px;

}
.bottombar ul li.facebook a:before{
	background-image: url(../images/ico-fb.png);
}
.bottombar ul li.mercadolibre a:before{
	background-image: url(../images/ico-ml.png);
}
.bottombar ul li.twitter a:before{
	background-image: url(../images/ico-ins.png);
}

.bottombar ul li a{
	color: #fff;
}

.social-media{
	text-align: right;
	vertical-align: middle;
}
.social-media p{
	vertical-align: middle;
	color: #fff;
	display: inline-block;
	font-size: 18px;
    margin-top: -7px;
}

.social-media a{
	display: inline-block;
	width: 18px;
	height: 18px;
}
.social-media i{
	/*background: url(../images/redes.png) no-repeat;*/
	display: inline-block;
	text-indent: -99999px;
	width: 18px;
	height: 18px;
	/*margin: 7px 3px;*/
}
.social-media i span{
	display: none;
}
.social-media i.fb{
	background: url(../images/ico-fb.png) no-repeat;
	background-size: 100% 100%;
}

.social-media i.ml{
	background: url(../images/ico-ml.png) no-repeat;
	background-size: 100% 100%;
}
.social-media i.tw{
	background: url(../images/ico-ins.png) no-repeat;
	background-size: 100% 100%;
}

/*.social-media i.tw{
	background-position: -8px -6px;
}*/


.pagos{
	margin: 0 10px;
}
.pagos i{
	background: url(../images/ico-pagos-tarjetas.png) no-repeat;
	display: inline-block;
	text-indent: -99999px;
}
.pagos i.col3{
	margin: 19px 25px;	
}
.pagos i.col4{
	margin:19px 13px;	
}
.pagos i.visa{
	background-position: -4px -6px;
	width: 85px;
	height: 59px;
}
.pagos i.mastercard{
	background-position: -86px -6px;
	width: 85px;
	height: 59px;
}
.pagos i.diner{
	background-position: -178px -6px;
	width: 88px;
	height: 59px;
}
.pagos i.american{
	background-position: -4px -65px;
	width: 80px;
	height: 59px;
}
.pagos i.maestro{
	background-position: -87px -65px;
	width: 93px;
	height: 59px;
}
.pagos i.electron{
	background-position: -180px -65px;
	width: 93px;
	height: 59px;
}
.pagos i.cabal{
	background-position: 7px -122px;
	width: 93px;
	height: 59px;
}
.bottom{
	background: rgb(51, 51, 51);
	color: #fff;
	text-align: center;
	
}
.bottom p{
	padding:5px 10px;
}
/*HOME*/
.destacados img{
	width: 100%;
}

.rubros .slide{
	padding: 35px 0;
}
.rubros .bx-wrapper .bx-prev{
	background: url(../images/up.png) no-repeat;
	width: 51px;
	top: 20px;
	left: 48%;
}

.rubros .bx-wrapper .bx-next {
	background: url(../images/down.png) no-repeat;
	width: 51px;
	top: 492px;
	left: 48%;	
}
.rubros .bx-wrapper .bx-controls-direction a:hover{
	background-position: 0px 0px;
}
.rubros img{
	border-top: 3px solid #d10d11;
}
.rubros i{
	background: #d10d11;
	color: #fff;
	padding: 5px;
	text-transform: uppercase;
	display: block;
	min-height: 32px;
	font-style: normal;

}
.rubros section{
	
	padding: 5px;
}
.rubros section a{
	display: block;
	position: relative;
}

.marcas{
	display: block;
	margin: 15px 0;
}

.marcas .slide img{
	height: 95px;
	width: auto;
	display: inline-block;
	text-align: center;
}

.marcas .slide {
    width: auto !important;
}

/*int-rubros*/
.int-rubros .container a{
	color: #d10d11;
}
.int-rubros .container p{
	display: block;
	box-shadow: 0 0 5px #ccc;
	border: 5px solid #fff;
	background: #fff;
	padding: 5px;
	max-width: 978px;
	margin: 15px 5px 5px;
	max-width: 992px;
}
.int-rubros .container ul li{
	list-style-type: none;
	display: inline-block;
	width: 489px;
	background: #fff;
	color: #d10d11;
	padding: 5px;
	font-weight: bold;
	margin: 5px;
}

.marcas .bx-wrapper{
	margin: 0 auto;
}
.marcas .bx-wrapper .bx-viewport,
.rubros .bx-wrapper .bx-viewport{
	border: 0px;
  	left: 0px;
}

/*INT. OFERTAS*/
.oferta{
	margin: 20px 0 0;
	padding: 1%;
	position: relative;
}
.oferta h2{
	position: absolute;
	background: #fff;
	top: -11px;
	left: 0;
	padding: 5px;
	-webkit-box-shadow: 2px -1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px -1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         2px -1px 5px 0px rgba(50, 50, 50, 0.75);
}
.oferta .thumb img{
	width: 100%;
	max-width: 235px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(209, 13, 17, 0.75);
	-moz-box-shadow:    0px 0px 2px 0px rgba(209, 13, 17, 0.75);
	box-shadow:         0px 0px 2px 0px rgba(209, 13, 17, 0.75);
}
.oferta .desc,
.oferta .thumb{
	display: inline-block;
	width: 48%;
	vertical-align: top;
}
.oferta .desc ul{
	margin:0px 0 0;
}
.oferta .desc ul li{
	text-transform: capitalize;
	list-style: none;
	padding-left:17px;
	position: relative;
}
.oferta .desc ul li:before{
	position: absolute;
	left: 0;
	color: #d10d11;
	content: "\2714";
}
.oferta .desc ul li span{
	display: block;
	background: #fff;
	margin:5px 0;
	padding: 5px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	text-transform: none;
}

.oferta .desc ul li span.precio{
	font-size: 24px;
	font-weight: bold;
}
/*INT QUIENES SOMOS*/
#quienes .container h1{
	background: none;
	border: 0;
	border-bottom: 3px solid red;
	margin: 0 0 0 0;
	padding: 0 0 7px 49px;
	text-transform: uppercase;
	color: #000;
}

#quienes .container .description{
	border-left: 3px solid red;
	margin: -52px 0 0 30px;
    padding: 54px 0 0 6px;
}

#quienes .container p, #quienes .container img{
	display: inline-block;
	width: 48%;
	margin: 0 1%;
	vertical-align: top;
	margin-top: 20px;
}
#quienes .container p{
	color: #000;
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	text-align: justify;
}

/*INT NOVEDADES*/
.novedades{
	position: relative;
}
.novedades h2{
	background: #fff;
	padding: 5px;
	-webkit-box-shadow: 2px -1px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px -1px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         2px -1px 5px 0px rgba(50, 50, 50, 0.75);
	color: #7f7f7f;
}
.novedades .thumb{
	display: block;
	padding: 10px;
}
.novedades .thumb img{
	-webkit-box-shadow: 0px 0px 6px 0px rgba(209,13,17,1);
	-moz-box-shadow: 0px 0px 6px 0px rgba(209,13,17,1);
	box-shadow: 0px 0px 6px 0px rgba(209,13,17,1);
	width: 100%;
	height: 100%;
}
.novedades .desc{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: #d10d11;
	color: #fff;
}
.novedades:hover .desc{
	display: block;
}

.novedades .desc ul li{
	list-style: none;
	background: #fff;
	color: #7f7f7f;
	margin: 5px;
	padding: 5px;
}


.btn-ml{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	background: #d10d11;
	color: #fff;
	margin:5px 150px;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.75);
}

.novedades .btn-ml{
	margin:5px 10px;
	background: #b10f13;
}

/*FORM*/
#contacto a{
	color: #d10d11;
}
label {
display:block;
margin-top:20px;
letter-spacing:1px;
}
.formulario {
display:block;
margin:0 auto;
width:510px;
color: #666666;
font-family:Arial;
}
form {
margin:0 auto;
	width: 800px;
}

input, textarea {
width:100%;
display: block;
background: #fff;
margin: 5px 0;
padding: 5px;
-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
}

textarea {
height:150px;
}

#submit {
width:85px;
height:35px;
border:none;
margin-top:20px;
cursor:pointer;
}

/*NUESTRO LOCCAL*/
.line{
	width: 48%;
	display: inline-block;
	margin: 20px 1%;
}
.line object{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.mercado {
    margin-top: 50px;
	width: 88px;
	height: 59px;
}
