@charset "utf-8";
/* CSS Document */
* {
	vertical-align: baseline;
	list-style:none;
	text-decoration:none;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
a {
	color:inherit;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}
@font-face {
    font-family: 'LigatureSymbols';
    src: url('../webfonts/LigatureSymbols/LigatureSymbols-2.11.eot');
    src: url('../webfonts/LigatureSymbols/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/LigatureSymbols/LigatureSymbols-2.11.woff') format('woff'),
         url('../webfonts/LigatureSymbols/LigatureSymbols-2.11.ttf') format('truetype'),
         url('../webfonts/LigatureSymbols/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    src: url('../webfonts/LigatureSymbols/LigatureSymbols-2.11.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/**/
.lsf {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}
.lsf-icon:before {
  content:attr(title);
  margin-right:5px;
  margin-left:5px;
  font-size:1.3em;
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}
/***** IR ARRIBA *****/
.ir-arriba {
	cursor:pointer;
	padding:15px;
	display:inline-block;
	position:fixed;
	bottom:20px;
	right:20px;
	color:#FFF;
	font-size:15px;
	display:none;
	background:#3668AD;
	/*border-radius:5px;
	-webkit-border-radius:5px;*/
	z-index:6000;
}
@media only screen and (max-width:800px) {
	.ir-arriba {
		display:none !important;
	}
}




/**/

body {
	margin:0;
	font-family: 'Open Sans', sans-serif;
}



/***** CONTROL COLORS *****/

:root {
	--line-001: #C1C1C1;
	--line-002: rgba(160,90,37,.3);
	--line-003: rgba(219,150,0,.3);
	--transparent-001: rgba(0,0,0,.5);
	--transparent-002: rgba(112,99,166,.5);
	--color-001: #0082BF;
	--color-002: #006DF0;
	--color-003: #7063A6;
}





/***** HEADER *****/

header {
	width:100%;
	height:90px;
	padding:10px 0 0 0;
	position:fixed;
	top:0;
	left:0;
	background:rgba(231,231,231,.9);
	box-shadow:3px 3px 3px rgba(0,0,0,.3);
	z-index:2000;
}

#header {
	width:90%;
	margin:0 auto;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	
	display:-webkit-flex;
	-webkit-flex-direction:row;
	-webkit-justify-content:space-between;
	-webkit-flex-wrap:wrap;
}



/**/

#logo {
	height:90px;
	display:inline-block;
	vertical-align:middle;
}

#logo img {
	max-height:90%;
}



/**/

@media only screen and (max-width:800px) {
	
	header {
		height:60px;
	}
	
	#logo {
		height:60px;
		display:inline-block;
		vertical-align:middle;
	}
	
}



/**/

@media only screen and (min-width:801px) {
	
	nav #menuMov {
		display: none;
	}
	
}


/**/

nav {
	padding-top:20px;
	display:inline-block;
	vertical-align:middle;
}

nav #menu {
	margin-right:30px;
	display:inline;
}

nav #menu a {
	padding:10px 30px;
	font-size:1em;
	color:#0E71B4;
	background:#FFF;
	
	border-radius:20px;
	-webkit-border-radius:20px;
	
	transition:all 500ms ease-in-out;
	-webkit-transition:all 500ms ease-in-out;
}

nav #menu a:hover {
	color:#FFF;
	background:#0E71B4;
}

nav #menu .navCart {
	width: 20px;
	margin-top: -5px;
	display: inline-block;
	vertical-align: middle;
}





/***** NAV MOVIL *****/

@media only screen and (max-width:800px) {
	
	nav {
    	width:100%;
    	height:50px;
		margin:0 auto;
		padding-top: 15px;
		position:fixed;
		top:0;
		overflow:visible;
    	z-index:6000;
	}
	nav #menuMov {
		width:100%;
		height:30px;
		padding:0;
		position:relative;
	}
	nav #menuMov img {
		position:absolute;
		right:50px;
	}
	
/**/
	nav #menu {
		width:100%;
		margin:30px auto 0 auto;
		position:fixed;
		left:-100%;
		text-align:center;
		z-index:5000;
		background-color: rgba(255,255,255,.6);
	}
	nav #menu a {
		width:30%;
		display:block;
		margin:5px auto;
		color: #FFF;
		background: #0E71B4;
	}
	
}




/**/

.button {
	width:160px;
	margin:0;
	padding:5px 0 !important;
	display:inline-block;
	text-align:center;
    font-size:.8em;
	font-weight:700;
    color:#FFF;
    opacity:1;
	cursor:pointer;
	background-color:#216EB2 !important;
    z-index:50;
	
	border-radius: 20px;
	-webkit-border-radius: 20px;
	
	transition:all 300ms ease-in-out;
	-webkit-transition:all 300ms ease-in-out;
}
.button:hover {
	background-color:#777 !important;
}






/*****  CONTENEDOR BANNER *****/

#contBanner {
	width:100%;
	margin-top: 100px;
}
@media only screen and (max-width:800px) {
	#contBanner {
		margin-top:70px;
	}
}





/***** PRESENTACION *****/

#presentacion {
	width:100%;
	margin:0 auto;
	padding:0 0 40px 0;
	background-color:#FFF;
}

#presentacion figure {
	width: 100%;
	margin: 0 auto 40px 0;
	padding: 0;
	background-color: #2873B6;
}

#presentacion figure img {
	width: 80%;
	margin: 0 auto;
	display: block;
}

#presentacion h1 {
	width:80%;
	margin:0 auto 20px auto;
	text-align:center;
	font-size:1.8em;
	color:#888;
}

#presentacion ul {
	width:80%;
	margin:0 auto 30px auto;
	
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	
	display:-webkit-flex;
	-webkit-flex-direction:row;
	-webkit-justify-content:space-between;
	-webkit-flex-wrap:wrap;
}
#presentacion ul li {
	width:20%;
	margin:0;
}
#presentacion ul li img {
	width:90%;
	margin:0;
}
#presentacion ul li a {
	margin:0;
	
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
#presentacion ul li a:hover {
	margin:0 0 0 5px;
}
/**/
#presentacion h2 {
	width:80%;
	margin:0 auto;
	text-align:center;
	font-size:1.8em;
	color:#888;
}
#presentacion p {
	width:80%;
	margin:20px auto 0 auto;
	text-align:justify;
	font-size:1em;
	line-height:1.6em;
	color:#888;
}
/**/
@media only screen and (max-width:800px) {
	#presentacion {
		margin:0 auto;
	}
	#presentacion h1 {
		display: none;
	}
	#presentacion ul {
		display: none;
	}
	#presentacion p {
		width:90%;
		font-size:.9em;
		line-height:1.6em;
	}
}







/***** CONT PRODUCTOS DESTACADOS *****/

#contProdDest {
	width:100%;
	margin: 0 auto;
	padding: 50px 0 20px 0;
	background-color: #F1F1F1;
}
#contProdDest .ProdDest {
	width:80%;
	margin:0 auto;
}
#contProdDest .ProdDest h5 {
	width:100%;
	margin:0 auto 20px auto;
	text-align: center;
	font-size:1.5em;
	font-weight:700;
	color: #0E71B4;
}
#contProdDest .ProdDest ul {
	width:100%;
	margin:0 auto;
	
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	
	display:-webkit-flex;
	-webkit-flex-direction:row;
	-webkit-justify-content:space-between;
	-webkit-flex-wrap:wrap;
}


#contProdDest .ProdDest ul li {
	width:19%;
	margin:0 0 30px 0;
	padding:0 0 20px 0;
	background-color: #FFF;
	border:1px solid rgba(13,60,144,.3);
	
	display: flex;
	flex-direction: column;
	justify-content:space-between;
	flex-wrap: wrap;
	
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
}

#contProdDest .ProdDest ul li img {
	width: 100%;
	margin: 0;
	
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}

#contProdDest .ProdDest ul li img:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

#contProdDest .ProdDest ul li p {
	width: 80%;
	margin: 10px auto;
	text-transform: uppercase;
	text-align:center;
	font-size:.8em;
	color: #222;
}

#contProdDest .ProdDest ul li .pPrice {
	font-size: 1.2em;
	font-weight: 700;
	color: #0E71B4;
}

#contProdDest .ProdDest ul li span {
	width:100%;
	margin:0 auto;
	display: block;
	text-align:center;
	font-size:.8em;
	color:#999;
}
#contProdDest .ProdDest ul li strong {
	width:100%;
	margin:0 auto;
	text-align:center;
	font-size:1.3em;
	color:#0D7022;
}






/**/

@media only screen and (max-width:800px) {
	#contProdDest .ProdDest ul li {
		width:49%;
		margin:0 0 20px 0;
		padding:0 0 20px 0;
	}
}









/***** CONTENEDOR SLIDER LOGOTIPOS *****/
#contPromo {
	width:100%;
	margin:0 auto;
	padding: 25px 0 0 0;
	background-color:#FFF;
}
#contPromo .promo {
	width:100%;
	margin:0 auto;
}
#contPromo .promo ul {
	width:80%;
	margin:0 auto;
	padding: 0 5%;
}
#contPromo .promo ul li img {
	width:80%;
	margin:0;
}
/***** CONTENEDOR PRODUCTOS INDEX 33% *****/
#contProductos {
	width:100%;
	margin:0 auto;
	padding:0;
	background-color: #FFF;
	
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	
	display:-webkit-flex;
	-webkit-flex-direction:row;
	-webkit-justify-content:space-between;
	-webkit-flex-wrap:wrap;
}
#contProductos .productos {
	width:33.33%;
	margin: 0;
	background-color: #FFF;
}
#contProductos .productos .producto {
	width:100%;
	height: 100%;
	position: relative;
}
#contProductos .productos .producto figure {
	width: 100%;
	height: 100%;
	margin: 0;
	position: relative;
	z-index: 3;
}
#contProductos .productos .producto figure img {
	width: 100%;
	height: 100%;
	margin: 0;
	display: block;
}
#contProductos .productos .producto div {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	z-index: 5;
}
#contProductos .productos .producto div h3 {
	width:80%;
	margin:0 auto;
	position: absolute;
	top: 10%;
	left: 10%;
	text-transform: uppercase;
	font-size:1.7em;
	font-weight:900;
	color:#FFF;
}
#contProductos .productos .producto div a {
	width:30%;
	margin:0;
	padding:5px 20px;
	display:block;
	position: absolute;
	top: 50%;
	left: 10%;
	text-align:center;
	font-size:.8em;
	font-weight:700;
	color:#FFF;
	
	border:2px solid #FFF;
	border-radius:14px;
	-webkit-border-radius:14px;
	transition:all 600ms ease;
	-webkit-transition:all 600ms ease;
}
#contProductos .productos .producto div a:hover {
	width: 34%;
	color:#10B4EF;
	background: rgba(255,255,255,.8);
}
/**/
@media only screen and (max-width:800px) {
	#contProductos .productos {
	display:inherit;	
}
	#contProductos .productos .producto {
		width:100%;
		padding:30px 0;
	}
	#contProductos .productos .producto h3 {
		width:80%;
	}
	#contProductos .productos .producto p {
		width:80%;
	}
	#contProductos .productos figure {
		display:none;
	}
}
/***** CONTENEDOR DETALLE *****/
#contDetalle {
	width:100%;
	margin: 90px auto 0 auto;
	padding:0 0 0 0;
}
#contDetalle #detalles {
	width:100%;
	margin:0 auto;
	padding:0;
	
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	
	display:-webkit-flex;
	-webkit-flex-direction:row;
	-webkit-justify-content:space-between;
	-webkit-flex-wrap:wrap;
}
@media only screen and (max-width:800px) {
	#contDetalle {
		width: 100%;
		margin: 80px auto 0 auto;
		padding: 0;
	}
	#contDetalle #detalles {
		width:90%;
		margin:0 auto;
	}
}






/***** CONTENEDOR ASIDE *****/

aside {
	width: 20%;
	padding:30px 0 0 0;
}
aside ul {
	width: 100%;
	padding: 20px 0;
	background-color: #216EB2;
}
aside ul li {
	width:100%;
	padding:7px 0;
	position:relative;
	font-size:.9em;
	color: #FFF;
	border-bottom:1px solid rgba(0,0,0,.3);
	
	transition: all 300ms linear;
	-webkit-transition: all 300ms linear;
}
aside ul li:hover {
	color: #333;
	background-color: #E1E1E1;
}
aside ul li:hover i {
	color: #216EB2;
}
aside ul li a {
	display: block;
	text-transform: uppercase;
}
aside ul li i {
	text-transform: none !important;
	font-size:.7em;
	color: #FFF;
}
aside ul li .right {
	text-align:right;
	position:absolute;
	right:0;
}


/***/

aside figure {
	width: 100%;
	text-align: center;
}
aside figure img {
	width: 90%;
}



/**/

@media only screen and (max-width:800px) {
	aside {
		display: none;
	}
	.navCat {
		display: block;
		width: 100% !important;
	}
}



/*******/

#contDetalle #detalles #detalle1 {
	width: 30%;
	margin:0;
	padding:30px 0 0 0;
	text-align:center;
	border-top: 1px solid rgba(13,112,34,.4);
}
#contDetalle #detalles #detalle1 .imgDetalle {
	width:100%;
	border:1px solid rgba(33,110,178,.6);
}
#contDetalle #detalles #detalle1 a {
	width:19%;
	margin:0;
	padding:0;
	display:inline-block;
	
	opacity:.8;
	
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);	
	transition:all 500ms ease-in-out;
	-webkit-transition:all 500ms ease-in-out;
}
#contDetalle #detalles #detalle1 a:hover {
	opacity:1;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);	
}
#contDetalle #detalles #detalle1 a img {
	width:100%;
}



/**/

@media only screen and (max-width:800px) {
	#contDetalle #detalles #detalle1 {
		width:100%;
		margin:0;
		padding: 0;
		display:block;
		border: 0;
	}
}






/*****/

#contDetalle #detalles #detalle2 {
	width: 40%;
	padding:30px 5% 0 0;
	/*text-align:left;*/
}


/**/

#contDetalle #detalles #detalle2 a {
	width: auto;
	margin: 0 0 0 0;
	display:inline-block;
	text-transform:uppercase;
	font-size:.7em;
	color:#999;
}

#contDetalle #detalles #detalle2 a:hover {
	color:#333;
}

#contDetalle #detalles #detalle2 .recorrido {
	margin:0 0 20px 0;
	padding:0 !important;
	display:inline-block;
	text-transform:uppercase;
	font-size:.7em;
	color:#999;
	border: none;
}


/**/

#contDetalle #detalles #detalle2 h4 {
	width:100%;
	margin-bottom:20px;
	padding-bottom:7px;
	font-size:1.3em;
	text-transform:uppercase;
	font-weight:bolder;
	color:#333;
	border-bottom: 1px solid #C1C1C1;
}

#contDetalle #detalles #detalle2 h5 {
	width:96%;
	margin:20px auto 10px auto;
	padding:10px 0 10px 4%;
	display:block;
	text-decoration:none;
	font-size:1.3em;
	letter-spacing:1px;
	color:#FFF;
	background-color:#555;
}

#contDetalle #detalles #detalle2 .verPdf {
	font-weight: 700;
	color:#216EB2;
}

#contDetalle #detalles #detalle2 .verPdf i {
	text-transform: none;
	font-size: 1.5em;
}

#contDetalle #detalles #detalle2 .precio {
	margin-top: 20px;
	padding-bottom: 10px;
	text-align: left;
	font-size: 1.3em;
	font-weight: 700;
	color: #333;
}


#contDetalle #detalles #detalle2 .descripcion {
	margin-top:20px;
	padding-bottom:10px;
	text-align:justify;
	font-size:.8em;
	line-height:1.6em;
	color:#444;
	border-bottom: 1px solid #C1C1C1;
}

#contDetalle #detalles #detalle2 .descripcion strong {
	margin-right:10px;
	color:#777;
}

#contDetalle #detalles #detalle2 em {
	margin-right:30px;
	font-size:.7em;
}

#contDetalle #detalles #detalle2 img {
	width:80%;
	margin: 0 auto;
	display:block;
}




/**/

#contDetalle #detalles #detalle2 .noStock {
	width: 100%;
	margin: 10px auto;
	padding: 7px;
	text-align: center;
	font-size: .8em;
	color: #FFF;
	background-color: var(--color-001);
}





/**/

#contDetalle #detalles #detalle2 .contForm {
	width: 100%;
	margin: 10px 0;
	
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
}


#contDetalle #detalles #detalle2 .contForm .add_product {
	width: 68%;
	padding: 16.5px 0;
	text-align: center;
    font-size: .9em;
	font-weight: 700;
    color: #FFF;
	background-color: #0E71B4;
}




/**/

@media only screen and (max-width:500px){
	#contDetalle #detalles #detalle2 .contForm .add_product {
		width: 58%;
	}
}






/**/


@media only screen and (max-width:800px) {
	#contDetalle #detalles #detalle2 {
		width:100%;
		margin:0;
		padding-top:10px;
		display:block;
		border-top: 0;
	}
	#contDetalle #detalles #detalle2 #modalPopup button {
		width:220px;
		margin:20px auto 0 auto;
		display:block;
	}
	#contDetalle #detalles #detalle2 .recorrido {
		display:none;
	}
	#contDetalle #detalles #detalle2 img {
		width:60%;
		margin: 0 auto;
		display:block;
	}
}





/*****/

#contDetalle #detalles #detalle3 {
	width: 18%;
	margin:0;
	padding:30px 0 0 0;
}
#contDetalle #detalles #detalle3 ul {
	width: 90%;
	margin:0;
	padding:0 10% 0 0;
}
#contDetalle #detalles #detalle3 ul li {
	width: 100%;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	font-size: .8em;
	color:#555;
	border-bottom: 1px solid #C1C1C1;
}
#contDetalle #detalles #detalle3 ul li i {
	color: #216EB2;
}




/**/

@media only screen and (max-width:800px) {
	#contDetalle #detalles #detalle3 {
		width:100%;
		margin:0;
		padding-top: 10px;
		display:block;
		border-bottom: 0;
	}
	#contDetalle #detalles #detalle3 ul {
		width: 100%;
		margin: 0;
		padding: 0;
	}
}





/*****/

.error {
	width:50%;
	margin:0 auto;
	padding:20px;
	font-size:.95em;
	background-color:#F1F1F1;
	border:1px solid #555;
	box-shadow:3px 3px 3px rgba(0,0,0,.3);
	-webkit-box-shadow:3px 3px 3px rgba(0,0,0,.3);
}
.error p {
	width:100%;
	margin:0 auto;
	text-align:center;
	color:#333;
}
.error strong  {
	color:#A11217;
}
.error a  {
	width:100%;
	margin:0 auto;
	display:block;
	text-align:center;
	font-size:.85em;
	color:#A11217;
	transition:all 500ms ease-in-out;
	-webkit-transition:all 500ms ease-in-out;
}
.error a:hover  {
	color:#333;
}






/***** CONTENEDOR CATEGORIAS *****/

#contComun {
	width:100%;
	margin: 0 auto;
	padding: 90px 0 0 0;
	
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	
	display:-webkit-flex;
	-webkit-flex-direction:row;
	-webkit-justify-content:space-between;
	-webkit-flex-wrap:wrap;
}








/***** CONTENEDOR TIENDA *****/

#contTienda {
	width: 78%;
	margin: 0;
}
#contTienda .tienda {
	width: 95%;
	margin: 0 auto;
	padding: 30px 5% 80px 0;
}
#contTienda .tienda h1 {
	width:98%;
	margin:0 0 0 0;
	padding:10px 0 10px 2%;
	font-size:1.2em;
	color:#FFF;
	text-transform:uppercase;
	background-color: #0E71B4;
	border: 1px solid #0E71B4;
}
#contTienda .tienda h1 i {
	text-transform:none;
}
#contTienda .tienda .shadow {
	width:100%;
	margin:0;
}
#contTienda .tienda h1 span {
	font-size:.8em;
	text-transform: none;
}
#contTienda .tienda h6 {
	width:98%;
	margin:0 0 25px 0;
	padding:5px 0 5px 2%;
	font-size:.7em;
	color:#777;
	background-color: #F1F1F1;
	border: 1px solid #CCC;;
}
#contTienda .tienda h6 span {
	text-transform: uppercase;
	color:#333;
}
#contTienda .tienda .noResult {
	width:98%;
	margin:0 0 25px 0;
	padding:5px 0 5px 2%;
	font-size:.8em;
	color:#B9484A;
	background-color: #F1F1F1;
	border: 1px solid #CCC;;
}





/**/

@media only screen and (max-width:800px) {
	#contTienda {
		width: 100%;
		margin: 0;
	}
	#contTienda .tienda {
		width: 90%;
		margin: 0 auto;
		padding: 10px 5%;
	}
	#contTienda .tienda h1 {
		width:96%;
		padding:10px 2%;
		font-size:.9em;
	}
}





/*****/

#contTienda .tienda ul {
	width:100%;
	margin:0 auto;
	
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	
	display:-webkit-flex;
	-webkit-flex-direction:row;
	-webkit-justify-content:space-between;
	-webkit-flex-wrap:wrap;
}

#contTienda .tienda ul li {
	width: 19%;
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	border: 1px solid #E1E1E1;
	
	display: flex;
	flex-direction: column;
	justify-content:space-between;
	flex-wrap: wrap;
	
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
}

#contTienda .tienda ul li img {
	width:100%;
	margin:0;
	
	transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
}

#contTienda .tienda ul li img:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

#contTienda .tienda ul li p {
	width: 80%;
	margin: 20px auto 10px auto;
	text-align: center;
	font-size: .8em;
	color: #555;
}

#contTienda .tienda ul li .pPrice {
	font-size: 1.2em;
	font-weight: 700;
	color: #0E71B4;
}

#contTienda .tienda ul li span {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: .8em;
	color: #999;
}
#contTienda .tienda ul li strong {
	width: 100%;
	margin: 0 auto;
	text-align:center;
	font-size:1.3em;
	color: #0D7022;
}
#contTienda .tienda ul li div {
	width: 90%;
	margin:0 auto;
	text-align:center;
}
#contTienda .tienda ul li div i {
	font-size:.9em;
	color:#888;
}




/**/

@media only screen and (max-width:800px) {
	#contTienda .tienda ul li {
		width:48%;
	}
}





/**/
::-moz-placeholder{ font-size:.75em; color:#000; font-style:italic;}
input:focus::-moz-placeholder { color:rgba(0,0,0,0); }
textarea:focus::-moz-placeholder { color:rgba(0,0,0,0); }

::-webkit-placeholder{ font-size:.75em; color:#000; font-style:italic;}
input:focus::-webkit-input-placeholder { color:rgba(0,0,0,0); }
textarea:focus::-webkit-input-placeholder { color:rgba(0,0,0,0); }

::-ms-placeholder{ font-size:.75em; color:#000; font-style:italic;}
input:focus::-ms-input-placeholder { color:rgba(0,0,0,0); }
textarea:focus::-ms-input-placeholder { color:rgba(0,0,0,0); }
/***** POPUP ENVIO COTIZACION *****/
div#bgMensajesContacto {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	background:rgba(0,0,0,.7);
	z-index:77777;
}
div#mensajesContacto {
	width:44%;
	padding:20px 20px 40px 20px;
	position:absolute;
	top:20%;
	left:50%;
	margin-left:-22%;
	text-align:center;
	background:#FFF;
	border:3px solid #D1D1D1;
}
div#mensajesContacto img {
	width:30%;
	margin:20px auto;
}
div#mensajesContacto h2 {
	width:90%;
	font-size:1.6em;
	margin:20px auto;
	padding-bottom:5px;
	border-bottom:1px dashed #999;
}
div#mensajesContacto h3 {
	width:90%;
	font-size:1.2em;
	margin:20px auto;
}
div#mensajesContacto p {
	font-size:.8em;
	margin:10px auto;
}
@media only screen and (max-width:600px) {
	div#mensajesContacto {
		width:70%;
		margin:0 auto;
		top:10%;
		left:50%;
		margin-left:-40%;
	}
	div#mensajesContacto img {
		width:70%;
	}
}




/***** POPUP BUSCADOR *****/

div#bgVerBuscador {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	background:rgba(255,255,255,.8);
	z-index:77777;
}
div#bgVerBuscador img {
	cursor:pointer;
	opacity:.5;
	
	transition:all 300ms ease-in-out;
	-webkit-transition:all 300ms ease-in-out;
}
div#bgVerBuscador img:hover {
	opacity:1;
}
/**/
div#verBuscador {
	width:70%;
	margin-left:-35%;
	padding:20px 20px 40px 20px;
	position:absolute;
	top:20%;
	left:50%;
	background:rgba(255,255,255,.8);
	
	border:1px solid #ccc;
}
div#verBuscador h3 {
	width:90%;
	margin:10px auto;
	text-align:center;
	text-transform:uppercase;
	font-size:1.1em;
	font-weight:700;
}
div#verBuscador form {
	width:74%;
	margin:0 auto;
	padding:5px 3%;
	border:1px solid #C0C0C0;
}
div#verBuscador form input {
	width:94%;
	margin:0;
	padding:0;
	display:inline-block;
	font-size:1em;
	background:none;
}
div#verBuscador form button {
	width:5%;
	padding:0;
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	font-size:2.0em;
	color:#222;
	background:none;
}
div#verBuscador form button:hover {
	color:#777;
}







/***** SECCION PRE FOOT *****/

#contPreFoot {
	width:100%;
	margin-top: -10px;
	background-color:#E1E1E1;
}

#contPreFoot form {
	width:90%;
	margin:0 auto;
	padding:20px 0;
}

#contPreFoot form legend {
	margin-right:15px;
	display:inline-block;
	font-size:.9em;
	font-weight:bolder;
	color:#FFF;
}

#contPreFoot form input {
	width: 50%;
	padding: 10px 3%;
	display: inline-block;
	font-size: .9em;
	border: 3px solid #7063A6;
	border-radius: 20px;
}

#contPreFoot form .btn {
	width: 28px;
	height: 28px;
	margin: 0;
	padding: 0 0 0 5px;
	display:inline-block;
	vertical-align: middle;
	border:none;
}









/***** FOOTER ******/

#contFooter {
	width: 90%;
	padding: 40px 5% 30px 5%;
	color:#333;
	background-color:#FFF;
	
	display:flex;
  	justify-content:flex-start;
  	flex-direction:row;
	flex-wrap:wrap;
	
	display:-webkit-flex;
  	-webkit-justify-content: space-start;
  	-webkit-flex-direction:row;
	-webkit-flex-wrap:wrap;
}

#contFooter h2 {
	width:100%;
	margin:0 auto 20px auto;
	text-align:center;
	font-size:1.3em;
}


/***/

#contFooter ul {
	width: 15%;
}

#contFooter ul li {
	width: 100%;
	margin-bottom: 9px;
	font-size: .8em;
}

#contFooter ul li a {
	opacity:1;
	
	transition:all 300ms ease-in-out;
	-webkit-transition:all 300ms ease-in-out;
}

#contFooter ul li a:hover {
	opacity:.7;
}





/**/

@media only screen and (max-width:1100px) {
	#contFooter ul {
		width:18%;
	}
}

/**/
@media only screen and (max-width:800px) {
	#contFooter {
		width:90%;
		padding:40px 5% 30px 5%;
		display:block;
	}
	#contFooter ul {
		width:100%;
	}
}


/***/

#contFooter #socialFooter {
	width: 40%;
	margin: 0 auto 40px auto;
	padding: 0 30%;
	display: block;
	text-align: center;
}
#contFooter #socialFooter li {
	width: 30%;
	padding-bottom: 15px;
	display: inline-block;
	text-align: center;
	border-bottom: 1px solid #CCC;
}
#contFooter #socialFooter img {
	margin-right:5px;
	display:inline-block;
	vertical-align:middle;
}



/**/


@media only screen and (max-width:800px) {
	#contFooter #socialFooter {
		width: 100%;
		margin: 0 auto 10px auto;
		padding: 0;
		
		display:flex;
		justify-content:flex-start;
		flex-direction:row;
		flex-wrap:wrap;

		display:-webkit-flex;
		-webkit-justify-content: space-start;
		-webkit-flex-direction:row;
		-webkit-flex-wrap:wrap;
	}
	#contFooter #socialFooter li {
		width: 49%;
		padding-bottom: 15px;
		text-align: center;
		border-bottom: 1px solid #CCC;
	}
}
/***/

#contFooter #logoFooter {
	width: 20%;
}
#contFooter #logoFooter li {
	width:100%;
}
#contFooter #logoFooter li img {
	width:70%;
	margin:0 auto;
	display:block;
}


/**/

@media only screen and (max-width:800px) {
	#contFooter #logoFooter {
		width: 70%;
		margin: 0 auto;
	}
}


/***/

#contFooter #datosFooter {
	width: 25%;
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #CCC;
}
/**/
@media only screen and (max-width:800px) {
	#contFooter #datosFooter {
		width: 100%;
		margin: 0 auto;
		padding: 15px 0 0 0;
		text-align: center;
		border: none;
	}
}
/***/
#contFooter #mercadoPublico {
	width: 20%;
	margin-left:10px;
	padding-left:10px;
	border-left:1px solid #CCC;
}
#contFooter #mercadoPublico li {
	margin-left:10px;
}
#contFooter #mercadoPublico li img {
	width: 100%;
}
/**/
@media only screen and (max-width:800px) {
	#contFooter #mercadoPublico {
		width: 100%;
		margin: 0px auto;
		padding: 15px 0 0 0;
		text-align: center;
		border-left: none;
	}
	#contFooter #mercadoPublico li {
		margin-left: 0px;
		font-size: 1em;
	}
	#contFooter #mercadoPublico li img {
		width: 70%;
	}
}
/**
@media only screen and (max-width:850px) {
	#contFooter ul {
		width:100%;
		
		display:flex;
		justify-content:space-between;
		flex-direction:row;
		flex-wrap:wrap;
		
		display:-webkit-box;
	
		display:-webkit-flex;
		-webkit-justify-content:space-between;
		-webkit-flex-direction:row;
		-webkit-flex-wrap:wrap;
	}
	#contFooter #logoFooter li img {
		width:20%;
		margin:0 auto;
		padding:15px 0;
		display:block;
	}
	#contFooter #datosFooter {
		margin-left:0;
		padding-left:0;
		border-left:none;
	}
	#contFooter #datosFooter li {
		width:30%;
		text-align:center;
	}
	#contFooter #menuFooter {
		display:none;
	}
	#contFooter #socialFooter {
		width:80%;
		margin:0 auto;
		padding:20px 0 0 0;
		border-left:none;
	}
	#contFooter #socialFooter li {
		width:33%;
		text-align:center;
	}
	#contFooter #madweb {
		width:100%;
		padding:40px 0 20px 0;
		display:block;
		text-align:center;
	}
}
/**
@media only screen and (max-width:600px) {
	#contFooter #logoFooter li img {
		width:40%;
		margin:0 auto;
		padding:15px 0;
		display:block;
	}
	#contFooter #datosFooter {
		margin-left:0;
		padding-left:0;
		border-left:none;
	}
	#contFooter #datosFooter li {
		width:100%;
		text-align:center;
	}
	#contFooter #socialFooter li {
		width:100%;
		text-align:center;
	}
	#contFooter #socialFooter img {
		margin:0 auto;
		display:block;
	}
}
/*****/
footer #infoFoot {
	width:90%;
	margin:0 auto;
	padding:10px 5%;
	background-color:#222;
	
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	flex-wrap:wrap;
	
	display:-webkit-flex;
	-webkit-flex-direction:row;
	-webkit-justify-content:space-between;
	-webkit-flex-wrap:wrap;
}
footer #infoFoot p {
	font-size:.7em;
	color:#999;
}
footer #infoFoot strong {
	color:#333;
}
footer #infoFoot a {
	transition:all 300ms ease-in-out;
	-webkit-transition:all 300ms ease-in-out;
}
footer #infoFoot a:hover {
	color:#FFF;
}















