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

section#contenedorpral {
	display: block;
	float: left;
	clear: none;
	width: 600px;
	height: 763px;
	padding: 0;
	margin: 0 4px 0 0;
	background-color: rgba(0,0,0,0.8);
	/*margin-top: -220px;*/
	overflow: hidden;
	overflow-y: auto;/*-webkit-overflow-scrolling: touch;*/
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
}
section#contenedorpral > footer {
	position: absolute;
	float: none;
	left: 0;
	bottom: 0;
	display: block;
	margin: 0;
	padding: 0;
	text-align: justify;
	font-size: 1.5rem;
}
section#contenedorpral > footer span.resaltado,
section#contenedorpral > footer strong {
	display: inline-block;	
}
section#contenedorpral.trescientos {
	margin-top: -60px;
	height: 390px;
}
section#contenedorpral.quinientos {
	height: 580px;
	margin-top: -160px;
}
section#contenedorpral.galeriamasancha {
	width: 800px;
}
section#contenedorpral.tiendas_internacionales, section#contenedorpral.tiendas_internacionales_europa, section#contenedorpral.tiendas_internacionales_asia, section#contenedorpral.tiendas_internacionales_africa, section#contenedorpral.tiendas_internacionales_america, section#contenedorpral.tiendas_internacionales_oceania, section#contenedorpral.tiendas_corte_ingles, section#contenedorpral.tiendas_sonia_pena {
	background-size: 600px 710px;
	background-size: contain;
	background-color: transparent;
	background-position: center top;
	background-repeat: no-repeat;
	overflow: visible;
	margin-top: 2rem;
}
section#contenedorpral.tiendas_internacionales {
	background-image: url(../../images/mapa-mundo-web.jpg?v=201512181133);
}
section#contenedorpral.tiendas_internacionales_europa {
	background-image: url(../../images/mapa-europa-web.jpg?v=201512181133);
}
section#contenedorpral.tiendas_internacionales_asia {
	background-image: url(../../images/mapa-asia-web.jpg?v=201512181133);
}
section#contenedorpral.tiendas_internacionales_africa {
	background-image: url(../../images/mapa-africa-web.jpg?v=201512181133);
}
section#contenedorpral.tiendas_internacionales_america {
	background-image: url(../../images/mapa-america-web.jpg?v=201512181133);
}
section#contenedorpral.tiendas_internacionales_oceania {
	background-image: url(../../images/mapa-oceania-web.jpg?v=201512181133);
}
section#contenedorpral.tiendas_corte_ingles {
	background-image: url(../../images/mapa-espana-web.jpg?v=201512181133);
}
section#contenedorpral.tiendas_sonia_pena {
	background-image: url(../../images/mapa-soniap-web2.jpg?v=201512181133);
}
section#puntos {
	/*position: relative;*/
	left: 0;
	top: 0;
}
section.columna.izquierda {
	position: relative;
	/* left: 70%; */
	/* transform: translate(-50%,0); */
	/* float: none; */
	/* margin: 0; */
	display: inline-block;
}
a.punto {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000 !important;
	background-color: rgba(200,200,200,0.65) !important;
	box-shadow: 0 0 20px rgba(255,255,255,0.2) !important;
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 250ms;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-delay: 0s;
	-moz-transition-duration: 250ms;
	-moz-ransition-property: all;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-delay: 0s;
	-o-transition-duration: 250ms;
	-o-transition-property: all;
	-o-transition-timing-function: ease-in-out;
	transition-delay: 0s;
	transition-duration: 250ms;
	transition-property: all;
	transition-timing-function: ease-in-out;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-ms-transform-origin: center;
	-o-transform: scale(1);
	transform: scale(1);
	background-image: url(../../images/close_punto.svg);
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 0 0;
}
a.punto.activo {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	background-color: #000 !important;
	background-color: rgba(255,255,255,1) !important;
	z-index: 50000 !important;
	padding: 10px;
	background-size: 2rem 2rem;
}
a.punto h3 {
	color: #000 !important;
	text-transform: uppercase !important;
	display: block !important;
	float: none !important;
	left: 0 !important;
	top: 0 !important;
	font-size: 0.8rem !important;
	padding: 0 !important;
	/* text-shadow: 0px 1px 0px #DDD !important; */
	padding: 0.5rem 2rem !important;
	margin: 0 !important;
}
section.tiendas_internacionales > footer, section.tiendas_internacionales_europa > footer, section.tiendas_internacionales_asia > footer, section.tiendas_internacionales_africa > footer, section.tiendas_internacionales_america > footer, section.tiendas_internacionales_oceania > footer, section.tiendas_sonia_pena > footer, section.tiendas_corte_ingles > footer {
	margin-top: 490px;
}
section.tiendas_internacionales > footer > p, section.tiendas_internacionales_europa > footer > p, section.tiendas_internacionales_asia > footer > p, section.tiendas_internacionales_africa > footer > p, section.tiendas_internacionales_america > footer > p, section.tiendas_internacionales_oceania > footer > p, section.tiendas_sonia_pena > footer > p, section.tiendas_corte_ingles > footer > p {
	padding: 0 50px;
	color: #AAA;
	font-size: 14px;
	text-align: justify;
}
section.tiendas_internacionales > footer > p strong, section.tiendas_internacionales_europa > footer > p strong, section.tiendas_internacionales_asia > footer > p strong, section.tiendas_internacionales_africa > footer > p strong, section.tiendas_internacionales_america > footer > p strong, section.tiendas_internacionales_oceania > footer > p strong, section.tiendas_sonia_pena > footer > p strong, section.tiendas_corte_ingles > footer > p strong {
	color: #FFF;
}
a.punto > ul {
	display: none;
}
a.punto > ul, a.punto > ul > li {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #333;
	text-align: left;
	-webkit-transform: scale(0);
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 250ms;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transform: scale(0);
	-moz-transition-delay: 0s;
	-moz-transition-duration: 250ms;
	-moz-transition-property: all;
	-moz-transition-timing-function: ease-in-out;
	-ms-transform: scale(0);
	-ms-transform-origin: center;
	-o-transform: scale(0);
	-o-transition-delay: 0s;
	-o-transition-duration: 250ms;
	-o-transition-property: all;
	-o-transition-timing-function: ease-in-out;
	transform: scale(0);
	transition-delay: 0s;
	transition-duration: 250ms;
	transition-property: all;
	transition-timing-function: ease-in-out;
	FONT-SIZE: 11px;
}
a.punto > ul > li {
	padding: 2px 6px 2px 6px;
	background-image: url(../../images/list-icon.png?v=201512181133);
	background-size: 10px 10px;
	background-position: -1000px 3px;
	background-repeat: no-repeat;
}
a.punto > ul > li:first-child {
 padding: .4rem .6rem .2rem .6rem;
}
a.punto > ul > li:last-child {
 padding: .2rem .6rem .4rem .6rem;
}
/*a.punto:hover > ul {
	display:block;
}
a.punto.activo > ul, a.punto.activo > ul > li {
	transform:scale(1);
}*/

a.punto.activo > ul {
	display: block;
	float: left;
	clear: none;
}
a.punto.activo > ul, a.punto.activo > ul > li {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	padding-left: 6px;
	background-position: -2px 5px;
}
span.infopunto, a.infopunto {
	color: #222;
	font-size: 0.75em;
}
span.infopunto:hover, a.infopunto:hover {
	color: #000;
	text-shadow: 0 0 4px rgba(255,255,255,0.5);
}
a#volvermapamundo {
	padding-left: 15px !important;
	background-image: url(../../images/thin-arrow-left.svg);
	background-position: 3px center;
	background-repeat: no-repeat;
}
section.lista_ciudades_con_scroll * {
	color: #222;
	font-size: 0.95rem;
}
section.lista_ciudades_con_scroll {
	display: none;
	float: none;
	position: absolute;
	left: 50% !important;
	top: 48% !important;
	/*margin-left: -300px;
	margin-top: -300px;*/
	width: 600px;
	height: 600px;
	box-shadow: 0 0 0 #000;
	border: 1ps solid #333;
	z-index: -50;
	opacity: 0;
	-webkit-transform: translate(-50%,-50%) scale(0);
	-moz-transform: translate(-50%,-50%) scale(0);
	-ms-transform: translate(-50%,-50%) scale(0);
	-o-transform: translate(-50%,-50%) scale(0);
	transform: translate(-50%,-50%) scale(0);
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	background-color: #FFF;
	background-color: rgba(255,255,255,.95);
	height: 650px;
	margin: 0 !important;
}
section.lista_ciudades_con_scroll.activo {
	opacity: 1;
	z-index: 100000;
	display: block;
	-webkit-transform: translate(-50%,-50%) scale(1);
	-moz-transform: translate(-50%,-50%) scale(1);
	-ms-transform: translate(-50%,-50%) scale(1);
	-o-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
	box-shadow: 0 0 200px #FFF;
	overflow-y: auto;
	overflow-x: hidden;
}
section.lista_ciudades_con_scroll h3 {
	text-transform: uppercase;
	padding-left: 24px;
	font-size: 20px;
	margin-top: 0px !important;
	margin-bottom: 4px;
	padding-bottom: 4px;
	border-bottom: 1px solid #CCC;
}
section.lista_ciudades_con_scroll li {
	text-transform: uppercase;
}
section.lista_ciudades_con_scroll > section:first-child {
	width: 600px;
	height: 600px;
	padding: 0;
	margin: 0;
}
section.lista_ciudades_con_scroll h4.close {
	text-align: right;
	padding: 10px 20px;
	text-transform: uppercase;
	transform: scale(1);
	text-shadow: none;
	margin-bottom: 0px;
}
section.lista_ciudades_con_scroll h4.close:hover {
	cursor: pointer;
	color: #FFF;
	text-shadow: 0 0 10px rgba(255,255,255,0.5);
}

section#contenedorpral hgroup h2 {
	font-weight: 300;
	font-size: 2.5rem;
	text-transform: uppercase;
}