@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
  font-family: 'DINPro-Medium';
  src: url('../fonts/DINPro-Medium.eot');
  src: url('../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINPro-Medium.woff2') format('woff2'),
    url('../fonts/DINPro-Medium.woff') format('woff'),
    url('../fonts/DINPro-Medium.ttf') format('truetype'),
    url('../fonts/DINPro-Medium.svg#DINPro-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'DINPro-Bold';
  src: url('../fonts/DINPro-Bold.eot');
  src: url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINPro-Bold.woff2') format('woff2'),
    url('../fonts/DINPro-Bold.woff') format('woff'),
    url('../fonts/DINPro-Bold.ttf') format('truetype'),
    url('../fonts/DINPro-Bold.svg#DINPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('../fonts/MyriadPro-Regular/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/MyriadPro-Regular/MyriadPro-Regular.otf')  format('opentype'),
       url('../fonts/MyriadPro-Regular/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular/MyriadPro-Regular.ttf')  format('truetype'), url('../fonts/MyriadPro-Regular/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	overflow-y:scroll;
	overflow-x:auto;
	/*font-family:'Open Sans';*/
	/*font-weight:600;*/
	font-family: 'DINPro-Bold';
}
.principal{
	background-color:#000000;
	width:100%;
	height:800px;
	overflow:hidden;
	position:relative;
}
.stats{
	background-color:#FFFFFF;
	width:100%;
	padding-top:80px;
	padding-bottom:80px;
	display:none;
}
.celebrities{
	background-color:#EEEEEEF;
	width:100%;
	display:none;
}
.picture{
	background: #FFFFFF url(../imgs/picture.jpg) center center no-repeat;
	background-size: cover;
	width:100%;
	height:600px;
	position:relative;
	display:none;
}
.sponsors{
	background-color:#EEEEEE;
	width:100%;
	display:none;
}
.partners{
	background-color:#FFFFFF;
	width:100%;
	display:none;
}
.footer{
	background-color:#222;
	width:100%;
	display:none;
	font-family: Arial;
	font-weight: normal;
}
.contenedor_iconos{
	width:630px;
	margin-left:auto;
	margin-right:auto;
}
.icono{
	width:190px;
	height:110px;
	float:left;
	padding-left:10px;
	padding-right:10px;
}
.iconos{
	width:190px;
	height:80px;
	position:relative;
	z-index:20;
}
.iconos_td{
	width:50px;
	height:80px;
	line-height:80px;
	font-size:40px;
	font-weight:800;
	text-align:right;
	padding-right:5px;
	position:absolute;
	z-index:20;
}
.iconos_icono{
	width:80px;
	height:80px;
	position:absolute;
	z-index:10;
	left:55px;
}
.icono_celebrities{
	background: url(../imgs/icono_celebrities.jpg) center center no-repeat;
}
.icono_days{
	background: url(../imgs/icono_days.jpg) center center no-repeat;
}
.icono_mission{
	background: url(../imgs/icono_mission.jpg) center center no-repeat;
}
.iconos_td_texto{
	width:190px;
	height:25px;
	line-height:25px;
	font-size:25px;
	font-weight:800;
	text-align:center;
	margin-top:5px;
	position:relative;
	z-index:30;
}
.celebrity{
	width:50%;
	height:416px;
	float:left;
	position:relative;
}
.info{
	padding:40px;
	padding-top:70px;
	position:absolute;
	z-index:9;
	opacity:0;
	display:none;
}
.info_nombre{
	color:#FFFFFF;
	font-size:30px;
	line-height:30px;
	font-weight:800;
	margin-bottom:10px;
	padding-right:70px;
}
.info_btn{
	cursor:pointer;
	width:140px;
}
.info_btn:hover{
	opacity:0.5;
}
.info_donate{
	background: url(../imgs/icono_donate.png) left center no-repeat;
	padding-left:40px;
	height:30px;
	line-height:30px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:600;	
}
.info_fundraise{
	background: url(../imgs/icono_fundraise.png) left center no-repeat;
	padding-left:40px;
	height:30px;
	line-height:30px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:600;	
}
.info_follow{
	background: url(../imgs/icono_follow.png) left center no-repeat;
	padding-left:40px;
	height:30px;
	line-height:30px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:600;	
}
.info_share{
	background: url(../imgs/icono_share.png) left center no-repeat;
	padding-left:40px;
	height:30px;
	line-height:30px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:600;	
}
.info_raised{
	margin-top:20px;
	border:solid 1px #FFFFFF;
	width:160px;
	height:32px;
	float:left;
	position:relative;
}
.info_raised_txt{
	position:absolute;
	z-index:10;
	color:#FFFFFF;
	font-size:15px;
	font-weight:600;
	padding:5px;
	padding-left:10px;
}
.info_raised_gb{
	position:absolute;
	z-index:9;
	background-color:#FB9500;
	width:40%;
	height:100%;
}
.info_raised_por{
	margin-top:20px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:600;	
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	width:50px;
	float:left;
}
.acceso_ver{
	width:40px;
	height:40px;
	background: url(../imgs/ver.png) center center no-repeat;
	position:absolute;
	z-index:10;
	right:75px;
	top:68px;
	cursor:pointer;
	opacity:0;
	display:none;
}
.laurel{
	width:149px;
	height:153px;
	line-height:120px;
	text-align:center;
	color:#FCA900;
	font-size:45px;
	font-weight:800;
	background: url(../imgs/laurel.png) center center no-repeat;
	background-size:100% 100%;
	position:absolute;
	z-index:10;
	right:20px;
	bottom:20px;
	opacity:0;
}
.caja{
	width:100%;
	height:100%;
	background-color:#000000;
	opacity:0;
	position:absolute;
	z-index:5;
}
.celebrity_img{
	width:100%;
	height:100%;
	opacity:1;
	background: #EEEEEE url(../imgs/loader_EEEEEE.gif) center center no-repeat;
}
.picture_txt{
	text-align:center;
	color:#FFFFFF;
	background-color:rgba(0,0,0,0.3);
	position:absolute;
	top:50%;
	left:50%;
	font-size:35px;
	font-weight:800;
	width:600px;
	line-height:80px;
	height:80px;
	margin-left:-300px;
	margin-top:-40px;
}
.contenedor_sponsors{
	width:1100px;
	padding-top:50px;
	padding-bottom:50px;
	margin-left:auto;
	margin-right:auto;
}
.sponsor{
	width:180px;
	height:100px;
	margin:20px;
	float:left;
}
.contenedor_partners{
	width:1100px;
	padding-top:50px;
	padding-bottom:50px;
	margin-left:auto;
	margin-right:auto;
}
.partner{
	width:200px;
	height:100px;
	margin:10px;
	float:left;
}
.marcador{
	position:absolute;
	z-index:35;
	width:260px;
	left:50%;
	margin-left:-130px;
	height:55px;
}
.marcador_texto{
	background-color:#FB9500;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#FFFFFF;
	font-size:18px;
	font-weight:600;
}
.marcador_triangulo{
	border-style: solid;
	border-width: 15px 15px 0 15px;
	border-color: #FB9500 transparent transparent transparent;
	position:absolute;
	z-index:10;
	left:50%;
	margin-left:-15px;
}
.video{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,1);
}
.video_html{
	position:absolute;
	opacity:0;
}
.mapa{
	width:100%;
	height:100%;
	background-color:#CCCCCC;
	position:absolute;
	z-index:12;
	top:100%;
	overflow:hidden;
}
#map-plano{
	position:absolute;
	z-index:9;
	width:20%;
	min-width:150px;
	height:40%;
	top:30%;
	left:40px;;
	overflow:hidden;
}
#mapa{
	width:100%;
	height:160%;
	margin-top:-30%;
}
#map-view{
	position:absolute;
	z-index:8;
	width:100%;
	height:130%;
	top:-15%;
}
.mapa_construccion{
	position:absolute;
	z-index:10;
	text-align:center;
	color:#333333;
	font-size:14px;
	line-height:20px;
	font-weight:400;
	width:100%;
	height:20px;
	top:50%;
	margin-top:-10px;
	display:none;
}
.mapa_iconos{
	position:absolute;
	z-index:11;
	top:100px;
	left:40px;
	margin-right:60px;
}
.mapa_icono{
	width:38px;
	height:38px;
	background-color:rgba(255,255,255,1);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.7);  
	box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	border-radius: 19px 19px 19px 19px;
	-khtml-border-radius: 19px 19px 19px 19px;
	-webkit-border-radius: 19px 19px 19px 19px;
	-moz-border-radius: 19px 19px 19px 19px;
	cursor:pointer;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	text-align:center;
	line-height:37px;
	color:rgba(0,0,0,1);
	font-size:16px;
	font-weight:800;
}
.mapa_icono:hover{
	background-color:rgba(254,150,0,1);
}
.mapa_icono_cerrar{
	background-color:rgba(0,0,0,0.5);
	background-image: url(../imgs/close.png);
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 19px 19px 19px 19px;
	-khtml-border-radius: 19px 19px 19px 19px;
	-webkit-border-radius: 19px 19px 19px 19px;
	-moz-border-radius: 19px 19px 19px 19px;
	width:38px;
	height:38px;
	cursor:pointer;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.mapa_icono_cerrar:hover{
	background-color:rgba(0,0,0,1);
}
.mapa_icono_marcado{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;  
	box-shadow: none;
	background-color:rgba(254,150,0,1);
}
.mapa_icono_marcado:hover{
	background-color:rgba(254,150,0,1);
}
@keyframes image_blur {
	0% {
		opacity:1;
		filter:blur(0px);
		-webkit-opacity:1;
		-webkit-filter:blur(0px);
	}
	100% {
		opacity:0.5;
		filter:blur(5px);
		-webkit-opacity:0.5;
		-webkit-filter:blur(5px);
	}
}
.blure{
	animation:image_blur 300ms;
	animation-fill-mode:forwards;
	-webkit-animation:image_blur 300ms;
	-webkit-animation-fill-mode:forwards;
}
.skip{
	position:absolute;
	z-index:111;
	width:100px;
	text-align:center;
	background-color:rgba(0,0,0,0.3);
	border: solid 1px rgba(255,255,255,0.3);
	color:rgba(255,255,255,0.3);
	font-size:12px;
	line-height:30px;
	font-weight:600;
	bottom:80px;
	left:50%;
	margin-left:-50px;
	cursor:pointer;
	display:none;
	opacity:0;
}
.skip:hover{
	border: solid 1px rgba(255,255,255,0.7);
	color:rgba(255,255,255,0.7);
}
.menu{
	width:500px;
	height:500px;
	background: url(../imgs/menu_arco.png) center center no-repeat;
	background-size: 100% 100%;
	position:absolute;
	z-index:11;
	left:50%;
	top:50%;
	margin-top:-250px;
	margin-left:-250px;
	display:none;
	opacity:0;
}
.arco_naranja{
	width:100%;
	height:100%;
	background: url(../imgs/menu_arco_naranja.png) center center no-repeat;
	background-size: 100% 100%;
	position:absolute;
	z-index:9;
	display:none;
	opacity:0;
}
.arco_nombre{
	width:100%;
	height:100%;
	position:absolute;
	z-index:10;
	opacity:0;
	display:none;
}
.arco_nombre span{
	display:block;
	margin-top:30%;
	text-align:center;
	color:#FFFFFF;
	font-size:35px;
	line-height:35px;
	font-weight:800;
}
.arco_nombre span b{
	font-size:50px;
	line-height:50px;
	display:block;
}
.arco_pausa{
	margin-top:20px;
	margin-left:-20px;
	width:40px;
	height:35px;
	position:absolute;
	z-index:15;
	left:50%;
	top:50%;
	cursor:pointer;
	display:none;
	opacity:0;
}
.pausa{
	width:12px;
	height:35px;
	margin-left:4px;
	margin-right:4px;
	background-color:#FFFFFF;
	float:left;
}
.play{
	border-style: solid;
	border-width: 17px 17px 17px 32px;
	border-color: transparent transparent transparent #FFFFFF;
	position:absolute;
	z-index:10;
	left:50%;
	margin-left:-15px;
	display:none;
}
.menu_timer{
	width:100%;
	height:100%;
	background: url(../imgs/menu_timer.png) center center no-repeat;
	background-size: 100% 100%;
	position:absolute;
	z-index:10;
	display:none;
	opacity:0;
}
.icono_redondo{
	position:absolute;
	z-index:15;
	width:10px;
	height:10px;
	background-color:rgba(255,255,255,1);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.7);  
	box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	cursor:pointer;
	display:none;
}
.icono_cuadrado{
	position:absolute;
	z-index:15;
	width:10px;
	height:10px;
	background-color:rgba(255,255,255,1);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.7);  
	box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
	cursor:pointer;
	display:none;
}
.menu_icono:hover{
	background-color:rgba(254,150,0,1);
}
.menu_icono_seleccionado{
	background-color:rgba(254,150,0,1);
}
.icono_seleccionado{
	position:absolute;
	z-index:14;
	width:30px;
	height:30px;
	background-color:rgba(254,150,0,0.3);
	border-radius: 15px 15px 15px 15px;
	-khtml-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	display:none;
	opacity:0;
}
.social{
	position:absolute;
	z-index:15;
	right:40px;
	top:100px;
	display:none;
	opacity:0;
}
.social_icono{
	opacity:0.5;
	cursor:pointer;
	float:left;
	width:20px;
	height:20px;
	margin-top:10px;
}
.social_icono:hover{
	opacity:1;
}
.social_facebook{
	background: url(../imgs/social_facebook.png) center center no-repeat;
}
.social_twitter{
	background: url(../imgs/social_twitter.png) center center no-repeat;
}
.social_instagram{
	background: url(../imgs/social_instagram.png) center center no-repeat;
}
.social_separacion{
	width:1px;
	height:40px;
	background-color:rgba(255,255,255,0.5);
	float:left;
	margin-left:10px;
	margin-right:10px;
}
.botones{
	display:none;
	opacity:0;
	position:absolute;
	z-index:13;
	right:40px;
	bottom:80px;
	height:32px;
	width:246px;
}
.botones_item{
	border:solid 1px #FFFFFF;
	font-size:11px;
	line-height:14px;
	font-weight:600;
	color:#FFFFFF;
	padding:8px;
	float:left;
	margin-left:5px;
	text-align:center;
	width:100px;
	cursor:pointer;
	background-color:rgba(254,150,0,0);
}
.botones_item:hover{
	background-color:rgba(254,150,0,1);
}
.botones_action{
	position:absolute;
	z-index:13;
	right:138px;
	bottom:117px;
	display:none;
	opacity:0;
	height:32px;
	width:148px;
}
.botones_action_item{
	border:solid 1px #FFFFFF;
	height:14px;
	padding:8px;
	float:left;
	margin-left:5px;
	width:14px;
	cursor:pointer;
	background-color:rgba(254,150,0,0);
}
.botones_action_item:hover{
	background-color:rgba(254,150,0,1);
}
.btn_action_marcado{
	background-color:rgba(254,150,0,1);
	opacity:0.5;
}
.action_donate{
	background: url(../imgs/icono_donate.png) center center no-repeat;
}
.action_fundraise{
	background: url(../imgs/icono_fundraise.png) center center no-repeat;
}
.action_follow{
	background: url(../imgs/icono_follow.png) center center no-repeat;
}
.action_share{
	background: url(../imgs/icono_share.png) center center no-repeat;
}
.monto{
	display:none;
	opacity:0;
	position:absolute;
	z-index:13;
	left:40px;
	bottom:80px;
	height:58px;
}
.monto_total{
	font-size:18px;
	line-height:18px;
	font-weight:800;
	color:#FFFFFF;
}
.monto_parcial{
	border:solid 1px #FFFFFF;
	width:190px;
	height:30px;
	margin-top:8px;
	position:relative;
}
.monto_parcial_txt{
	position:absolute;
	z-index:10;
	width:100%;
	height:100%;
}
.monto_parcial_txt span{
	font-size:14px;
	line-height:14px;
	font-weight:600;
	color:#FFFFFF;
	padding:8px;
	display:block;
	float:left;
}
.monto_parcial_txt span:nth-child(2){
	float:right;
	padding-left:0px;
}
.monto_parcial_bg{
	position:absolute;
	z-index:5;
	width:0%;
	height:100%;
	background-color:rgba(254,150,0,1);
}
.barra_circulo{
	position:absolute;
	z-index:15;
	width:300px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	background: rgba(0,0,0,0.5);
	background-size:100% 100%;
	left:50%;
	margin-left:-150px;
	bottom:40px;
	display:none;
	border-radius: 150px 150px 0px 0px;
	-khtml-border-radius: 150px 150px 0px 0px;
	-webkit-border-radius: 150px 150px 0px 0px;
	-moz-border-radius: 150px 150px 0px 0px;
	overflow:hidden;
	margin-bottom:-190px;
}
.barra_circulo_items{
	width:100%;
	height:100%;
	cursor:pointer;
}
.barra_circulo_items:hover{
	opacity:0.5;
}
.barra_circulo_txt_1{
	font-size:30px;
	line-height:30px;
	font-weight:700;
	color:#FFFFFF;
	text-align:center;
	padding-top:25px;
}
.barra_circulo_icono{
	margin-top:10px;
	height:51px;
	background: url(../imgs/barra_circulo_icono.png) center center no-repeat;
	background-size:auto 100%;
}
.barra_circulo_txt_2{
	margin-top:10px;
	font-size:16px;
	line-height:16px;
	font-weight:600;
	color:#FFFFFF;
	text-align:center;
}
.barra_linea{
	position:absolute;
	z-index:15;
	bottom:0px;
	width:100%;
	height:40px;
	background-color:rgba(0,0,0,0.5);
	display:none;
	margin-bottom:-190px;
}
.barra_linea_donate{
	font-size:14px;
	font-weight:600;
	color:#FFFFFF;
	float:left;
	background: url(../imgs/barra_mas.png) right center no-repeat;
	padding-right:20px;
	line-height:40px;
	margin-left:40px;
	height:40px;
}
.barra_linea_abajo{
	float:left;
	background: url(../imgs/barra_abajo.png) center center no-repeat;
	width:40px;
	height:40px;
	position:absolute;
	z-index:-10;
	left:50%;
	margin-left:-20px;
}
.barra_linea_login{
	font-size:14px;
	font-weight:600;
	color:#FFFFFF;
	float:right;
	background: url(../imgs/barra_login.png) left center no-repeat;
	padding-left:25px;
	line-height:40px;
	margin-right:40px;
	height:40px;
}
.barra_linea_mute{
	font-size:14px;
	font-weight:600;
	color:#FFFFFF;
	float:right;
	background: url(../imgs/barra_mute.png) left center no-repeat;
	padding-left:25px;
	line-height:40px;
	margin-right:20px;
	height:40px;
	cursor:pointer;
	font-size:10px;
}
.barra_linea_mute:hover{
	opacity:0.5;
}
.muteado{
	background: url(../imgs/barra_nomute.png) left center no-repeat;
}
.barra_icono{
	opacity:1;
	cursor:pointer;
} 
.barra_icono:hover{
	opacity:0.5;
}
.popper{
	position: absolute;
	z-index: 50;
	display:none;
}
.popper_nombre{
	background-color:rgba(254,150,0,1);
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
	font-weight:600;
	color:#FFFFFF;
	text-align:center;
}
.popper_nombre b{
	font-weight:600;
}
.popper_triangulo{
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: rgba(254,150,0,1) transparent transparent transparent;
	position:absolute;
	z-index:10;
	left:50%;
	margin-left:-10px;
}
.menu_fixed{
	width:100%;
	position:fixed;
	z-index:40;
	background-color:rgba(0,0,0,0.6);
	display:none;
	opacity:0;
}
.menu_fixed_logo{
	height:60px;
	width:262px;
	background: url(../imgs/logo.png) center center no-repeat;
	margin-left:0;
	float:left;
	padding: 15px 0;
	background-size: contain;
    margin-left: 15px;
}
.menu_fixed_items{
	float:right;
	margin-top: 45px;
	margin-right: 5px;
}
.menu_fixed_item{
	margin: 0;
    padding: 0 10px 0 10px;
    border-left: 1px solid #fff;
    float: left;
    list-style: none;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 15px;
    font-family: 'DINPro-Medium';
    color: #fff;
    cursor: pointer;
}
.menu_fixed_item:first-child{
	border-left: none;
}
.menu_fixed_item:hover{
	color: #f29315;
}
.menu_fixed_icono{
	float:left;
	margin-top:22px;
	cursor:pointer;
	display:none;
}
.menu_fixed_icono:hover{
	opacity:0.5;
}
.menu_fixed_icono_selected{
	opacity:0.5;
}
.menu_fixed_icono .line{
	width:23px;
	height:4px;
	margin-top:3px;
	background-color:#FFFFFF;
}
.menu_fixed_icono .line:nth-child(1){
	margin-top:0px;
}
.menu_fixed_menusito{
	width:150px;
	position:fixed;
	z-index:40;
	background-color:rgba(0,0,0,0.5);
	top:61px;
	right:-200px;
	display:none;
	padding-bottom:25px;
	padding-top:40px;
	padding-right:40px;
}
.menu_fixed_menusito_item{
	font-size:12px;
	line-height:12px;
	font-weight:600;
	color:#FFFFFF;
	cursor:pointer;
	margin-bottom:15px;
	text-align:right;
}
.menu_fixed_menusito_item:hover{
	opacity:0.5;
}
.video_transcurso_contenedor{
	position:absolute;
	width:100%;
	height:10px;
	top:60px;
	z-index:11;
	display:none;
	opacity:0;
	overflow:hidden;
}
.video_transcurso{
	width:100%;
	height:1px;
	background-color:rgba(255,255,255,0.5);
	cursor:pointer;
}
.transcurso{
	width:22%;
	height:100%;
	background-color:rgba(254,150,0,1);
}
.footer_contenedor{
	padding:28px 15px;
}
.footer_top{
	display:table;
	width:100%;
	margin-bottom: 15px;
}
.footer_top_td{
	display:table-cell;
	width:35%;
	font-size:14px;
	line-height:14px;
	font-weight:300;
	color:#FFFFFF;
	text-align:right;
}
.footer_top_td:nth-child(2){
	font-weight:normal;
	width:30%;
	text-align:center;
}
.footer_top_link{
	color:#FFFFFF;
	text-decoration:none;
}
.footer_top_link:hover{
	opacity:0.5;
}
.footer_cols{
    display: -webkit-flex;
    display: flex;	

	flex-direction: row;
	-khtml-flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	
	flex-wrap: wrap;
	-khtml-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	
	justify-content:space-between;
	-khtml-justify-content:space-between;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
}
.footer_col{
	font-size:14px;
	line-height:14px;
	font-weight:normal;
	color:#FFFFFF;
	order: 0;
	-khtml-order: 0;
	-webkit-order: 0;
	-moz-order: 0;

}
.footer_col_titulo{
	color:#FFFFFF;
	margin-top:40px;
	margin-bottom:25px;
	font-weight: normal;
}
.footer_col_link{
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	font-weight:normal;
	margin-top:7px;
}
.footer_col_link:hover{
	text-decoration: underline;
}
.footer_col_link_social{
	width:33px;
	height:33px;
	border-radius: 15px 15px 15px 15px;
	-khtml-border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
}
.footer_col_link_social_f{
	background: url(../imgs/social_facebook.png) center center no-repeat;
	background-size:contain;
}
.footer_col_link_social_t{
	background: url(../imgs/social_twitter.png) center center no-repeat;
	background-size:contain;
}
.footer_col_link_social_i{
	background: url(../imgs/social_instagram.png) center center no-repeat;
	background-size:contain;
}
.footer_newsletter{
	margin-top: 0px;
	width:280px;
}
.footer_newsletter input{
	border:solid 0px #FFFFFF;
	background-color:#FFFFFF;
	font-size:14px;
	line-height:16px;
	color:#666666;
	width:208px;
	padding:6px 12px;
	float:left;
	height: 22px;
}
.footer_newsletter input::-moz-placeholder {
  color: #444;
  opacity: 1;
}
.footer_newsletter input:-ms-input-placeholder {
  color: #444;
  opacity: 1;
}
.footer_newsletter input::-webkit-input-placeholder {
  color: #444;
  opacity: 1;
}
.footer_newsletter input::-ms-input-placeholder {
  color: #444;
  opacity: 1;
}
.footer_newsletter_go{
	background-color:#ff9700;
	font-size:14px;
	line-height:16px;
	color:#FFFFFF;
	width:20px;
	padding:9px 12px;
	float:left;
	cursor:pointer;
	font-weight: bold;
}
.footer_newsletter_go:hover{
	opacity:0.5;
}
.loading{
	position:absolute;
	font-size:13px;
	line-height:50px;
	font-weight:600;
	color:#FFFFFF;
	z-index:100;
	width:200px;
	height:50px;
	text-align:center;
	left:50%;
	top:50%;
	margin-left:-100px;
	margin-top:-25px;
	opacity:0;
}
.intro{
	position:absolute;
	z-index:110;
	width:100%;
	height:100%;
	background-color:#000000;
}
.mapa_contenido{
	width:100%;
	height:100%;
	background-color:#333333;
	position:absolute;
	z-index:12;
	top:100%;
}
.mapa_contenido_contenedor{
	width:100%;
	height:100%;
}
.mapa_contenido_construction{
	width:100%;
	height:50px;
	position:absolute;
	font-size:13px;
	line-height:50px;
	font-weight:600;
	color:#CCCCCC;
	top:50%;
	margin-top:-25px;
	text-align:center;
}
.mapa_contenido_siguiente{
	background-image: url(../imgs/contenido_siguiente.png);
	background-position: center center;
	background-repeat: no-repeat;
	width:38px;
	height:68px;
	cursor:pointer;
	position:absolute;
	z-index:5;
	top:50%;
	margin-top:-34px;
	right:40px;
	opacity:1;
}
.mapa_contenido_siguiente:hover{
	opacity:0.5;
}
.mapa_contenido_anterior{
	background-image: url(../imgs/contenido_anterior.png);
	background-position: center center;
	background-repeat: no-repeat;
	width:38px;
	height:68px;
	cursor:pointer;
	position:absolute;
	z-index:5;
	top:50%;
	margin-top:-34px;
	left:40px;
	opacity:1;
}
.mapa_contenido_anterior:hover{
	opacity:0.5;
}
.mapa_contenido_fotos{
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	background: url(../imgs/loader_333333.gif) center center no-repeat;
}
.mapa_contenido_videos{
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
	background: url(../imgs/loader_333333.gif) center center no-repeat;
}
.mapa_contenido_info{
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
}
.video_contenido_contenedor{
	width:100%;
	max-width:600px;
	height:300px;
	margin-left:auto;
	margin-right:auto;
	margin-top:105px;
}
#scroll{
	position:relative;
	margin-top:105px;
	margin-left:105px;
	width:400px;
	height:200px;
	overflow:hidden;
}
.mapa_contenido_info_txt{
	position:relative;
	font-size:18px;
	line-height:25px;
	font-weight:300;
	color:#FFFFFF;
	padding-right:20px;
}
.mapa_contenido_info_txt span{
	font-weight:600;
}
.iScrollVerticalScrollbar {
	position: absolute;
	z-index: 9999;
	width: 1px;
	bottom: 0px;
	top: 0px;
	right: 0px;
	overflow: hidden;
}
.iScrollIndicator {
	position: absolute;
}
.iScrollVerticalScrollbar .iScrollIndicator {
	width: 100%;
	background-color: #FFFFFF;
}
@media (min-width: 1199px){
	.container{
		width: 1170px;
		margin: auto;
	}
}
@media (max-width: 1199px){
	.menu_fixed_logo{
		width: 162px;
	}
	.menu_fixed_items{
		margin-right: 15px;
		margin-top: 40px;
	}
	.menu_fixed_item{
		padding: 0 8px;
		font-size: 13px;
	}
}
@media (max-width: 990px){
	.menu_fixed_icono{
		margin-top: 0;
	}
	.menu_fixed_items{
		margin-top: 35px;
	}
}