* { margin:0; padding:0; }
*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'feathericons';
	src:url('../fonts/feathericons/feathericons.eot?-8is7zf');
	src:url('../fonts/feathericons/feathericons.eot?#iefix-8is7zf') format('embedded-opentype'),
		url('../fonts/feathericons/feathericons.woff?-8is7zf') format('woff'),
		url('../fonts/feathericons/feathericons.ttf?-8is7zf') format('truetype'),
		url('../fonts/feathericons/feathericons.svg?-8is7zf#feathericons') format('svg');
}
@-webkit-keyframes llamado_a_accion {
          from { border-color: #810981; }
          5% {  border-color: #CECFD0; }
          10% {  border-color: #810981; }
          15% {  border-color: #CECFD0; }
          to {   border-color: #810981; }
        }
		
.llamadoaccion {
	 -webkit-animation-name: llamado_a_accion;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
	-moz-animation-name: llamado_a_accion;
	-moz-animation-duration: 2s;
	-moz-animation-iteration-count: infinite;
	animation-name: llamado_a_accion;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}
a:link { 
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:23px;
	text-decoration: none;
	color:#3B6EB0;
}
.grid, .gridx {
	position: relative;
	margin: 0 auto;
	padding: 0;
	max-width: 1100px;
	list-style: none;
	text-align: center;
	box-sizing:border-box;
}
/* Common style */
.grid figure, .gridx figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10 0;
	max-width: 360px;
	max-height: 360px;
	width: 33%;
	background: #fff;
	text-align: center;
	cursor: pointer;
	box-sizing:border-box;		

}

.grid figure img {
	position: relative;
	display: block;
	min-height: 80%;
	max-width: 80%;
	opacity: 0.8;
	margin:0 auto;
	border:1px solid #C2C3C5;
}
.gridx figure img {
	position: relative;
	display: block;
	min-height: 80%;
	max-width: 80%;
	opacity: 0.8;
	margin:0 auto;
	border:0px solid #C2C3C5;
}

.grid figure figcaption {
	color: #C40C0C;
	text-transform: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-top:1px solid #C2C3C5;
}

.grid figure figcaption::before,
.grid figure figcaption::after,
.gridx figure figcaption::before,
.gridx figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a,
.gridx figure figcaption,
.gridx figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a, .gridx figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing:normal;
	font-weight: 300;
}
.gridx figure h2 {
	word-spacing:normal;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}


figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 3.75em;
	background: #fff;
	opacity:.85;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
	float: left;
}

figure.effect-zoe p.icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
	color: #252d31;
}

figure.effect-zoe p.description {
	position: absolute;
	bottom: 8em;
	padding: 2em;
	color: #000;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	color:#810981;
	font-size:30px;
}
figure.effect-apollo {
	background: #fff;
	margin:90px 0 60px 0;
	box-sizing:border-box;
	
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo h2 {
	text-align: center;
	vertical-align:middle;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:26px;
	color:#810981;
	padding-top:15%;
	text-shadow: -3px -3px 3px #fff, 3px -3px 3px #fff, -3px 3px 3px #fff, 3px 3px 3px #fff;
	}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.img_c2 { 
max-width:240px;
height:auto;
}
.supermaini {
	background-color:#fff;
	margin: 0;
	padding:0;
}
.icon-eye::before {
	content: '\e000';
}

.icon-paper-clip::before {
	content: '\e001';
}

.icon-heart::before {
	content: '\e024';
}

figure.effect-zoe h2 {
	display: inline-block;
}

figure.effect-zoe:hover p.description {
	opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.holder {
    border: 8px solid #000000;
    position: relative;    
    overflow: hidden;
    box-shadow: 0px 0px 5px #333333;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
}
.holder img {
	width:100%;
	height:auto;
}

/* Caption and Light */
.caption {
    color: rgba(0,0,0,0);
    line-height: 100px;
    
}
.caption:hover {
    border: 6px solid #E0E0E0;
    color: rgb(255,255,255);
    line-height: 500px;
    box-shadow: 0px 0px 10px 7px #FFFFFF;    
}
.caption>div {
    position: absolute;
    top: 0px;
    left: 50px;
    font-size: 30px;    
}

/* Smooth Caption */
.smooth {
    opacity: 1;    
}
.smooth:hover img {
    opacity: 0.6;
    box-shadow: 0px 0px 10px #333333;
}
.go-left {
    background-color: rgba(0,0,0,0.7);
    color: #FFFFFF;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:23px;
    position: absolute;
    bottom: 0px;
    right: -600px;
    width: 100%;
    text-align:center;   
    padding: 10px;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
}
.go-left img {
	width:32px;
	height:auto;
	opacity:1;
	float:left;
	display:block;
}
.go-left img:hover {
	filter: brightness(1.2);
	-webkit-filter: brightness(1.2);
	-moz-filter: brightness(1.2);
	-o-filter: brightness(1.2);
	-ms-filter: brightness(1.2);
}

.smooth:hover > .go-left {    
    right:0px;    
}

html {  }
body {
	background:#E7E5EB;
	font-family:Arial, Helvetica, sans-serif;
}
.msj {
	padding-top:60px;
	text-align:center;
}
.msj p {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:21px;
	font-weight:bold;
	color:#000000;
}
.titulo_gral {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:21px;
	font-weight:bold;
	color:#000000;
	display:block;
	margin:6px 6px 6px 9px;
	padding-top:6px;
	height:30px;
	max-height:30px;
	text-transform:capitalize;
}
.copete_gral {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:17px;
	font-weight:bold;
	font-style:italic;
	color:#666;
	display:block;
	margin:6px 6px 6px 9px;
	padding-top:6px;
/*	height:30px;
	max-height:30px;
*/}
.cuerpo_gral {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
	font-weight:normal;
	font-style:normal;
	color:#666;
	margin:9px;
	height:100%;
	min-height: 100%;
	display:block;
}
.cuerpo_gral p {
 margin-bottom: 10px; }
.titulo_productos {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:19px;
	font-weight:bold;
	color:#464646;
	display:block;
	margin:3px 6px 0 10px;
	height:30px;
	max-height:30px;
	padding-top:10px;
}
.codigo_productos {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#464646;
	display:inline;
	margin:3px 6px 0 10px;
	height:30px;
	max-height:30px;
	padding-top:10px;
}
.copete_productos_listado {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000;
	margin:0 6px;
	height:100px;
	max-height:100px;
	display:none;
}
.copete_productos_detalle {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#000;
	display:block;
	margin:0 6px;
}
.cuerpo_productos, .cuerpo2_productos {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#000;
	margin:6px 0;
	float:left;
	display:block;
	max-width:450px;
}
.precio {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:32px;
	font-weight:normal;
	font-style:italic;
	color: #810981;
	float:left;
	display:block;
}
.moneda {
	font-family:'PT Sans Narrow', sans-serif;
	font-size:32px;
	font-weight:normal;
	color: #810981;
	float:left;
	display:block;
}

.img_c {
	float: left;
}
.precio_listado {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	font-style:italic;
	color: #920113;
	margin:0;
	float:right;
	display:block;
	width:50%;
	background-color:#069
}
.moneda_listado {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color: #920113;
	float:left;
	display:inline;
}
.contenedormasinfo {
	width:90%;
}
.submasinfo {
	float:left;
	display:block;
	width:35%;
	text-align:left;
	margin: 0;
	margin-left:3px;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
	background-color:none;
	font-size:30px;

}
.submasinfo2 {
	float:right;
	display:block;
	width:35%;
	text-align:right;
	margin: 0;
	margin-right:3px;
	padding:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	overflow:hidden;
	background-color:none;
		font-size:30px;

} 
.submasinfo2_detalle {
	float:right;
	display:block;
/*	text-align:right;
*/	margin:4px;
	background-color:none;
	line-height:30px;
	font-size:30px;
}
.submasinfo2_detalle img {
	max-width:32px;
	height:auto;
	margin-bottom: -6px;
}
.submasinfo a, .submasinfo2 a {	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #920113;
	text-decoration:none;
	}
.submasinfo2_detalle a {	
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 26px;
	line-height:30px;
	color: #920113;
	text-decoration:none;
	background-color:#DBDEE3;
	border-radius:9px;
	padding: 9px 14px;	
	-webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color  300ms linear;
	} 
.submasinfo2_detalle a:hover {	
	background-color:#E7E5EB;
	}
.masinfo:hover::before {	
/*	content:"[";
*/}
.masinfo:hover::after {	
/*	content:"]";
*/}
.migas1, .migas2, .marcas {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:23px;
	font-weight:bold;
	color:#000000;
	display:block;
	padding-left:4px;
}
.migas1 {
	font-size:23px;
		line-height:30px;
		font-style:normal;
}
.migas2 {
	font-size:23px;
		line-height:30px;
		font-style:normal;
		font-style:normal;
		margin-top:10px;
}
.migas1::before {	
	content:"> ";
	font-size:13px;

}
.migas2::before {	
	content:">> ";
		font-size:13px;

}

.contenedor1 {
	width:100%;
	max-width:1100px;
	margin: 0 auto;
	background:#810981;
	height:auto;
	display:block;
	overflow:hidden;
/*	height:100%;
	min-height: 100%;
*/}
.mitadindex {
	width:50%;
	padding: 16px 8px;
	min-height:200px;
	float:left;
	box-sizing:border-box;
	text-align:center
}
.textomitadindex {
	padding-top:8px;
	text-align: left;
}
.ftlocal {
	border: 8px solid #000000;
	background-color:#000000;
	margin:0 auto;
	width:100%;
	max-width:510px;
	height:auto;
	color:#fff;
		font-family: 'PT Sans Narrow', sans-serif;
	font-size:19px;
}
.ftlocal iframe {
	margin-bottom:10px;
}

.contenedor2 {
	width:100%;
	max-width:1100px;
	margin: 0 auto;
	background:#fff;
	min-height:300px;
	height:auto;
	overflow:hidden;
/*	height:100%;
	min-height: 100%;
*/}
.contenedor_main {
	width:100%;
	max-width:1100px;
	margin: 0 auto;
	background:#fff;
	min-height:300px;
	height:auto;
	display:block;
	overflow: hidden;
	}
.contenedor_gale { 
	width:98%;
	max-width:1100px;
	float:left;
	margin:9px;
	height: auto;
	display:inline-block;
		-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contenedor_gale > div {
	padding:14px 14px 14px 7px;;
	float:left;
	display:inline;
	border:0;
	background: transparent;
	text-align:center;
	width:20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fotogale {
	background: #fff;
	-webkit-transition:background .5s .2s ease-out;
	-moz-transition:background .5s .2s ease-out;
	-o-transition:background .5s .2s ease-out;
	-ms-transition:background .5s .2s ease-out;
	transition:all .5s .2s ease-out;
	
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	rotation: 0deg;
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	transition: transform .3s ease-out;
	
	border: solid 2px #95A4AB;
	padding: 4px;
	width:100%;
	height:auto;
	float:left;

}
.fotogale:hover {
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	rotation: -5deg;
	background: #CE48B4;
	border-width:2px;
	border-style:solid;
	border-color: #A72A76;
	padding: 4px;
}
.ajustar {
    width:90%;
    margin:auto;
    overflow:hidden;
}

.loguito {
	width:100%;
}

.loguito img {
	width:100%;
	height: auto;
}
header {
	width:100%;
	background:#DBDEE3;
	display: block;
	margin: 0 auto;
	padding:0;
	overflow:hidden;
	min-height:115px;
	/*	
	position:fixed;
	*/	
}
#logocontenedor {
	width:100%;
	max-width:1100px;
	margin:0 auto;
}
#logo-sup { 
	display:none; 
}
.logo-sup { 
	position:absolute;
	float:left;
	padding: 0 0 0 10px;
}
.logo1pt { 
	font-family: 'Ubuntu Condensed', sans-serif;
	color:#000;
}
.logo2pt { 
	font-family: 'Ubuntu Condensed', sans-serif;
	color:#8F267A;
}
.subnavsup { 
	width:100%;
	max-width:1100px;
	overflow: hidden;
	background:none;
	min-height:30px;
	margin:0 auto;
}
.subnavsup img {
	padding:4px;
	float:right;
	border:0;
}
header h1 {
	color:#FFF;
	padding:00px 0;
	text-align:center;
}
.navcontainer {
    width: 100%;
	background-color:#810981;
	margin:0;
	padding:0;
	display:block;
	max-height:42px;
	min-height:42px;
}
.container {
    width: 100%;
	max-width:1100px;
    margin: 0px auto;
	padding:0;
	display:block;
}
.toggleMenu,
.carroescondido {
    display:  none;
    background: #810981;
    padding: 8px 15px;
    color: #000;
	text-decoration:none;
	max-height:42px;
	box-sizing:border-box;
}
.toggleMenu {
	border-right:1px solid #C5CACD;
}

#avisos-movil-agr-carrito {
	display: none;
/*	padding: 6px 9px;
	color: #fff;
	background-color:rgba(255,255,255,0.2);
	border:#fff solid 2px;
	border-radius: 3px;
	float:right;
	margin:8px 6px;;
*/}
.nav {
	width:100%;
	margin:0px auto;
	max-width:1100px;
	background: transparent;
	float:none;
	text-align:center;
	list-style: none;
	*zoom: 1;
	padding-right:6px;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 18em;
	float:left;
}
.nav a {
    padding: 8px 45px 8px 8px;
    color:#DBDEE3;
	text-decoration:none;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:17px;
	font-weight:bold;
}
.nav a:hover {
    color:#E7E5EB;
}
.nav li {
    position: relative; 
}
.nav > li {
/*	float: right;
*/	
	display:inline-block;
 }
.nav > li > .parent {
}
.nav > li > a {
    display: block;
	text-transform:uppercase;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
	text-transform:none;
    display: block;
    background: #810981;
    position: relative;
    z-index:100;
    border-bottom: 1px solid #5C1412;
	color:#DBDEE3;
	text-align:left;
}
.nav li li li a {
    background:#810981;
    z-index:200;
    border-bottom: 1px solid #5C1412;
	color:#DBDEE3;
}

/* simple */
.flip-container {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d; 
	-ms-transform-style: preserve-3d; 
}
/* IE */
/*.flip-container:hover .back, .flip-container.hover .back {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
	transition-duration: 1200ms;
	-webkit-transition-duration: 1200ms;
}
.flip-container:hover .front, .flip-container.hover .front {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	transition-duration: 1200ms;
	-webkit-transition-duration: 1200ms;
}
*//* fin IE */

.flip-container, .front, .back {
	width: 100%;
	height: 150px;
	float:left;
	padding-top:10px;
	margin-bottom:10px;
}
.flip-container {
	width: 25%;
}
.flipper {
	-webkit-transition: 1200ms;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 1200ms;
	-moz-transition: 1200ms;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transition: 1200ms;
	transform-style: preserve-3d;
	position: relative;
}
.btn_mas {
	display:block;
/*	background: -webkit-linear-gradient(right, #3B3B3B, #B80118,  #B80118, #A50B17);
	background: -o-linear-gradient(right, #A50B17, #B80118, #B80118, #A50B17);
	background: -moz-linear-gradient(right, #A50B17, #B80118,  #B80118, #A50B17);
	background: linear-gradient(to right, #A50B17, #B80118,  #B80118, #A50B17);
*/	background-color:#8F267A;
	color:#FFF;
	border:#5E1A50 2px solid;
	border-radius: 3px;
	padding:4px 9px;
	margin:0 10px;
	float:right;
	cursor:pointer;
}
.btn_mas:hover {
	background-color:#CE48B4;
	border:#5E1A50 2px solid;
}
.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: 1200ms;
	-webkit-transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg);
	-moz-transition: 1200ms;
	-moz-transform-style: preserve-3d;
	-moz-transform: rotateY(0deg);
	-o-transition: 1200ms;
	-o-transform-style: preserve-3d;
	-o-transform: rotateY(0deg);
	-ms-transition: 1200ms;
	-ms-transform-style: preserve-3d;
	-ms-transform: rotateY(0deg);
	transition: 1200ms;
	transform-style: preserve-3d;
	transform: rotateY(0deg);
	position: absolute;
	top: 0;
	left: 0;
}
.front {
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	background: #fff;
	z-index: 2;
} 
.flip-icono img {	
	display:block;
	padding-bottom:6px;
	width:90%; 
	margin:0 10px;
}
.flip-titulo {
	display:block;
	text-align:left;
	color:#7B0410;
	text-transform:uppercase;
	margin:0 6px;
}
.flip-titulo a {
	text-decoration:none;
	color:#8F267A;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:17px;
	font-weight:bold;
}

.back {
	background: -moz-repeating-linear-gradient(-45deg, #E6E6E6, #E6E6E6 30px, #F7F7F7, #F7F7F7 30px, #F7F7F7 60px);
	background: -webkit-repeating-linear-gradient(-45deg, #E6E6E6, #E6E6E6 30px, #F7F7F7, #F7F7F7 30px, #F7F7F7 60px);
	background-size: 275px 150px;
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}
.front .titulo {
	font-size: 2em;
	display: inline-block;
	background: rgba(33, 33, 33, 0.9);
	color: #000;
	font-family: Courier;
	padding: 5px 10px;
	border-radius: 5px;
	bottom: 60px;
	left: 25%;
	position: absolute;
	text-shadow: 0.1em 0.1em 0.05em #333;
}
.back-logo {
	position: absolute;
	top: 40px;
	left: 90px;
	width: 160px;
	height: 117px;
	background: url(logo.png) 0 0 no-repeat;
}
.back-titulo {
	font-weight: bold;
	color: #00304a;
	position: absolute;
	top: 180px;
	left: 0;
	right: 0;
	text-align: center;
	text-shadow: 0.1em 0.1em 0.05em #acd7e5;
	font-family: Courier;
	font-size: 22px;
}
.back p {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	text-align: center;
	padding: 0 20px;
	font-size: 18px;
}

/* vertical */
.vertical.flip-container {
	position: relative;
}

.vertical .back {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.vertical.flip-container .flipper {
	-webkit-transform-origin: 100% 213.5px;
	-moz-transform-origin: 100% 213.5px;
	-ms-transform-origin: 100% 213.5px;
	transform-origin: 100% 213.5px;
}
/* IE */
.vertical.flip-container:hover .back, .vertical.flip-container.hover .back {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.vertical.flip-container:hover .front, .vertical.flip-container.hover .front {
	-webkit-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-o-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
/* fin IE */
.main {
	width:100%;
	max-width:1100px;
	min-width:280px;
	height:auto;
	min-height:300px;
	background: none;
	padding:0px;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	min-height: 100%;
	display: table;
}
.main p {
	padding-bottom:7px;
}
.main img {
/*	width:100%;
	height:auto;
*/}
.as2 {
	width:30%;
	min-height:80%;
	background:#F63;
	padding:20px;
	float:left;
	box-sizing: border-box;
	height:100%;
	min-height: 100%;
}
aside {
	width:00%;
	max-width:220px;
	background:none;
	padding:2px;
	float:left;
	box-sizing: border-box;
	display:none;
}
aside p {
	padding-bottom:7px;
}
#mascaragmaps {
    overflow: hidden;
    border-radius:9px;;
    position: relative;
    z-index: 99;
    height: 500px;
    width: 98%;
    border: 0px solid transparent;
}
 
#mascaragmaps iframe {
    position: absolute;
    border-radius: 9px;
    top: 0; left: 0;
    z-index: 50;
}
.ignoraraside {
	width:0;
}

footer {
	clear:both;
	float:left;
	padding:2px;
	width:100%;
	margin: 0 auto;
	min-height:350px;
	color:#FFF;
	background:#000000;
	border-top: 10px solid #000000;
	box-sizing: border-box;
	overflow:hidden;
	font-family: 'PT Sans Narrow', sans-serif;
}
#footercontenedor {
	width:100%;
	max-width:1100px;
	margin:0 auto; 
}
.cabpiecentr {
	width:100%;
	max-width:1100px;
	margin:0; 
	padding:0;
	border:0;
	padding-top:6px;
	font-family: 'PT Sans Narrow', sans-serif;
	color:#FFF;
	font-size:16px;
   }
.cabpiecentr.img {
	float: left;
	border: 0px;
}
.subpie1 {
	display:none;
	width:00%;
	float:left;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:18px;
}
.subpie1 img {
	width:100%;
	margin:auto;
}
.subpie2 {
	width: 0%;
	float:left;
	display:none;
	min-height:20%;
}
.subpie3 {
	margin:0 auto;
	width: 50%;
	float:left;
}
.subpie4 {
	width: 50%;
	float: left;
	position:relative;
	padding-left:16px;
	box-sizing:border-box;
}
.subpie4 p {
	vertical-align:bottom;
}

.subpie4 img {
	padding:2px;
	float:left;
	width: auto;
	height:auto;
	}
#frc .btn_enviar {
	display:block;
/*	background: -webkit-linear-gradient(right, #3B3B3B, #B80118,  #B80118, #A50B17);
	background: -o-linear-gradient(right, #A50B17, #B80118, #B80118, #A50B17);
	background: -moz-linear-gradient(right, #A50B17, #B80118,  #B80118, #A50B17);
	background: linear-gradient(to right, #A50B17, #B80118,  #B80118, #A50B17);
*/	background-color:#810981;
	color:#DBDEE3;
	border:#555555 2px solid;
	border-radius: 9px;
	padding:4px 9px;
	float:right;
	margin-right:18px;
}
#frc .btn_enviar:hover {
/*	background: -webkit-linear-gradient(right, #CB0119, #A50B17,  #A50B17, #CB0119);
	background: -o-linear-gradient(right, #CB0119, #A50B17, #A50B17, #CB0119);
	background: -moz-linear-gradient(right, #CB0119, #A50B17,  #A50B17, #CB0119);
	background: linear-gradient(to right, #CB0119, #A50B17,  #A50B17, #CB0119);
*/		
	background-color:#DBDEE3;
		color:#000000;
		font-weight:bold;

}

.logo_pie {
	position:absolute; 
	bottom:6px;
	float:left;
	display: block;
}
.requireds { 
	background-color:#DBDEE3;
	padding:3px;
	margin-bottom:7px;
	height:26px;
	border: 3px solid #000000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#575757;
	width:97%;
	display:block;
}
.required { 
	background-color:#DBDEE3;
	padding:3px;
	margin-bottom:7px;
	height:26px;
	border: 3px solid #000000;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#575757;
	width:97%;
	display:block;
}
.required2 { 
	background-color:#DBDEE3;
	padding:3px;
	margin-top:7px;
	margin-bottom:7px;
	height:17px;
	border: 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#575757;
	width:97%;
	display:block;
}
.txa {
	height:90px;
}
.txcd {
	width:90px;
}
 
/*  muestra productos */
.listado {
	text-align:left;
	list-style: none;
	padding:0px;
	margin:0px;
	width:218px;
	display: inline-block;
	cursor:pointer;
}
.listadosub, #shopping_cart { 
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: normal;
	font-size:14px;
	line-height:20px;
	color:#999;
	text-transform:capitalize;
	text-decoration:none;
}
.listadosub:before {
/*   content: url(../sitio/images/prelk2.png);
*/}

/*
.listado ul li{
	width:40px;
	margin-left:5px;
	background-color:#36C;
	display:block;
}
*/
.filtros div{
	padding:10px 18px 20px 18px;
	width:25%;
/*	max-width:210px;
	min-width:100px;
*//*	height: 300px;
	min-height: 300px;
	max-height: 300px;
	margin-left: 3px;*/
	margin-top: 0px;
	border:0;
	display:inline-block;
	float:left;
	vertical-align:bottom;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;	
	box-sizing: border-box;
	background:none;
}

.filtros div:hover {
	background-color: rgba(244,236,211,0.9);
/*	box-shadow: 3px 2px 2px #898F8F;
*/	border-radius: 6px;
}
.filtros div  div.limpia {
	border: 0;
	background-image:none;
	display:block;
	box-shadow: none; 
	border-radius: 0px;
	margin:0;
	float:none;
/*		width:210px;
	height: 157px;
*/
}
.filtros div  div.productPriceWrapRight {
	border: 0;
	background-image:none;
	display:block;
	box-shadow: none; 
	border-radius: 0px;
	margin:0;
	float:none;
}
.altofijo {
/*		height: 300px;
		min-height:300px;
		max-height:300px;
*/		vertical-align:top;
		float:left;
		background-color:none;
		text-align:center;
}
.fotosprod_listado {
		border:1px solid #C2C3C5;
	border-radius: 3px;
	width:100%;
	height:auto;
/*	max-width:210px;
*/
}
.fotosprod_listado:hover {
		border:1px solid #C2C3C5;
}
.fotosprod_detalle {
	border:2px solid #C2C3C5;
	border-radius: 3px;
	float:left;
	display:inline;
	margin-right:16px;
	margin-left:10px;
	width:100%;
	max-width:550px;
	height:auto;
}
.min {
	max-width:300px;
	height:auto;
}

.rubro {
	background-color:#000;
	color:#AAA9AE;
	text-align:center;
	font-size:20px;
	line-height:28px;
}
.rubro2 {
	background-color:#4e4e4f;
	color:#fff;
	text-align:center;
	font-size:20px;
	vertical-align:middle;
	}
.rubro3 {
	background-color:#cccccc;
	color:#000;
	text-align:center;
	font-size:12px;
	vertical-align:middle;
	}
/*  fin muestra productos */

