@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: gotham-bold;
	src: url(../fonts/gotham-bold.ttf);
}

@font-face {
	font-family: gotham-light;
	src: url(../fonts/gotham-light.ttf);
}

@font-face {
	font-family: swiss-721-light;
	src: url(../fonts/swiss-721-light.ttf);
}

@font-face {
	font-family: swiss-721-heavy-italic;
	src: url(../fonts/swiss-721-heavy-italic.ttf);
}

* {
	margin:0px;
	padding:0px;
	font-family:'gotham-light';
	color:#333;
	font-size:14px;
}

img {
	border:0px;
}

table {
	border:none;
	border-spacing:0px;
	border-collapse:collapse;
}

.template_box {
	position:relative;
	width:100%;
}

.template_box::before {
	content:"";
	display:block;
	padding-top:100%;
}

.template_content {
	position:absolute;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
}

.template_campos {
	box-sizing:border-box;
	border:1px solid #999;
	background-color:#fff;
	padding:3px 10px;
	font-size:12px;
}

input.template_campos,
select.template_campos {
	width:170px;
	height:30px;
}

textarea.template_campos {
	max-width:170px;
	min-width:170px;
	max-height:150px;
	min-height:150px;
}

._table {
	display:inline-table;
	width:100%;
	border:0px;
	border-spacing:0px;
	border-collapse:collapse;
	position:relative;
}

._table ._tr {
	display:table-row;
}

._table ._td {
	display:table-cell;
	vertical-align:middle;
	position:relative;
}

.template_principal,
.template_cabecera,
.template_cabeceraMovil,
.template_cabecera .contenedorLogo,
.template_cabeceraMovil .contenedorLogo,
.template_cabeceraMovil .movil-desplegable,
.template_cuerpo,
.template_cabecera ._cabecera1,
.template_cabecera ._cabecera2,
.template_cabecera .contenedorLogo,
.template_cabeceraMovil .contenedorBusqueda,
.template_contenedorCuerpo,
.template_footer {
	position:relative;
	box-sizing:border-box;
}

.template_principal,
.template_cabecera,
.template_cabeceraMovil,
.template_contenedorCuerpo,
.template_footer {
	width:100%;
}

.template_cuerpo {
	width:1100px;
	margin:0px auto;
}

.template_cabecera ._cabecera1 {
	padding:10px 10px 50px;
}

.template_cabecera ._cabecera1 .cabecera1_logo {
	position: absolute;
	width: 0px;
	left: 50%;
	margin-left: -50px;
}

.template_cabecera ._cabecera1 .cabecera1_logo img {
	width: 100px;
}

.template_cuerpo .contenedorRedesSociales,
.template_cuerpo .idiomas {
	display:inline-block;
	vertical-align:top;
}

.template_cuerpo .redesSociales,
.template_footer .redesSociales,
.template_cabeceraMovil .redesSociales {
	cursor:pointer;
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
	background:url(../images/iconos-redes.png) no-repeat 0px 0px / 100% auto;
	margin:0px 3px;
}

.template_cuerpo .redesSociales,
.template_cabeceraMovil .redesSociales {
	width:23px;
	height:23px;
}

.template_footer .redesSociales {
	width:30px;
	height:30px;
}

.template_cuerpo .redesSociales.twitter,
.template_footer .redesSociales.twitter,
.template_cabeceraMovil .redesSociales.twitter {
	background-position:0px 100%;
}

.template_cuerpo .redesSociales.instagram,
.template_footer .redesSociales.instagram,
.template_cabeceraMovil .redesSociales.instagram {
	background-position:0px 0px;
}

.template_cuerpo .redesSociales.facebook,
.template_footer .redesSociales.facebook,
.template_cabeceraMovil .redesSociales.facebook {
	background-position:0px 50%;
}

.template_cuerpo .idiomas {
	float:right;
}

.template_cuerpo .idiomas .idioma,
.template_cabeceraMovil .contenedorIdiomas .idioma {
	font-size:12px;
	font-family:'gotham-bold';
	padding:0px 10px;
	cursor:pointer;
}

.template_cabecera ._cabecera2 {
	background-color:#e0e0e0;
	width:100%;
}

.template_cabecera ._cabecera2._fixed {
	position:fixed;
	top:0px;
	box-shadow:0 4px 3px rgba(0, 0, 0, 0.5);
	z-index:1;
}

.template_cabecera .contenedorLogo,
.template_cabeceraMovil .contenedorLogo {
	text-align:center;
	position:relative;
	box-sizing: border-box;
}

.template_cabecera .contenedorLogo {
	width:15%;
	display: inline-block;
	vertical-align: top;
	padding: 10px 0px;
}

.template_cabeceraMovil .contenedorLogo {
	width:100%;
	padding: 10px;
}

.template_cabecera .contenedorBusqueda {
	position:absolute;
	width:240px;
	top:25px;
	right:100px;
	background-color:#ccc;
}

.template_cabecera .contenedorBusqueda input,
.template_cabeceraMovil .contenedorBusqueda input {
	width:100%;
	box-sizing:border-box;
	padding:5px 15px;
	border:1px solid #333;
	background:url(../images/search_icon.png) no-repeat center right,#fff;
	height:35px;
}

.template_cabecera .menu {
	width:80%;
	list-style-position:inside;
	list-style:none;
	margin:0px auto;
	display: inline-block;
	vertical-align: top;
	opacity: 1;
	transition: opacity 0.5s ease-in-out 0s;
}

.template_cabecera .menu li {
	display:inline-block;
	vertical-align:top;
	width:20%;
	text-align:center;
	box-sizing:border-box;
	position:relative;
	line-height: 75px;
}

.template_cabecera .menu li p {
	line-height: normal;
}

.template_cabecera .menu .btn-nombre {
	cursor:pointer;
	color:#414042;
	position:relative;
	font-weight:bold;
	font-size:14px;
	letter-spacing:2px;
	text-transform:uppercase;
}

.template_cabecera .menu .btn-nombre.flecha::before {
	position:absolute;
	content:" ";
	right:-14px;
	top:7px;
	border-color:#414042 transparent transparent;
	border-style:solid;
	border-width:5px;
}

.template_cabecera .menu .btn-nombre:hover {
	text-decoration:underline;
}

.template_cabecera .menu li .desplegable {
	position:absolute;
	width:300px;
	background-color:rgba(230, 230, 230, 0.9);
	border:1px solid rgba(0, 0, 0, 0.15);
	box-shadow:0 6px 12px rgba(0, 0, 0, 0.176);
	border-radius:4px;
	display:none;
	z-index:2;
	box-sizing:border-box;
	padding:10px 0px;
}

.template_cabecera .desplegable ._td {
	width:50%;
	text-align:left;
	padding:0px 20px;
}

.template_cabecera .desplegable ._td.borde {
	border-left:1px solid #333;
}

.template_cabecera .desplegable p {
	padding:2.5px 0px;
	cursor:pointer;
}

.template_cabecera .desplegable .categoria {
	font-weight:bold;
	text-transform:uppercase;
}

.template_cabecera .menu li:hover .desplegable {
	display:block;
}

.template_cabecera .wrpSearchIconos {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	padding: 8px 0px;
	width: 80px;
	transition: margin-left 0.5s ease-in-out 0s;
}

.template_cabecera .contenedorLupa {
	position: relative;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	background: url(../images/lupa.png) no-repeat 0px 0px / 100% auto;
	margin: 0px 5px;
}

.template_cabecera .contenedorEquisSearch {
	position: relative;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	background: url(../images/equis-buscador.png) no-repeat 0px 0px / 100% auto;
	margin: 0px 5px;
	opacity: 0;
	transition: opacity 0.5s ease-in-out 0s;
}

.template_cabecera .contenedorBusqueda2 {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	width: 300px;
	height: 30px;
	padding: 8px 0px;
	margin-left: -340px;
	opacity: 0;
	transition: opacity 0.5s ease-in-out 0s;
	z-index:-1;
}


.template_cabecera .contenedorBusqueda2 span {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	margin-right: 10px;
	line-height: 30px;
}

.template_cabecera .contenedorBusqueda2 .template_campos {
	width: 230px;
	height: 30px;
}

.template_cabecera.showSearch .wrpSearchIconos {
	margin-left: -40px;
}

.template_cabecera.showSearch .contenedorEquisSearch,
.template_cabecera.showSearch .contenedorBusqueda2 {
	opacity: 1;
}

.template_cabecera.showSearch .menu {
	opacity: 0;
}

.template_cabeceraMovil {
	display:none;
}

.template_cabeceraMovil .logo {
	height:38px;
}

.template_cabeceraMovil .btnMenuMovil {
	width:35px;
	height:35px;
	overflow:hidden;
	position:absolute;
	left:10px;
	top:10px;
	cursor:pointer;
	background:url(../images/btnMenuMovil.png) no-repeat 0px 0px / auto 35px;
	overflow:hidden;
}

.template_cabeceraMovil .btnMenuMovil.active {
	background-position:100% 0px;
}

.template_cabeceraMovil .contenedorRedes,
.template_cabeceraMovil .contenedorIdiomas {
	text-align:center;
	padding:5px 0px 10px;
}

.template_cabeceraMovil .contenedorIdiomas {
	padding:10px 0px 15px;
}

.template_cabeceraMovil .movil-desplegable {
	width:100%;
	padding:0px 10px;
	background-color:#4C4C4C;
	overflow:hidden;
	height:0px;
}

.template_cabeceraMovil .movil-desplegable p {
	text-align:center;
	color:#fff;
	font-size:14px;
	border-bottom:2px solid #333;
	padding:4px 2px;
	cursor:pointer;
}

.template_cabeceraMovil .movil-desplegable p:hover {
	background-color:#ccc;
	color:#333;
	border-radius:7px;
}

.template_cabeceraMovil .contenedorBusqueda {
	padding:10px 5%;
	display:none;
}

.template_cabeceraMovil .contenedorBusqueda input {
	border:1px solid #000;
}

.template_contenedorCuerpo._fix {
	padding-top:40px;
}

.template_footer {
	padding:30px 0px 50px;
	border-top:1px solid #333;
}

.template_footer ._td {
	width:33.33%;
	text-align: center;;
	vertical-align:top;
	padding:0px 20px;
	box-sizing:border-box;
}

.template_footer ._td._contenedorRedesSociales {
	text-align:right;
}

.template_footer .contenedorRedesSociales {
	padding-bottom:10px;
}

.template_footer .bloquePrivacidad {
	padding:30px 20px 0px;
	text-align:center;
}

.template_footer .bloquePrivacidad a {
	margin:0px 10px;
	position:relative;
	text-decoration:underline;
}

.template_footer .bloquePrivacidad .border {
	padding-right:10px;
	border-right:1px solid #333;
	margin-right:0px;
}

.template_footer .bloquePrivacidad p {
	padding-top:5px;
}

.template_footer a {
	text-decoration:none;
}

.template_footer .titulo {
	font-weight:bold;
	font-family:gotham-bold;
}

.template_footer .titulo2 {
	font-size:16px;
	padding-bottom:10px;
}

.template_footer .avisoPrivacidad {
	position:absolute;
	bottom:0px;
}

.template_mascaraPrincipal {
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:rgba(0, 0, 0, 0.7);
	z-index:10;
	cursor:pointer;
	display:none;
}

.template_mascaraPrincipal.nivel2 {
	z-index:20;
}

.templatePopUp {
	position:fixed;
	top:0px;
	left:0px;
	z-index:11;
	background-color:#f9f9f9;
	display:none;
	border-radius:7px;
	border:2px solid #f9f9f9;
	box-sizing:border-box;
	padding:8px;
}

.templatePopUp.nivel2 {
	z-index:21;
}

.templatePopUp span.btnCerrar {
	width:30px;
	height:30px;
	display:block;
	background:url(../images/fancybox_sprite.png) no-repeat -2px 0px / 130% auto;
	cursor:pointer;
	position:absolute;
	top:-17px;
	right:-17px;
	overflow:hidden;
}

.template_popup_tablaMedidas {
	width:90%;
}

.template_popup_tablaMedidas .pestanas {
	padding:0px 20px;
}

.template_popup_tablaMedidas .pestana {
	display:inline-block;
	vertical-align:top;
	padding:8px 15px;
	text-align:center;
	cursor:pointer;
	background-color:#e6e7e8;
	color:#555;
}

.template_popup_tablaMedidas .pestana.active {
	background-color:#555;
	color:#fff;
	font-weight:bold;
}

.template_popup_tablaMedidas .imgTipos {
	width:100%;
	position:relative;
}

.template_popup_tablaMedidas img {
	width:100%;
	display:none;
}

.template_popup_tablaMedidas img.active {
	display:block;
}

@media (max-width: 1100px) {
	.template_cuerpo {
		width:100%;
	}
}

@media (max-width: 1000px) {
	.template_cabecera {
		display:none;
	}

	.template_cabeceraMovil {
		display:block;
	}


	.template_footer ._td {
		display:block;
		width:100%;
		text-align:center;
		padding-bottom:20px;
	}

	.template_footer .avisoPrivacidad {
		position:relative;
		padding-top:20px;
	}

	.template_footer ._td._contenedorRedesSociales {
		text-align:center;
	}
}

@media (max-width: 770px) {
	.template_cabeceraMovil .contenedorRedes {
		display:none;
	}

	.template_cabeceraMovil .contenedorBusqueda {
		display:block;
	}
}
