

@font-face {
	font-family: 'HelveticaNeue-Italic';
	src: url("../fonts/HelveticaNeue-Italic.otf") format("opentype");
	font-weight: normal;
}

@font-face {
    font-family: 'CenthuryGothic-Regular';
    src: url('../fonts/CenthuryGothicNormal.TTF') format('truetype');
}

@font-face {
    font-family: 'CenthuryGothic-Negrita';
    src: url('../fonts/CenthuryGothicNegrita.TTF') format('truetype');
}

@font-face {
    font-family: 'CenthuryGothic-NegritaCursiva';
    src: url('../fonts/CenthuryGothicNegritaCursiva.TTF') format('truetype');
}

*{
	margin:0;
	padding:0;
}

a{
	outline: none;
	border:0;
	text-decoration: none;
}

.paredesbg{
	position: fixed;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	background: url('../images/paredes.png') center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 0;
	transition: all 0.3s ease-in;
}

.bgparedes{
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: url('../images/bgpaginaparedes.png') center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.voletibg{
	position: fixed;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	background: url('../images/voleti.png') center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	opacity: 0;
	transition: all 0.3s ease-in;
}

.bgvoleti{
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #FFF;
}

.bgactiva{
	opacity: 1;
}

#wrapper{
	position: relative;
	min-height: 100%;
}

#marcascalzado{
	position: relative;
	width: 650px;
	height: 170px;
	top: 200px;
	margin: 0 auto;
	z-index: 3;
}

.marcaparedes, .marcavoleti{
	float: left;
	width: 325px;
	height: 170px;
	opacity: 0.4;
	cursor: pointer;
	transition: all 0.5s ease-in;
}

.marcaparedes img, .marcavoleti img{
	display: block;
	position: relative;
	width: 50%;
	height: auto;
	top: 28%;
	margin:0 auto;
}

.activa{
	opacity: 1;
}

.marcaparedes a, .marcavoleti a{
	display: block;
	border: 0;
	margin: 0;
	outline: none;
	width: 325px;
	height: 170px;
	cursor: pointer;
}

.marcaparedes, .colorparedes{
	background: #FFF;
}

.marcavoleti, .colorvoleti{
	background: #EE2325;
}

aside{
	position: fixed;
	top: 0;
	left: 0;
	width: 300px;
	height: 100%;
    font-family: 'CenthuryGothic-Regular';
    text-transform: uppercase;
    transition: all 0.4s ease-in;
    z-index: 4;
}

section{
	position: relative;
	margin: 20px 30px 0 330px;
	max-width: 80%;
	height: auto;
	transition: all 0.4s ease-in;
	z-index: 3;
}

.inicio, .ocultar{
	color: #888782;
	position: absolute;
	top: 20px;
	font-size: 0.7em;
}

.colorvoleti .inicio, .colorvoleti .ocultar{
	color: #FFF !important;
}

.arrow, .arrowrightop, .arrowrightbot{
	position: absolute;
	width: 14px;
	height: auto;
}

.arrow{
	top: 20px;
	right: 175px;
}

.arrowrightop{
	top: 20px;
	right: 25px;
	display: none;
	transform: rotate(90deg);
}

.arrowrightbot{
	bottom: 20px;
	right: 25px;
	display: none;
	transform: rotate(90deg);
}

.inicio{
	right: 130px;
}

.ocultar{
	right: 20px;
}

#logo{
	position: absolute;
	top: 20%;
	display: block;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 238px;
	height: auto;
}

#logo img{
	width: 100%;
	height: auto;
}

#menu{
	position: absolute;
	margin: 0 auto;
	width: 180px;
	left: 0;
	right: 0;
	top: 40%;
	list-style: none;
	text-align: center;
}

.minimenu{
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 62px;
	height: 100%;
}

.minimenu img{
	position: relative;
	top: 47%;
	display: block;
	width: 40px;
	height: auto;
	margin: 0 auto;
}

#menu li{
	margin: 0 0 10px 0;
}

#menu li a{
	display: block;
	width: 100%;
	padding: 8px 0;
	color: #8C8C8C;
	font-size: 0.9em;
}

.voletimenu li a{
	color: #FFF !important;
}

.activated, .paredesmenu li a:hover{
	background:url('../images/active.png')center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
	color: #FFF !important;
	font-weight: bold;
}

.voletimenu .activated, .voletimenu li a:hover{
	background:url('../images/vactive.png')center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
	color: #464646 !important;
	font-weight: bold;
}

hr{
	position: absolute;
	top: 52%;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 40px;
	border: 1px solid #AFAFAF;
}

.hrvoleti{
	border: 1px solid #FFF !important;
}

.coleccion{
	display: block;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	width: 200px;
	height: 60px;
	overflow: hidden;
	bottom: 18%;
}

.coleccion img{
	display: block;
	width: 100%;
	height: auto;
}

.contacto{
	position: absolute;
	bottom: 0;
	width: 100px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.contacto span{
	display: block;
	width: 100%;
	margin: 0 0 5px 0;
	text-align: center;
	font-size: 0.7em;
	color: #888782;
}

.colorvoleti .contacto span{
	color: #FFF;
}

.contacto a{
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: auto;
}

.instagram{
	margin: 0 0 0 -25px;
}

.contacto a img{
	width: 100%;
	height: auto;
}


#filtro{
	position: relative;
	width: 99%;
	height: 40px;
	background: #FFF;
	z-index: 2;
}

.vr, .vright{
	position: relative;
	height: 40px;
	width: 2px;
	background: url('../images/dotted.png') center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.vright{
	position: absolute;
	top: 0px;
	right: 150px;
}

#filtro label, .vr, .tipozapato, .tipocolor, .tipotalla{
	display: inline-block;
	vertical-align: top;
}

#filtro label{
	text-align: center;
	line-height: 40px;
	font-size: 1em;
	letter-spacing: 0.1em;
	color: #5E5E5E;
	height: 40px;
	width: 155px;
	margin: 0 50px 0 0;
	font-family: 'CenthuryGothic-Negrita';
	text-transform: uppercase;
}

.tipozapato, .tipocolor, .tipotalla{
	width: 140px;
	height: 40px;
	line-height: 40px;
	font-family: 'CenthuryGothic-Regular';
	color: #5E5E5E;
	text-align: center;
}

.tipozapato span, .tipocolor span, .tipotalla span{
	cursor: pointer;
	display: block;
	width: 100%;
	font-size: 0.8em;
	height: auto;
}

.tipozapatodown, .tipocolordown, .tipotalladown, .tipocoldown{
	list-style: none;
	display: none;
	border-left: 1px solid #5E5E5E;
	border-right: 1px solid #5E5E5E;
	border-bottom: 1px solid #5E5E5E;
}

#cntproductos{
	margin: 30px 0 0 0;
	height: auto;
	z-index: 1
}

.prod{
	position: relative;
	background-color: #FFF;
	display: inline-block;
	vertical-align: top;
	width: 19%;
	height: auto;
	margin: 0 8px 14px 0;
}

.prod:hover{
	transform: scale(1.05);
	transition: all 0.2s ease-in;
}

.prod img{
	position: relative;
	display: block;
	margin: 10px auto 0 auto;
	width: 90%;
	height: auto;
}

.prod label, .prod span{
	display: block;
	width: 100%;
	text-align: center;
	color: #1F1F1F;
	cursor: pointer;
}

.prod label{
	margin: 10px 0 0 0;
	text-transform: uppercase;
	font-family: 'CenthuryGothic-Negrita';
	font-size: 1em;
}

.prod span{
	font-size: 0.7em;
	font-family: 'CenthuryGothic-Regular';
	margin: 0 0 20px 0;
}

.tipozapato:hover .tipozapatodown, .tipotalla:hover .tipotalladown, .tipocoldown{
	display: block;
	background-color: #FFF;
}

.tipozapatodown li, .tipotalladown li, .tipocoldown li{
	width: 100%;
}

.tipozapatodown li a, .tipotalladown li a, .tipocoldown li a{
	color: #5E5E5E;
	font-size: 0.9em;
	line-height: 16px;
	display: block;
	padding: 10px 0px;
	width: 100%;
	height: auto;
}

.tipozapatodown li a:hover, .tipotalladown li a:hover, .tipocoldown li a:hover{
	font-size: 1em;
}

.tipocoldown li a img{
	display: block;
	width: 100%;
	height: auto;
}

.tipocolor:hover .tipocolordown{
	display: block;
	background-color: #FFF;
}

.tipocolordown{
	padding: 15px 0 0 0;
}

.tipocolordown li{
	margin: 0 5px 5px 5px;
	border: 2px solid #A8A8A8;
}

.tipocolordown li, .tipocolordown li a{
	width: 20px;
	height: auto;
	display: inline-block;
	vertical-align: top;
	line-height: 10px;
}

.tipocolordown li a{
	height: 20px;
	margin: 0;
}

.tipocol{
	position: absolute;
	right: 0;
	top: 0;
	width: 150px;
	height: 40px;
}

.arrowcol	{
	position: absolute;
	top: 12px;
	right: 20px;
	width: auto;
	height: 15px;
	transform: rotate(180deg);
	cursor: pointer;
}

.tipocol span{
	font-family: 'CenthuryGothic-NegritaCursiva';
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 40px;
	display: block;
	height:40px;
	color: #5E5E5E;
	padding: 0 0 0 20px; 
	cursor: pointer;
}

.tipocoldown{
	display: none;
	position: relative;
}

.tipocol:hover .tipocoldown{
	display: block;
}

.red{
	background-color: #EE3646;
}

.green{
	background-color: #1E9A51;
}

.blue{
	background-color: #4261AB;
}

.black{
	background-color: #302F2F;
}

.white{
	background-color: #FFF;
}


#prodesc, #tiendas{
	position: relative;
	width: 95%;
	padding: 0 0 50px 0;
	height: auto;
	background-color: #FFF;
	margin: 0 auto;
	border: 1px solid transparent;
}

#tiendas{
	opacity: 0.7;
	padding: 0;
}

#map{
	width: 100%;
	height: 450px;
}

.prodesc1, .prodesc2{
	position: relative;
	width: 49%;
	height: auto;
	display: inline-block;
	vertical-align: top;
}

#slidebox{
	position:relative; 
	width:512px !important;  
	height:380px;
	margin: 20px 0 50px 2%;
	z-index:1 !important;
}

.sldul{
	position: relative;
	width: 100%;
	height:500px;
	overflow: hidden;
}

.slr{
	position:relative; 
	left:0; 
	width: 360px;
	height:370px;
	margin:  0 0 0 150px;
	list-style:none; 
}

.slr img{
	width: 100%;
	height: auto;
}

#slidebox .nexto, #slidebox .previous{
	position:absolute; 
	z-index:2; 
	display:block; 
	cursor:pointer; 
	background:#ccc; 
	font-size:25px;
	font-weight:bold; 
	text-align:center; 
	width:40px; 
	color:#FFF; 
	height:70px;
	top:155px;
	opacity:0.4;
}

#slidebox .nexto img, #slidebox .previous img{
	height:auto;
	width:70%;
	margin:20px 2px 0 2px;
}

#slidebox .nexto{
	right:0; 
}

#slidebox .nexto img{
	transform:rotate(90deg); 
}

#slidebox .previous{
	left:150px;
}

#slidebox .previous img{
	transform:rotate(270deg); 
}

#slidebox .thumbs{
	position:absolute; 
	z-index:2; 
	top:5px; 
	left:10px;
	height: auto;
}

#slidebox .thumbs a{
	display:block; 
	text-decoration:none; 
	width: 90px;
	height: 90px;
	outline:0;
	cursor: pointer;
	overflow: hidden;
}

#slidebox .thumbs a img{
	display: block;
	width: 100%;
	height: auto;
}

#slidebox .thumbs a:hover{
	outline:1px solid #CCC;
}

#slidebox .thumbs .thumbActive{
	outline:1px solid #CCC;
	display:block; 
	text-decoration:none; 
}

#infoprod{
	position: relative;
	margin: 60px 0 0 35%;
	width: 65%;
	height: auto;
}

.infotlt{
	font-family: 'CenthuryGothic-Regular';
	text-transform: uppercase;
	font-size: 2.1em;
	display: block;
	width: 100%;
}

.infocod{
	display: block;
	width: 100%;
	font-family: 'CenthuryGothic-Regular';
	font-size: 0.9em;
}

.seltalla{
	position: relative;
	cursor: pointer;
	color: #A6A6A6;
	display: block;
	width: 45px;
	border: 1px solid #C0C0C0;
	margin: 10px 0;
	text-transform: uppercase;
	font-size: 0.8em;
	font-family: 'CenthuryGothic-Regular';
	padding: 8px 50px 8px 15px;
}

.seltalla i{
	position: absolute;
	font-size: 0.9em;
	color: #000;
	top: 10px;
	right: 12px;
}

.cnttalla{
	position: relative;
	height: auto;
	display: none;
}

.cntcolor input[type=radio] + label{
	display: inline-block;
	vertical-align: top;	
	width: 25px;
	height: 25px;
	margin: 10px 10px 0 0;
	cursor: pointer;
}

.cntcolor input[type=radio]:checked + label, .cntcolor input[type=radio] + label:hover{
	outline: 3px solid #A8A8A8;
}

.cnttalla input[type=radio] + label{
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	width: 33px;
	height: 25px;
	line-height: 25px;
	padding: 5px;
	color: #000;
	border: 1px solid #ccc;
	background-color: #FFF;
	text-align: center;
	font-family: 'CenthuryGothic-Regular';
	font-size: 0.9em;
	margin: 6px 6px 6px 0;
}
.cnttalla input, .cntcolor input{
	position: absolute;
	visibility: hidden;
}

.cnttalla input[type=radio]:checked + label, .cnttalla input[type=radio] + label:hover{
	background-color: #000;
	color: #FFF;
}

#infoprod input[type="text"]{
	display: block;
	font-family: 'CenthuryGothic-Regular';
	font-size: 0.8em;
	width: 92%;
	padding: 10px 0 10px 10px;
	margin: 5px 0;
	border: 1px solid #ccc;
	outline: none;
}

#infoprod textarea{
	display: block;
	font-family: 'CenthuryGothic-Regular';
	font-size: 0.8em;
	width: 88%;
	padding: 10px;
	border: 1px solid #ccc;
	outline: none;
	resize: none;
	height: 100px;
}

#infoprod input[type="submit"]{
	display: block;
	width: 96%;
	cursor: pointer;
	padding: 12px 0;
	margin: 10px 0;
	background: #FF7261;
	font-family: 'CenthuryGothic-Negrita';
	font-size: 1em;
	color: #FFF;
	text-align: center;
	border: 0;
	outline: none;
}

@media (max-width: 1500px) {
	.prod{
		width: 18.8%;
	}
}

@media (max-width: 1320px) {
	.prod{
		width: 23.4%;
	}
}