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


/*------------ @font-face  ---------------*/

@font-face {
    font-family: 'hermes-black-webfont';
    src: url('../fonts/hermes-black-webfont.eot');
    src: url('../fonts/hermes-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hermes-black-webfont.woff') format('woff'),
         url('../fonts/hermes-black-webfont.ttf') format('truetype'),
         url('../fonts/hermes-black-webfont.svg#hermesregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'hermes-bold-webfont';
    src: url('../fonts/hermes-bold-webfont.eot');
    src: url('../fonts/hermes-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hermes-bold-webfont.woff') format('woff'),
         url('../fonts/hermes-bold-webfont.ttf') format('truetype'),
         url('../fonts/hermes-bold-webfont.svg#hermesregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'hermes-regular-webfont';
    src: url('../fonts/hermes-regular-webfont.eot');
    src: url('../fonts/hermes-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hermes-regular-webfont.woff') format('woff'),
         url('../fonts/hermes-regular-webfont.ttf') format('truetype'),
         url('../fonts/hermes-regular-webfont.svg#hermesregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'hermes-thin-webfont';
    src: url('../fonts/hermes-thin-webfont.eot');
    src: url('../fonts/hermes-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/hermes-thin-webfont.woff') format('woff'),
         url('../fonts/hermes-thin-webfont.ttf') format('truetype'),
         url('../fonts/hermes-thin-webfont.svg#hermesregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'garage_gothic_fb_regular';
    src: url('../fonts/garage_gothic_fb_regular.eot');
    src: url('../fonts/garage_gothic_fb_regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/garage_gothic_fb_regular.woff') format('woff'),
         url('../fonts/garage_gothic_fb_regular.ttf') format('truetype'),
         url('../fonts/garage_gothic_fb_regular.svg#hermesregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'garage_gothic_fb_bold';
    src: url('../fonts/garage_gothic_fb_bold.eot');
    src: url('../fonts/garage_gothic_fb_bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/garage_gothic_fb_bold.woff') format('woff'),
         url('../fonts/garage_gothic_fb_bold.ttf') format('truetype'),
         url('../fonts/garage_gothic_fb_bold.svg#hermesregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'garage_gothic_fb_black';
    src: url('../fonts/garage_gothic_fb_black.eot');
    src: url('../fonts/garage_gothic_fb_black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/garage_gothic_fb_black.woff') format('woff'),
         url('../fonts/garage_gothic_fb_black.ttf') format('truetype'),
         url('../fonts/garage_gothic_fb_black.svg#hermesregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/**/
body {
	font-family: Arial, sans-serif;
	font-size: 30px;
	text-align: center;
	background-color: #FFF;
}

h1 {
	font-size: 180px;
	font-size: 18rem;
	margin: 0;
}

p {
	margin: 20px 0;
}

a, a:visited {
	color: #4f4f4f;
	text-shadow: none;
	text-decoration: none;
}

small {
	line-height: 1;
	font-style: italic;
	font-size: 20px;
	font-size: 2rem;
	text-shadow: 0 1px 0 #fff;
}

/**/

.navHome {
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	margin: 0;
	font-size: 12px;
	z-index: 100;
	width: 25px;
	background: url(../img/all/bg_menu_parallax.png) repeat-y 0 0; 
}
.navHome ul {
	background: #000;
	position: relative;
	top: 50%;
	margin: -100px 0 0 0;
	padding: 10px 0;
}
.nav-button {
	text-decoration: none;
	color: #959db5;
	text-transform: uppercase;
	clear: right;
	position: relative;
	padding: 0;
	height: 35px;
	display: block;
	background: url(../img/all/bullet_of.png) no-repeat center;
}
.nav-button span{
	display: none;
	position: absolute;
	top: 2px;
	right: 20px;
	white-space: nowrap;
	padding: 8px 22px 8px 15px;
	background: url(../img/all/bg_menu_parallax_a.png) no-repeat right top;
}

.current, a.nav-button:hover {
	color: #fff;
	background: url(../img/all/bullet_on.png) no-repeat center;
}
.current span, a.nav-button:hover span{
	display: block;
	color: #fff;
}

.cabecera {
	position: absolute;
	width: 988px;
	top: 0;
	left: 50%;
	z-index: 100;
	padding: 10px 0 0 0;
	margin:0 0 0 -489px;
}
#bgCabecera {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 240px;
	background: #FFFFFF;
	filter: alpha(opacity=95); 
	opacity: .95;
	z-index: 98;
	display: none;
	z-index: 900;
}
.contCabecera {
	width: 988px;
	height: 210px;
	position: relative;
	margin: 0 auto;
    font-family: 'garage_gothic_fb_regular';
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	font-weight: normal;
	z-index: 1000;
}
.contCabecera h1, .contCabecera .logo{
	float: left;
	margin: 48px 135px 0 0;
	line-height: .5em;
}

.contCabecera li {
	border-top: 1px solid #c5c7c7;
	width: 160px;
}
.contCabecera .menu1 li {
	width: 180px;
}
.contCabecera li a {
	padding: 8px 0 4px 10px;
	display: block;
	xtext-shadow: 1px 1px #FFF;
	color: #333;
	transition: background-color 1.5s ease-out ;
      -moz-transition: background-color 1.5s ease-out ;    /* FF3.7+ */
      -o-transition: background-color 1.5s ease-out ;      /* Opera 10.5 */
      -webkit-transition: background-color 1.5s ease-out ; /* Saf3.2+, Chrome */
}
.contCabecera li li a {
	letter-spacing: 1px;
}
.contCabecera li a:hover {
	color: #FFFFFF;
	background: #7d4857;
	text-shadow: 0px 0px #FFF;
}
.contCabecera li a.activo {
	color: #FFFFFF;
	background-color: #7D4857;
}
.contCabecera .opc1 a:hover,
.contCabecera .opc1 a.activo{
	background: #94aac0;
}
.contCabecera .opc2 a:hover,
.contCabecera .opc2 a.activo{
	background: #85c7b6;
}
.contCabecera .opc3 a:hover,
.contCabecera .opc3 a.activo{
	background: #5badc2;
}
.contCabecera .opc4 a:hover,
.contCabecera .opc4 a.activo{
	background: #7d4857;
}
.contCabecera .opc5 a:hover,
.contCabecera .opc5 a.activo{
	background: #c58810;
}
.contCabecera .opc7 a:hover,
.contCabecera .opc7 a.activo{
	background: #535a62;
}
.contCabecera .opc8 a:hover,
.contCabecera .opc8 a.activo{
	background: #a8878e;
}
.contCabecera .submenu ul {
	display: none;
}
.contCabecera li li {
	border-top: 1px solid #FFF;
}
.contCabecera li li a {
	text-transform: none;
	padding: 7px 0 4px 10px;
	color: #8a8a8a;
}
.contCabecera .opc1 li a {
	background: #d8e2ec;
}
.contCabecera .opc3 li a {
	background: #dfeff3;
}
.contCabecera .opc4 li a, .contCabecera .opc8 li a  {
	background: #e5dbde;
}
.contCabecera .opc5 li a {
	background: #eee3cb;
}

.contCabecera .menu1{
	position: absolute;
	bottom: 0;
	left: 200px;
	border-bottom: 1px solid #c5c7c7;
}
.contCabecera .menu2{
	position: absolute;
	bottom: 0;
	left: 435px;
	border-bottom: 1px solid #c5c7c7;
}
.contCabecera .menu3{
	position: absolute;
	bottom: 0;
	left: 656px;
	border-bottom: 1px solid #c5c7c7;
}


.contCabecera .opc1  .activo a{
	background: #B2C2D2;
}
.contCabecera .opc3 .activo a{
	background: #74C6DB;
	color: #FFF;
}
.contCabecera .opc4 .activo a{
	background: #B2848E;
	color: #FFF;
}
.contCabecera .opc5 .activo a{
	background: #EAAA3C;
	color: #FFF;
}
.contCabecera .opc8 .activo a{
	background: #8F616E	;
	color: #FFF;
}

.contCabecera .menuIdiomas{
	position: absolute;
	bottom: 30px;
	right: 0;
	width: 30px;
}
.contCabecera .menuIdiomas li{
	width: auto;
}
.contCabecera .menuIdiomas a{
	padding: 8px 0 4px 10px;
	width: auto;
}
.contCabecera .menuIdiomas a.sel{
	background-color: #7d4857;
	color: #FFF;
}
.ocultar{
	display:none;	
}
.slide h1{
	font-size: 1em;
}
.cabeceraFixed {
	left: 0;
    margin: 0;
    padding: 0 0 20px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 6000;
	display: none;
	/*background: url(../img/all/trans_menu.png);*/
}
.cabeceraFixed .contBlCabecera{
	width: 100%;
	background: url(../img/all/trans_menu.png);
}
.cabeceraFixed .contCabecera{
	display: none;
	padding-bottom: 10px;
}
.cabecera .barraMenu{
	display: none;
}
.cabeceraFixed .barraMenu{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	font-size: 14px;
	z-index: 901;
}
.cabeceraFixed .barraMenu a{
	background: url(../img/all/flecha-down-menu-oculto.png) no-repeat center top;
	color: #FFF;
	display: block;
	height: 35px;
	width: 988px;
	margin: 0 auto;
	padding: 3px 0 0 0;
    font-family: 'hermes-thin-webfont';
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
}

a.bajar {
    height: 82px;
    left: 50%;
    margin: 0 0 0 -41px;
    position: absolute;
    bottom: 0;
    width: 82px;
    z-index: 60;
}
#conferencias .bajar {
	bottom: 380px;
}
#desafios .bajar {
	bottom: 380px;
}
#edurne .bajar {
	bottom: 170px;
}
#comoCambiar .bajar {
	bottom: -90px;
}
#Formato-Experiencias .bajar {
	bottom: -120px;
}
/* --------------- index -----------------*/
.slide {
	margin: 0 auto;
	width: 100%;
	padding: 120px 0;
	padding: 0 0;
    font-family: 'hermes-regular-webfont';
	overflow: hidden;
	left: 0;
	position:relative;
	height:580px;
}

#animations {
	padding-top: 70px;
	padding-top: 7rem;
	height: 480px;
	height: 48rem;
}

#examples h1 {
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

#examples, #examples p, #credits {
	line-height: .8;
}

#examples p {
	padding-top: 20px;
}

#credits a {
	padding-right: 3px;
}

#sequence  h2{
    font-family: 'garage_gothic_fb_regular';
	color: #FFF;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 98px;
    line-height: 1em;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0;
	font-weight: 200;
	position: relative;
}
#sequence  h2 .gran,
#sequence  h2 .granLargo{
	font-size: 135px;
	display: block;
    font-family: 'garage_gothic_fb_bold';
	font-weight: 500;
	position: absolute;
    top: 90px;
}
#sequence  h2 .granLargo{
	font-size:78px;
}
#sequence  p{
	font-size: 16px;
	margin: 5px 0;
	line-height: 20px;
	color: #2f312e;
    font-family: 'hermes-thin-webfont';
	text-transform: uppercase;
	text-align: left;
}
#sequence  p span{
    font-family: 'hermes-bold-webfont';
}
#sequence  p a{
	color: #000;
}
#sequence  p a:hover{
	color: #7D4857;
}

#sequence {
	
}
.bandaNegra {
	position: absolute;
	top: 750px;
	left: 50%;
	z-index: 90;
	margin: 0 0 0 -259px;
}

.home {
	background: #fff url(../img/home/slider1bg.jpg) no-repeat center top;
    height: 1%;
    width: 100%;
}
.home .slide h2 {
	font-weight: normal;
	font-family: 'garage_gothic_fb_bold';
    font-size: 78px;
	letter-spacing: -2px;
	text-transform: uppercase;
    line-height: 60px;

}
/* paso1 home*/
.home  #inicio {
	position: relative;
	height: 800px; 
	margin: 0;
	left: 0;
	min-width: 960px;
	overflow: hidden;
}

.home .bajar {
	position: absolute;
	z-index: 100;
	left: 50%;
	bottom: 0;
}

/* paso2 home*/
.home #conferencias {
	position: relative;
	height: 1247px;
	background: url(../img/home/paso2_bg.jpg) no-repeat 0 0 #95abc0;
	z-index: 60;
}
.home .txtConferencias {
	position:absolute;
	left:50%;
	top: 410px;
	margin: 0 0 0 0;
	width: 465px;
	text-align: left;
    z-index: 2;
}
.home .txtConferencias h2{
    color: #94AAC0;
    margin: 0 0 -15px;
}
.home .txtConferencias p{
	font-size: 18px;
    font-family: 'hermes-thin-webfont';
	color: #737579;
}
.home .txtConferencias p a{
	float: left;
	font-size: 14px;
	color: #FFF;
	background: url(../img/home/bg_a1.png) no-repeat right top;
	padding: 5px 20px 5px 15px;
	margin: 10px 220px 0 0;
	border-radius: 0 12px 5px 0 / 0 5px 12px 0;
	white-space: nowrap;
}
.home .imgConferencias {
    left: 50%;
    margin: 0 0 0 -670px;
    position: absolute;
    z-index: 1;
}

/* paso3 home*/
.home #expeditions {
	position: relative;
	height: 1424px;
	background: #9CDACF url(../img/home/paso3_bg.jpg) no-repeat 0 -240px;
	z-index: 75;
}
.home .txtExpeditions {
	position:absolute;
	left:45%;
	top: 405px;
	width: 425px;
	text-align: left;
	z-index: 100;
}
.home .txtExpeditions h2{
	color: #85c7b6;
    margin: 0 0 -15px;
}
.home .txtExpeditions p{
	font-size: 18px;
    font-family: 'hermes-thin-webfont';
	color: #737579;
}
.home .txtExpeditions p a{
	float: left;
	font-size: 14px;
	color: #FFF;
	background: url(../img/home/bg_a2.png) no-repeat right top;
	padding: 5px 20px 5px 15px;
	margin: 10px 0 0 0;
}
.home .imgExpeditions1 {
	position: absolute;
	top: 300px;
	left: 55%;
	margin: 0 0 0 -737px;
	background: url(../img/home/paso3_img.jpg) no-repeat 0 0;
	width: 258px;
	height: 502px;
}
.home .imgExpeditions2 {
	position: absolute;
	top: -20px;
	left: 0;
	margin: 0;
}
.home .imgExpeditions3 {
	position: absolute;
	bottom: 360px;
	left: 30%;
	margin: 355px 0 0 -150px;
	z-index: 70;
}
/* paso4 home*/
.home #desafios {
	height:1224px;
	background: url(../img/home/paso4_bg.jpg) #00AFC4 no-repeat center 0;
}
.home .txtDesafios {
	position:absolute;
	left:50%;
	top: 420px;
	width: 425px;
	text-align: left;
	z-index: 100;
	margin-left: -400px;
}
.home .txtDesafios h2{
	color: #60b4c9;
	margin: 0 0 -15px 0;
}
.home .txtDesafios p{
	font-size: 18px;
    font-family: 'hermes-thin-webfont';
	color: #737579;
}
.home .txtDesafios p a{
	float: left;
	font-size: 14px;
	color: #FFF;
	background: url(../img/home/bg_a4.png) no-repeat right top;;
	padding: 5px 15px 5px 5px;
	margin: 10px 0 0 0;
}
.home .imgDesafios1 {
	position: absolute;
	left: 50%;
	bottom: 430px;
	margin: 0 0 0 23px;
	background: url(../img/home/paso4_img.jpg) no-repeat 0 0;
	width: 1224px;
	height: 537px;
}
.home .imgDesafios2 {
	position: absolute;
	top: -20px;
	left: 50%;
	margin: 0 0 0 -1343px;
}

/* paso5 home*/
.home #edurne {
	height: 983px;
	background: url(../img/home/paso5_bg.jpg) #D5C1C3 no-repeat center 0;
}
.home .txtEdurne {
	position:absolute;
	left:50%;
	top: 400px;
	width: 505px;
	text-align: left;
	z-index: 100;
	margin-left: -350px;
}
.home .txtEdurne h2{
	color: #7d4857;
	margin: 0 0 -15px 0;
}
.home .txtEdurne p{
	font-size: 18px;
    font-family: 'hermes-thin-webfont';
	color: #737579;
}
.home .txtEdurne p a{
	float: left;
	font-size: 14px;
	color: #FFF;
	background: url(../img/home/bg_a5.png) no-repeat right top;;
	padding: 5px 15px 5px 5px;
	margin: 10px 230px 0 0;
}
.home .imgEdurne1 {
	position: absolute;
	left: 50%;
	bottom: 200px;
	margin: 0 0 0 -640px;
	z-index: 10;
}
.home .imgEdurne2 {
	position: absolute;
	top: -20px;
	left: -35px;
	margin: 0;
	z-index: 1;
}

/* paso6 home*/
.home #fundacion {
	height: 1061px;
	background: url(../img/home/paso6_bg.jpg) #E7A633 no-repeat center 0;
}
.home .txtFundacion {
	position:absolute;
	left:50%;
	top: 365px;
	width: 305px;
	margin: 0 0 0 50px;
	text-align: left;
	z-index: 100;
}
.home .txtFundacion h2{
	color: #c58810;
	margin: 0 0 -15px 0;
}
.home .txtFundacion p{
	font-size: 18px;
    font-family: 'hermes-thin-webfont';
	color: #737579;
}
.home .txtFundacion p a{
	float: left;
	font-size: 13px;
	color: #FFF;
	background: url(../img/home/bg_a6.png) no-repeat right top;;
	padding: 5px 15px 5px 5px;
	margin: 10px 60px 0 0;
}
.home .imgFundacion1 {
	position: absolute;
	left: 50%;
	top: 0;
	margin: 0 0 0 -550px;
	background: url(../img/home/paso6_img.jpg) no-repeat 0 0;
	width: 1243px;
	height: 1048px;
}
.home .imgFundacion2 {
	position: absolute;
	top: 0;
	left: 50%;
	margin: 0 0 0 380px;
}
.subir {
	position: absolute;
	z-index: 100;
	left: 50%;
	top:155px;
	height: 60px;
}

/* --------------- Edurne Pasaban -----------------*/

.edurnePasaban #paso1 {
	background: url(../img/desafios/bg01.png) no-repeat center top;
	height: 852px;
}

/* --------------- desafíos -----------------*/

.desafios #paso1Desafio {
	background: url(../img/desafios/bg01.png) no-repeat center top;
	height: 852px;
}
.desafios .cont14ochomiles {
	width: 771px;
	margin:275px auto 0 auto;
	position: relative;
}
.botCamino{
	position: absolute;
	left: 255px;
	top: 20px;
    font-family: 'hermes-thin-webfont';
	font-size: 11px;
	text-transform: uppercase;
	padding: 13px 40px 8px 15px;
	background: url(../img/desafios/bullet01.png) no-repeat 83px  7px;
	color: #FFF;
}


.botHistoria{
	position: absolute;
	left: 658px;
	top: 98px;
    font-family: 'hermes-thin-webfont';
	font-size: 11px;
	text-transform: uppercase;
	padding: 13px 15px 13px 34px;
	background: url(../img/desafios/bullet01.png) no-repeat 7px 7px;
	color: #FFF;
}
.botReto{
	position: absolute;
	left: 80px;
	top: 293px;
    font-family: 'hermes-thin-webfont';
	font-size: 11px;
	text-transform: uppercase;
	padding: 13px 35px 17px 34px;
	background: url(../img/desafios/bullet01.png) no-repeat 7px 7px;
	color: #FFF;
}
/*.botHistoria:hover, .botReto:hover, .cont14ochomiles .activo{
	background: url(../img/desafios/bullet01_on.png) no-repeat 0 1px;
}
.botCamino:hover, .botCamino.activo{
	background: url(../img/desafios/bullet02_on.png) no-repeat 0 1px;
}*/
.desafios .activo {
	color: #74C6DB;
}
.desafios .cont14ochomiles .txt14{
	position: absolute;
	top: 135px;
	left: 483px;
	text-align: left;
	width: 268px;
}
.desafios .cont14ochomiles .txt14 h2{
	font-family: 'garage_gothic_fb_bold';
	font-weight: normal;
	font-size: 67px;
	line-height: .8em;
	color: #FFF;
	margin: 0;
}
.desafios .cont14ochomiles .txt14 h2 span{
	color: #74c6db;
}
.desafios .cont14ochomiles .txt14 h3{
	margin: 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1em;
	padding: 5px 0;
	color: #74c6db;
	border-top: 1px solid #74c6db;
	border-bottom: 1px solid #74c6db;
}
.desafios .cont14ochomiles .txt14 p{
	font-size: 14px;
    font-family: 'hermes-thin-webfont';
	color: #FFF;
	margin: 11px 0 0 0;
}
.desafios .cont14ochomiles .enlacesBotones{
	position:absolute;
	bottom:0px;
	width:12em;
	height:2em;
	float:right;
	right:0;
}
.desafios .cont14ochomiles a.botEnlace{
	font-family: 'hermes-thin-webfont';
	font-size: 11px;
	text-transform: uppercase;
	padding: 0 8px 0 10px;
	color: #FFF;
	text-align:left;
	background:url(../img/desafios/icono-ochomiles.png) no-repeat 0 4px;
}
.desafios .cont14ochomiles a.botEnlace:hover{
	color:#000;
}
.desafios .cont14ochomiles .botCamino a.botEnlace, .desafios .cont14ochomiles .botHistoria a.botEnlace, .desafios .cont14ochomiles .botReto a.botEnlace{
	background: none;
	padding: 0;
}


.InfoCamino {
	/*top: 280px;
	left: -105px;*/
	top:0;
	left:0;
	position: absolute;
	width:740px;
	height:340px;
	background:url(../img/all/bg-reto-historia.png) repeat 0 0;
	color: #FFF;
	font-size: 12px;
	text-align: left;
	padding: 54px 0 40px 32px;
	display: none;/**/
}
.InfoCamino .entrada{
	float: left;
	width: 185px;
}
.InfoCamino h3{
	font-family: 'garage_gothic_fb_bold';
	font-weight: normal;
	font-size: 47px;
	text-transform: uppercase;
	line-height: .8em;
	color: #FFF;
	margin: 0;
}
.InfoCamino h3 span{
	color: #74c6db;
	display: block;
}
.InfoCamino  p.destacado{
	color:#74c6db;
	margin: 8px 0 0 0;
	text-transform: uppercase;
    font-family: 'hermes-thin-webfont';
}
.InfoCamino .col1{
	float: left;
	width: 204px;
	margin: 0 0 0 14px;
	padding: 0 0 0 19px;
	border-left: 1px solid #535456;
	min-height: 145px;
}
.InfoCamino p{
	margin-top: 0;
	font-family: 'hermes-thin-webfont';
}
.InfoCamino .col2{
	float: left;
	width: 204px;
	margin: 0 0 0 14px;
	padding: 0 0 0 19px;
	border-left: 1px solid #535456;
	min-height: 145px;
}
.InfoCamino .col3{
	float: left;
	width: 204px;
	margin: 0 0 0 14px;
	padding: 0 0 0 19px;
	border-left: 1px solid #535456;
	min-height: 145px;
}
.InfoCamino .col3 .cerrar{
	position: absolute;
	bottom: 30px;
	right: 30px;
	background: #74c6db;
	padding: 3px 5px;
	color: #000;
	margin: 40px 0 0 0;
}
.InfoCamino .col3 .cerrar:hover{
	background: #87e7ff;
}

.desafios #cumbres {
	background: url(../img/desafios/bg02.png) no-repeat center top;
	height: 1036px;
}
#cumbres .contCumbres{
	width: 788px;
	margin: 33px auto 0 auto;
}
.contCumbres h2{
	color: #74c6db;
	font-size: 65px;
	line-height: 52px;
	text-transform: uppercase;
	text-align: left;
    font-family: 'garage_gothic_fb_bold';
	font-weight: normal;
	margin: 0;
	width: 289px;
	
	clear: both;
	float: left;
}

.contCumbres  p{
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
    font-family: 'hermes-thin-webfont';
	margin: 0 0 0 80px;
	width: 375px;
}
.contCumbres  .listaCumbre {
	width: 375px;
	float: left;
	clear: left;
}
.contCumbres  .listaCumbre li{
	float: left;
	width: 175px;
	margin: 0 11px 2px 0;
}
.contCumbres  .listaCumbre li a{
	background: #000;
	display: block;
	text-align: left;
	padding: 4px 0 5px 43px;
	color: #FFF;
	text-transform: uppercase;
    font-family: 'hermes-thin-webfont';
	font-size: 12px;
}
.contCumbres  .listaCumbre li a:hover{
	background: #5badc2;
}

.contCumbres  .listaCumbreImg {
}
.contCumbres  .listaCumbreImg li{
	float: left;
	width: 177px;
	height: 177px;
	margin: 0 11px 11px 0;
	position: relative;
}	
.contCumbres  .listaCumbreImg li.alto{
	height: 182px;
}
.contCumbres  .listaCumbreImg li a{
	position: absolute;
	left: 0;
	top: 0;
	width: 177px;
	height: 177px;
	z-index:20;
	
}.contCumbres  .listaCumbreImg li.alto a{
	height: 182px;
}
.contCumbres  .listaCumbreImg .everest {
	background: url(../img/desafios/everest.jpg) no-repeat 0 0;
}.contCumbres  .listaCumbreImg .everest:hover {
	background: url(../img/desafios/everest.jpg) no-repeat right 0;
}
.contCumbres  .listaCumbreImg .Makalu {
	background: url(../img/desafios/makalu.jpg) no-repeat 0 0;
}.contCumbres  .listaCumbreImg .Makalu:hover {
	background: url(../img/desafios/makalu.jpg) no-repeat right 0;
}
.contCumbres  .listaCumbreImg .chooyu {
	background: url(../img/desafios/chooyu.jpg) no-repeat 0 0;
}.contCumbres  .listaCumbreImg .chooyu:hover {
	background: url(../img/desafios/chooyu.jpg) no-repeat right 0;
}
.contCumbres  .listaCumbreImg .lhotse {
	background: url(../img/desafios/lhotse.jpg) no-repeat 0 0;
}.contCumbres  .listaCumbreImg .lhotse:hover {
	background: url(../img/desafios/lhotse.jpg) no-repeat right 0;
}
.contCumbres  .listaCumbreImg .gasherbrumII {
	background: url(../img/desafios/gasherbrumII.jpg) no-repeat 0 0;
}.contCumbres  .listaCumbreImg .gasherbrumII:hover {
	background: url(../img/desafios/gasherbrumII.jpg) no-repeat right 0;
}
.contCumbres  .listaCumbreImg .gasherbrumI {
	background: url(../img/desafios/gasherbrumI.jpg) no-repeat 0 0;
}.contCumbres  .listaCumbreImg .gasherbrumI:hover {
	background: url(../img/desafios/gasherbrumI.jpg) no-repeat right 0;
}
.contCumbres  .listaCumbreImg .K2{
	background: url(../img/desafios/k2.jpg) no-repeat 0 0;
}.contCumbres  .listaCumbreImg .K2:hover{
	background: url(../img/desafios/k2.jpg) no-repeat right 0;
}
.contCumbres  .listaCumbreImg .nangaParbat{
	background: url(../img/desafios/nangaParbat.jpg) no-repeat 0 0;
}.contCumbres  .listaCumbreImg .nangaParbat:hover{
	background: url(../img/desafios/nangaParbat.jpg) no-repeat right 0;
}
.contCumbres  .listaCumbreImg .broadPeak{
	background: url(../img/desafios/broadpeak.jpg) no-repeat 0 0;
}.contCumbres  .listaCumbreImg .broadPeak:hover{
	background: url(../img/desafios/broadpeak.jpg) no-repeat right 0;
}
.contCumbres  .listaCumbreImg .dhaulagiri{
	background: url(../img/desafios/dhaulagiri.jpg) no-repeat 0 0;
}.contCumbres  .listaCumbreImg .dhaulagiri:hover{
	background: url(../img/desafios/dhaulagiri.jpg) no-repeat right 0;
}
.contCumbres  .listaCumbreImg .manaslu{
	background: url(../img/desafios/manaslu.jpg) no-repeat 0 0;
}.contCumbres  .listaCumbreImg .manaslu:hover{
	background: url(../img/desafios/manaslu.jpg) no-repeat right 0;
}
.contCumbres  .listaCumbreImg .kanchenjunga{
	background: url(../img/desafios/kanchenjunga.jpg) no-repeat 0 0;
}.contCumbres  .listaCumbreImg .kanchenjunga:hover{
	background: url(../img/desafios/kanchenjunga.jpg) no-repeat right 0;
}
.contCumbres  .listaCumbreImg .annapurna{
	background: url(../img/desafios/annapurna.jpg) no-repeat 0 0;
}.contCumbres  .listaCumbreImg .annapurna:hover{
	background: url(../img/desafios/annapurna.jpg) no-repeat right 0;
}
.contCumbres  .listaCumbreImg .shishaPangma{
	background: url(../img/desafios/shishaPangma.jpg) no-repeat 0 0;
}.contCumbres  .listaCumbreImg .shishaPangma:hover{
	background: url(../img/desafios/shishaPangma.jpg) no-repeat right 0;
}
.contCumbres  .listaCumbreImg li .infoMon{
	width: 177px;
	cursor: pointer;
	position: absolute;
	font-size: 12px;
	left: 0;
	bottom: 0;
	background: url(../img/all/trans.png) repeat;
	text-align: left;
	display: none;/**/
	z-index:1;
}
.contCumbres  .listaCumbreImg li .infoMon .titulo{
	display: block;
	background: #000;
	color: #FFF;
	padding: 2px 0 2px 36px;
	text-transform: uppercase;
}
.contCumbres  .listaCumbreImg li .infoMon .datos{
	display: block;
	background: url(../img/all/trans.png) repeat;
	color: #000;
	padding: 7px 0 7px 36px;
}


/* --------------- desafíos: página de cada cumbre -----------------*/
.desafios .contCumbre {
	width: 905px;
	margin:275px auto 0 auto;
	text-align: left;
}
.desafios .contCumbre p.tituloGeneral {
	font-family: 'garage_gothic_fb_bold';
	font-weight: normal;
	font-size: 67px;
	line-height: .8em;
	margin: 0;
	color: #74c6db;
	width: auto;
}
.desafios h1{
	font-family: 'garage_gothic_fb_bold';
	font-weight: normal;
	font-size: 67px;
	letter-spacing: -2px;
	line-height: .8em;
	margin: 0 490px 0 0;
	color: #74c6db;
}
.desafios .contCumbre h1{
	margin: 0;
}
.desafios h2, .desafios h3{
	font-family: 'garage_gothic_fb_bold';
	font-weight: normal;
	font-size: 47px;
	letter-spacing: -1px;
	line-height: .8em;
	margin: 0;
	color: #74c6db;
	text-transform: uppercase;
}
.desafios .fichaCumbre h3{
	font-size: 28px;
	margin-bottom: 13px;
}
.desafios p{
	font-size: 14px;
}
.desafios .contCumbre .introCumbre{
	position: relative;
	background:url(../img/desafios/sombra.png) no-repeat center bottom;
	padding: 0 0 14px;
	z-index: 40;
}
.desafios .contCumbre .introCumbre img{
	border: 5px solid #FFF;
}
.desafios .contCumbre .destacado {
	position: absolute;
	top: 5px;
	left: 30px;
	padding: 25px 25px 0 25px;
	background: url(../img/all/trans_negro.png) repeat;
	text-transform: uppercase;
}
.desafios .contCumbre .destacadoAncho p {
	width:220px;
}
.desafios .contCumbre .introO2 p.txtdestacado{
	border-top:1px solid #365760;
	border-bottom:1px solid #365760;
	color:#87cde0;
	padding:.7em 0;
	text-transform: uppercase;
}
.desafios .contCumbre h1 span{
	font-family: 'garage_gothic_fb_regular';
	font-weight: normal;
	font-size: 100px;
	margin: 2px 0 0 0;
	height: .85em;
	line-height: 1em;
	display: block;
	padding: 2px 0;
	border-top: 1px solid #315563;
	border-bottom: 1px solid #315563;
}
.desafios .contCumbre h1.titSonO2 {
	font-family: 'garage_gothic_fb_regular';
}
.desafios .contCumbre h1.titSonO2 span{
	font-family: 'garage_gothic_fb_black';
	margin: 0;
	font-size: 1em;
	display: inline;
	padding: 0;
	border: none;
}
.desafios .contCumbre p{
	width: 170px;
	font-size: 14px;
	color: #FFF;
	margin: 5px  0 20px 0;
    font-family: 'hermes-thin-webfont';
	text-transform: none;
}
.monteGasherbrumI .contCumbre p{
	width: 250px;
}
.monteKanchen .contCumbre p{
	width: 270px;
}
.cimaNanga .contCumbre p{
	width: 250px;
}
.monteAnna .contCumbre p{
	width: 200px;
}
.desafios #cumbre {
	background: url(../img/desafios/bg03.jpg) no-repeat center top;
	height: 1050px;
}
.desafios #Shisha {
	background: url(../img/desafios/bg03.jpg) no-repeat center top;
	height: 1780px;
}
.monteKanchen #cumbre {
	background: url(../img/desafios/bg03.jpg) no-repeat center top;
	height: 1050px;
}
.monteLhotse #cumbre {
	height: 1189px;
}
.monteGasherbrumI #cumbre {
	height: 890px;
}
.monteLhotse #cumbre {
	height: 980px;
}
.monteK2 #cumbre {
	height: 1260px;
}
.monteBroadPeak #cumbre {
	height: 1110px;
}
.monteDhaula #cumbre {
	height: 1020px;
}
.monteAnna #cumbre {
	height: 1100px;
}
.desafios .datosCumbre {
	width: 897px;
	margin: 0 auto;
}

.desafios .menuSupCumbres {
	float: right;
	position: relative;
	z-index: 50;
	margin: 20px 0 0 0;
}
.desafios .menuSupCumbres .despliega{
	background: #FFF url(../img/desafios/bullet_03.png) no-repeat 160px center;
	color: #000;
	padding: 2px 0 2px 15px;
	margin: 0;
	text-transform: uppercase;
	cursor: pointer;
	width: 170px;
}
.desafios .menuSupCumbres ul{
	display: none;
	background: url(../img/all/bg_bgCabecera.png) repeat;
	position: absolute;
	left: 0;
	top: 20px;
	font-size: 14px;
	z-index: 1000;
	width: 155px;
	padding: 20px 15px;
}
.desafios .menuSupCumbres li{
	border-bottom: 1px solid #C5C7C7;
}
.desafios .menuSupCumbres li a{
	display: block;
	padding: 2px;
	color: #000;
}
.desafios .menuSupCumbres li a:hover{
	 background: #FFF;
}
.desafios .menuSupCumbres .activo a{
	 color: #74C6DB;
	 background: #FFF;
}
.desafios .fichaCumbre {
	width: 897px;
	margin: 0 auto;
	text-align: left;
	background: #000;
	font-size: 12px;
	color: #FFF;
}
/*.desafios #Shisha .fichaCumbre {
	margin-bottom:20px;
}*/
.desafios #Shisha img.img01{
	margin-bottom:20px;
}
.desafios #Shisha .fichaCumbre .lineaCol3{
	border-left:1px solid #283e44;
	padding:0 0 0 35px;
}


.desafios #Shisha .fichaCumbre .lineaCol3 p{
	margin:0 0 10px 0;
}
.desafios #Shisha .fichaCumbre .lineaCol3 p.sinMargen{
	margin:0;
}
.desafios #Shisha .fichaCumbre .infoReinhold img{
	float:left;
	margin:0 10px 20px 0;
}
.desafios #Shisha .fichaCumbre .infoReinhold .NombreReinolds{
	color:#53a4b9;
	font-family:'garage_gothic_fb_regular';
	text-transform:uppercase;
	font-size:25px;
	margin:0;
}

.desafios .fichaCumbre p{
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	font-size: 14px;
}
.desafios .fichaCumbre span{
	color: #74c6db;
    font-family: 'hermes-thin-webfont';
	text-transform: uppercase;
	font-size: 14px;
}
.desafios .fichaCumbre strong{
	color: #FFF;
    font-family: 'hermes-bold-webfont';
	font-weight: 100;	
	font-size: 13px;
	padding-left: 5px;
}
.desafios .fichaCumbre ul{
	margin: 15px 0;
}
.desafios .fichaCumbre .col1 {
	width: 205px;
	float: left;
	margin: 43px 0 25px 35px;
	text-align: right;
}
.desafios .fichaCumbre .col1 p{
	font-size: 13px;
}
.desafios .fichaCumbre .col2 {
	width: 265px;
	float: left;
	margin: 43px 30px 25px 30px;
}
.desafios .fichaCumbre .col3 {
	width: 245px;
	float: left;
	margin: 43px 0 25px 0;
}
.desafios .fichaCumbre .col3 .destacado{
    font-family: 'hermes-thin-webfont';
	font-weight: 100;
	color: #74c6db;
	font-size: 23px;
	text-transform: uppercase;
	border-top: 1px solid #223f47;
	border-bottom: 1px solid #223f47;
	padding: 3px 0;
}
.desafios #Shisha .fichaCumbre .destacado{
    font-family: 'hermes-thin-webfont';
	font-weight: 100;
	color: #74c6db;
	border-top: 1px solid #223f47;
	border-bottom: 1px solid #223f47;
	padding: 5px 0;
}
.desafios #Shisha .fichaCumbre .nombreDestacado{
	color: #74c6db;
	text-transform:uppercase;
}
#galeria {
	background: #000;
}
.contGaleriaMapa {
	width: 988px;
	margin: 0 auto;
	text-align: left;
}
.contGaleria {
	margin: 40px 0 15px 0;
}
.contGaleria h3{
	font-size: 67px;
}
.contGaleria .listaGaleria{
	margin: 20px 0 0 50px;
	width:750px;
}
.contGaleria .listaGaleria li{
	float: left;
	margin: 0 10px 10px 0;
}
.contGaleria .listaGaleria li a img{
	float:left;
}
p.txtGaleria{
	display:block;
	clear:both;
	font-size:12px;
	text-transform:uppercase;
	color:#53a4b9;
	margin:0 0 0 50px;
}
a.btnGaleria{
	background:url(/img/all/bg_btn_galeria.png) right 0 no-repeat;
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;
	padding:7px 15px;
	margin:0 0 0 50px;
}
#contenidoMovidoMapa{
	width:26%;
	height:530px;
	position:absolute;
	right:0;
	top:20px;
}
#contenidoMovidoMapa .btnAmpliar{
	background: url(/img/all/flecha_reducir.png) no-repeat 0 0;
	width:80px;
	height:80px;
	margin-top:220px;
	text-indent:-9999px;
	font-size:1%;
	float:left;
	cursor: pointer;
}
#contenidoMovidoMapa .activo{
	background: url(/img/all/flecha_ampliar.png) no-repeat 0 0;
}
#contenidoMovidoMapa .mapaOculto{
	width:70%;
	float:right;
	overflow:hidden;
}
.sliderOtros{
	margin:15px 0 0 0;
}
.contCumbresSlider{
	width:988px;
	margin:0 auto;
	position:relative;
}
.contCumbresSlider .listaCumbreImg{
	margin:0 0 0 120px;
}

.contCumbresSlider ul#items li a{
	display:block;
	height:177px;
}
.contCumbresSlider .listaCumbreImg li.alto{
	height:177px;
}
.contCumbresSlider ol#pagination{
	margin:0 auto;
	height:120px;
	width:988px;
}
.contCumbresSlider ol#pagination li{
	float:left;
	list-style:none;
	cursor:pointer;
	display:none;
	}
.contCumbresSlider ol#pagination li.current{color:#f00;font-weight:bold;}
.contCumbresSlider ol#pagination li.prev {
    background: url(/img/desafios/bullet_izq_slider.gif) no-repeat 0 0;
    height: 53px;
	width:43px;
    text-indent: -9999px;
	position:absolute;
	left:20px;
	top:60px;
	float:none;
	margin:0;
}
.contCumbresSlider ol#pagination li:hover.prev {
    background: url(/img/desafios/bullet_izq_slider_hover.gif) no-repeat 0 0;
}
.contCumbresSlider ol#pagination li.next {
    background: url(/img/desafios/bullet_dere_slider.gif) no-repeat 0 0;
    height: 53px;
	width:43px;
    text-indent: -9999px;
	position:absolute;
	right:25px;
	top:60px;
	float:none;
	margin:0;
}
.contCumbresSlider ol#pagination li:hover.next {
    background: url(/img/desafios/bullet_dere_slider_hover.gif) no-repeat 0 0;
}

.contCumbresSlider .listaCumbreImg li .infoMon{
	display:inline;
}

#bigPic{
	width:730px;
	height:548px;
	margin:0 auto 10px;
}
#bigPic img{
	position:absolute;
	display:none;
}
/*ul#thumbs li.active{
	border:2px solid #000;	
	background:#fff;
	padding:2px;
}
ul#thumbs, ul#thumbs li{
	margin:0;
	padding:0;
	list-style:none;
}*/
	
ul#thumbs li{
	float:left;
	margin-right:7px;
	margin-bottom:5px;
	cursor:pointer;
}
ul#thumbs img{
	float:left;
	position:relative;
}
#otros {
	background: #53a4b9;
	height: 210px;
}
.desafios .GaleriaVideos {
	background: url(../img/desafios/bg03.jpg) no-repeat center top;
	height: 1500px;
}
.desafios .GaleriaVideos h2{
	text-transform:uppercase;
	/*line-height:1.5em;*/
}
.desafios .GaleriaVideos .contGaleriaVideos{
	width:905px;
	padding:30px 0 0;
	margin:0 auto;
	text-align:left;
}
.desafios .GaleriaVideos .contGaleriaVideos .fichaCumbre{
	background:#000;
	margin:0 0 30px 0;
	position: relative;
}
.desafios .GaleriaVideos .contGaleriaVideos .fichaCumbre .cerrar{
	cursor: pointer;
	position: absolute;
	bottom: 12px;
	right: 12px;
}
.desafios .GaleriaVideos .contGaleriaVideos .fichaCumbre .col1{
	width:15em;
	float:left;
	text-align:right;
	font-size:1em;
}
.desafios .GaleriaVideos .contGaleriaVideos .fichaCumbre .col1 h3{
	font-family:'hermes-thin-webfont';
	font-size:2.5em;
}
.desafios .GaleriaVideos .contGaleriaVideos .fichaCumbre .col1 h3 span{
	display:block;
	clear:both;
	font-size:2.5em;
	font-family:'garage_gothic_fb_bold';
	line-height:1.2em;
}
.desafios .GaleriaVideos .contGaleriaVideos .fichaCumbre .col2{
	width:45em;
	min-height: 130px;
	float:left;
}
.desafios .GaleriaVideos .contGaleriaVideos .fichaCumbre .col2 h4{
	font-size:2.5em;
	color:#74C6DB;
	text-transform:uppercase;
	font-family:'hermes-thin-webfont';
	margin:0;
	font-weight:normal;
	line-height:.8em;
}
.desafios .GaleriaVideos .contGaleriaVideos .fichaCumbre .col2 p{
	margin-top:.7em;
}
.desafios .GaleriaVideos .contGaleriaVideos .listaVideos{
	background:#000;
	width:756px;
	margin:0 auto;
	padding:.5em 0 0 .5em;
}
.desafios .GaleriaVideos .contGaleriaVideos .listaVideos ul li{
	margin:0 .4em .4em 0;
	position:relative;
	float:left;
}
.desafios .GaleriaVideos .contGaleriaVideos .listaVideos ul li a{
	float:left;
	overflow:hidden;
	position:relative;
	height:174px;
}
.desafios .GaleriaVideos .contGaleriaVideos .listaVideos ul li a .playIco{
	position:absolute;
	width:81px;
	height:81px;
	top:50%;
	left:50%;
	margin:-40px 0 0 -40px;
	background: url(../img/desafios/ico-play.png) no-repeat 0 0;
	text-indent:-9999em;
	transition:all 0.4s ease-in-out 0s;
}
.desafios .GaleriaVideos .contGaleriaVideos .listaVideos ul li a:hover .playIco{
	opacity:0;
}
.desafios .GaleriaVideos .contGaleriaVideos .listaVideos ul li a .overOscuro{
	width:175px;
	height:174px;
	display:block;
	position:absolute;
	background:#000;
	opacity:0;
	overflow:hidden;
	transition:all 0.4s ease-in-out 0s;
}
.desafios .GaleriaVideos .contGaleriaVideos .listaVideos ul li a:hover .overOscuro{
	opacity:.8;
}
.desafios .GaleriaVideos .contGaleriaVideos .listaVideos ul li a .playIcoOver{
	position:absolute;
	width:44px;
	height:44px;
	top:50%;
	left:50%;
	margin:-22px 0 0 -22px;
	background: url(../img/desafios/ico-play-over.png) no-repeat 0 0;
	text-indent:-9999em;
	opacity:0;
	transition:all 0.4s ease-in-out 0s;
}
.desafios .GaleriaVideos .contGaleriaVideos .listaVideos ul li a:hover .playIcoOver{
	opacity:1;
}
.desafios .GaleriaVideos .contGaleriaVideos .listaVideos ul li a .NombreCapitulo{
	text-transform:uppercase;
	color:#53a4b9;
	font-size:14px;
	display:block;
	text-align:center;
	top:176px;
	position:absolute;
	width:175px;
	transition:all 0.1s ease-in-out 0s;
}
.desafios .GaleriaVideos .contGaleriaVideos .listaVideos ul li a:hover .NombreCapitulo{
	top:120px;
}
.desafios .GaleriaVideos .contGaleriaVideos .listaVideos ul li a .InfoCapitulo{
	text-transform:uppercase;
	color:#FFF;
	font-size:12px;
	display:block;
	text-align:center;
	top:185px;
	position:absolute;
	width:175px;
	transition:all 0.3s ease-in-out 0s;
}
.desafios .GaleriaVideos .contGaleriaVideos .listaVideos ul li a:hover .InfoCapitulo{
	top:136px;
}
.desafios .GaleriaVideos .contGaleriaVideos .listaVideos .textosMas{
	float:right;
	width:12em;
	margin:-5em .8em 0 0;
}
/* --------------- fundacion -----------------*/
#quienesSomos {
	background: url(../img/fundacion/bg_quienes1.jpg) no-repeat center top;
	height: 929px;
}
#quienesSomos .contQuienes{
	width: 988px;
	position: relative;
	height: 619px;
	margin: 313px auto 0 auto;
}
#quienesSomos .contQuienes .txtIzq{
	float: left;
	width: 354px;
	text-align: right;
	margin: 0 22px 0 140px;
}
#quienesSomos .contQuienes .txtDer{
	float: left;
	width: 424px;
	text-align: left;
	margin: 140px 0 0 0;
}
#quienesSomos .contQuienes h1{
	color: #cf8f12;
	font-size: 65px;
	line-height: 62px;
	text-transform: uppercase;
    font-family: 'garage_gothic_fb_bold';
	font-weight: normal;
	margin: 0;
}
#quienesSomos .contQuienes h2{
	color: #cf8f12;
	font-size: 35px;
	line-height: 32px;
	text-transform: uppercase;
    font-family: 'garage_gothic_fb_bold';
	font-weight: normal;
	margin: 0;
}
#quienesSomos .contQuienes h3{
	color: #4f4f4f;
	font-size: 14px;
	text-transform: uppercase;
    font-family: 'garage_gothic_fb_bold';
	font-weight: normal;
	margin: 25px 0 0 0;
}
#quienesSomos .contQuienes p{
	font-size: 14px;
	line-height: 20px;
    font-family: 'hermes-thin-webfont';
	margin: 13px 0;
}
#quienesSomos .contQuienes .descarga a{
	background: url(../img/fundacion/bg_a1.png) no-repeat right center;
	padding: 4px 15px 4px 5px;
	color: #FFF;
}
#quienesSomos .contQuienes p span{
	color: #a67008;
}
#quienesSomos .contDinamico {
	margin: 0 444px 0 0;
	padding: 52px 0 0 0;
	text-align: right;
	clear: both;
}
#quienesSomos .contDinamico a{
	padding: 0 55px 0 0;
	background: url(../img/all/bullet_01.png) no-repeat right center;
	display: block;
	font-size: 14px;
	color: #FFF;
}
#quienesSomos .contDinamico a span{
	font-size: 60px;
	text-transform: uppercase;
    line-height: 0.7em;
    font-family: 'garage_gothic_fb_regular';
	display: block;
}
#quienesSomos .contDinamico img{
	float: left;
	margin: -40px 0 0 0;
}
#ultimo_mhf {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 550px;
}

#patronato {
	background: url(../img/fundacion/bg_quienes2.jpg) no-repeat center top;
	height: 993px;
}
.contPatronato {
	width: 988px;
	margin: 75px auto 0 auto;
	text-align: left;
}
.contPatronato h1{
	color: #cf8f12;
	font-size: 65px;
	line-height: 62px;
	text-transform: uppercase;
    font-family: 'garage_gothic_fb_bold';
	font-weight: normal;
	margin-left: 78px;
	width: 489px;
}
.contPatronato h1 span {
	float: left;
	margin:0 10px 0 0;
}
.contPatronato h1 span.apendice {
    font-family: 'hermes-thin-webfont';
	font-size: 17px;
	line-height: 15px;
	text-transform: uppercase;
	background: url(../img/fundacion/bg_h2.png) no-repeat 0 2px;
	padding: 0 0 0 22px;
	margin: 8px 0 0 0;
	width: 260px;
}
.contPatronato  p{
	font-size: 14px;
	line-height: 20px;
    font-family: 'hermes-thin-webfont';
	margin: 0 0 0 80px;
	width: 375px;
}
.listaPatronato {
	background: url(../img/all/sombra_slider.png) no-repeat center bottom;
	margin: 50px 0 80px 80px;
	padding: 0 0 20px 0;
	overflow: hidden;
}
.listaPatronato li{
	float: left;
	width: 428px;
	height: 214px;
	background: #e7e7e7;
}
.listaPatronato li span{
    font-family: 'hermes-thin-webfont';
	font-size: 14px;
	text-transform: uppercase;
	text-align: left	;
	color: #c58810;
	background: #000;
	padding: 10px;
	width: 194px;
	height: 194px;
	float: left;
}
.listaPatronato li span.par{
	float: right;
	text-align: right;
}
.listaOpciones{
	clear: both;
}
.fundacion .listaOpciones {
	width: 280px;
	margin: 0 auto;
		text-align: left;

}
.listaOpciones li{
	font-size: 14px;
}
.listaOpciones li a{
    font-family: 'hermes-thin-webfont';
	font-size: 14px;
	text-transform: uppercase;
	text-align: left	;
	color: #c58810;
	background: url(../img/fundacion/bg_a2.png) no-repeat right center;
	padding: 7px 25px 7px 15px;
	margin: 0 0 4px 0;
	display: inline-block;
	white-space: nowrap;
	
}
.listaOpciones li a:hover{
	background: url(../img/fundacion/bg_a2_hover.png) no-repeat right center;
}
.listaOpciones li a.activo{
	background: none/*url(../img/fundacion/bg_a1.png) no-repeat right center*/;
	color: #FFF;
	display: none;
}
/* --------------- fundacion proyectos -----------------*/
#proyectos {
	background: url(../img/fundacion/bg_colabora1.jpg) no-repeat center top;
	height: 1001px;
}
#proyectos .contProyecto{
	width: 897px;
	margin: 313px auto 0 auto;
	background: #000;
	overflow: hidden;
}
#proyectos .contProyecto .col01{
	float: left;
	width: 240px;
	text-align: right;
	margin: 25px 40px 0 41px;
}
#proyectos .contProyecto .col01 h1{
    font-family: 'garage_gothic_fb_regular';
	text-transform: uppercase;
	color: #cf8f12;
	margin: 0;
	font-size: 41px;
	line-height: 41px;
	font-weight: normal;
}
#proyectos .contProyecto .col01 h1 span{
    font-family: 'garage_gothic_fb_bold';
	font-size: 43px;
	font-weight: normal;
	display: block;
}
#proyectos .contProyecto .col01 .entrada{
	color: #eee3cb;
	font-family: 'hermes-thin-webfont';
	font-size: 14px;
	text-transform: uppercase;
	border-top: 1px solid #503d17;
	border-bottom: 1px solid #503d17;
	padding: 10px 0;
	margin: 10px 0 0 40px;
}
#proyectos .contProyecto .col02{
	float: left;
	width: 225px;
	margin: 32px 36px 0 0;
	text-align: left;
	font-family: 'hermes-thin-webfont';
	font-size: 14px;
	color: #FFF;
}
#proyectos .contProyecto .col03	{
	float: left;
	width: 270px;
	text-align: left;
	margin: 60px 0 0 0;
	font-family: 'hermes-thin-webfont';
	font-size: 14px;
	color: #FFF;
}
#proyectos .contProyecto .col03 a{
	background: url(../img/fundacion/bg_a1.png) no-repeat right center; 
	padding: 5px 20px 5px 10px;
	color: #FFF;
}
#proyectos .video {
	clear: both;
    height: 431px;
    overflow: hidden;
}
#proyectos .sombraVideo {
	height: 24px;
	width: 897px;
	margin: 0 auto;
	background: url(../img/fundacion/sombra_video.png) no-repeat center;
}

#contProyecto {
	background: #E18601 url(../img/fundacion/bg_colabora2.jpg) no-repeat center top;
	height: 873px;
	padding: 30px 0 0 0;
}
#contProyecto .contInfoProyecto{
	width: 381px;
	margin: 30px auto;
	color: #FFF;
	font-family: 'hermes-thin-webfont';
	font-size: 14px;
	line-height: 20px;
}
#contProyecto .contInfoProyecto a{
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
}
#contProyecto .contInfoProyecto a:hover{
	text-decoration: none		;
}
#contProyecto h2 {
    font-family: 'garage_gothic_fb_bold';
	font-size: 47px;
	line-height: 51px;
	margin-bottom: 0;
}
#contProyecto .objetivos {
	border-bottom: 1px solid #e3c996;
	padding: 0 0 20px 0;
}
#contProyecto .objetivos li {
	font-size: 18px;
    margin: 10px 0 3px;
}
#contProyecto .objetivos span{
	display:block;
	text-align: center;
	background: url(../img/fundacion/bg_ol.png) no-repeat center top;
    font-family: 'garage_gothic_fb_bold';
	font-size: 20px;
	color: #cf8f12;
	height: 40px;
	line-height: 40px;
	padding: 1px 0 0 3px;
}

#dirProyectos {
	background: #E18601 url(../img/fundacion/bg_proyectos2.jpg) no-repeat center top;
	height: 850px;
	padding: 60px 0 60px 0;
	position: relative;
}
#dirProyectos h2{
	margin: 0 auto;
	text-align: left;
	width: 70px;
	font-family: 'garage_gothic_fb_bold';
	font-weight: 100;
	font-size: 51px;
	line-height: 1em;
	text-transform: uppercase;
	color: #cf8f12;
}
.contDirProyectos{
	margin: 0 auto;
	left: 50%;
	position: relative;
	margin: 0 0 0 -640px;
}
.contDirProyectos li{
	float: left;
	font-family: 'hermes-thin-webfont';
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	width: 205px;
	overflow: hidden;
	margin: 0 10px 150px 0;
	padding: 0 0 13px 0;
	background: url(../img/fundacion/sombra_proyecto.png) no-repeat center bottom;
}
.contDirProyectos li.proyecto1{
	margin-top: 50px;
}.contDirProyectos li.proyecto2{
	margin-top: 170px;
}.contDirProyectos li.proyecto3{
	margin-top: 90px;
}.contDirProyectos li.proyecto4{
	margin-top: 0;
}.contDirProyectos li.proyecto5{
	margin-top: 160px;
}.contDirProyectos li.proyecto6{
	margin: 20px 0 0 0;
}
.contDirProyectos li a{
	display: block;
}
.contDirProyectos li span{
	width: 174px;
	background: #000;
	padding: 20px;
	margin: 0;
	text-align: left;
	font-size: 14px;
	display: block;
	float:	left;
}
.contDirProyectos li strong{
	color: #cf8f12;
	display: block;
	text-transform: uppercase;
}
.contDirProyectos li img {
	margin-bottom: 0;
	float:	left;
}
.contDirProyectos li a:visited span{
	background: #000;
	color: #FFF;
}
.contDirProyectos li a:visited strong{
	color: #cf8f12;
}

.contDirProyectos li a:hover span{
	background: #E18601;
}
.contDirProyectos li a:hover strong{
	color: #FFF;
}



/* --------------- fundacion apadrina -----------------*/
#apadrina {
	background: url(../img/fundacion/bg_colabora1.jpg) no-repeat center top;
	height: 1001px;
}
#apadrina .contApadrina{
	width: 815px;
	margin: 313px auto 0 auto;
}
#apadrina .contApadrina .txtIntro{
	padding: 0 0 20px 0;
	overflow: hidden;
	border-bottom: 1px solid #f1ddb7;
}
#apadrina .contApadrina h1{
	float: left;
	width: 350px;
	color: #cf8f12;
	font-size: 60px;
	line-height: 54px;
	text-transform: uppercase;
	text-align: right;
    font-family: 'garage_gothic_fb_bold';
	font-weight: normal;
	margin: 0 37px 0 50px;
}
#apadrina .contApadrina h1 span{
	font-size: 72px;
	line-height: 77px;
	display: block;
}
#apadrina .contApadrina .entrada {
	float: left;
	margin: 54px 0 0 0;
	width: 350px;
	font-family: 'hermes-thin-webfont';
	font-size: 16px;
	text-transform: uppercase;
	color: #c58810;
	text-align: left;
}
#apadrina .contApadrina .entrada2 {
	float: left;
	margin: 14px 0 0 0;
	width: 350px;
	font-family: 'hermes-thin-webfont';
	font-size: 16px;
	text-transform: uppercase;
	color: #c58810;
	text-align: left;
}
#apadrina .contApadrina .txtIzq {
	float: left;
	width: 400px;
	text-align: left;
	margin: 0 35px 0 0;
	font-family: 'hermes-thin-webfont';
	font-size: 14px;
}
#apadrina .contApadrina .txtDer{
	float: left;
	width: 380px;
	text-align: left;
	margin: 0;
	font-family: 'hermes-thin-webfont';
	font-size: 14px;
}
#apadrina .contApadrina .txtDer a{
	background: url(../img/fundacion/bg_a1.png) no-repeat right center;
	color: #FFF;
	padding: 5px 20px 5px 10px;
}

#kailash {
	background: #E18601 url(../img/fundacion/bg_colabora2.jpg) no-repeat center top;
	height: auto;
	padding: 30px 0 30px 0;
}
.contKailash {
	width: 991px;
	margin: 0 auto;
	font-size: 12px;
	color: #FFF;
	overflow: hidden;
}
.contKailash .intro{
	width: 315px;
	margin: 0 auto;
}
.contKailash h1{
	font-size: 51px;
	line-height: 50px;
	text-transform: uppercase;
    font-family: 'garage_gothic_fb_bold';
	font-weight: normal;
	margin-bottom: 0;
}
.contKailash h1 span{
    font-family: 'garage_gothic_fb_regular';
}
.contKailash p{
	font-size: 14px;
	margin: 10px 0;
}
.contKailash .redes{
	background: url(../img/fundacion/bg_redes.png) no-repeat center;
	margin: 0 0 30px 0;
}
.contKailash .listaOpciones {
	margin: 20px auto 0 auto;
}
/* --------------- fundacion colabora -----------------*/
#colabora {
	background: url(../img/fundacion/bg_colabora1.jpg) no-repeat center top;
	height: 870px;
}
#colabora .contColabora{
	width: 815px;
	margin: 263px auto 0 auto;
	padding: 0 0 0 100px;
	
}
#colabora .contColabora .txtIntro{
	padding: 0 0 20px 0;
	overflow: hidden;
	border-bottom: 1px solid #f1ddb7;
}
#colabora .contColabora h1{
	float: left;
	width: 350px;
	color: #cf8f12;
	font-size: 60px;
	line-height: 54px;
	text-transform: uppercase;
	text-align: right;
    font-family: 'garage_gothic_fb_bold';
	font-weight: normal;
	margin: 0 37px 0 50px;
}
#colabora .contColabora h1 span{
	font-size: 72px;
	line-height: 77px;
	display: block;
}
#colabora .contColabora .entrada {
	float: left;
	margin: 54px 0 0 0;
	width: 350px;
	font-family: 'hermes-thin-webfont';
	font-size: 16px;
	text-transform: uppercase;
	color: #c58810;
	text-align: left;
}
#colabora .contColabora .txtIzq {
	float: left;
	width: 400px;
	text-align: right;
	margin: 0 35px 0 0;
	font-family: 'hermes-thin-webfont';
	font-size: 14px;
}
#colabora .contColabora .txtIzq a{
	background: url(../img/fundacion/bg_a1.png) no-repeat right center;
	color: #FFF;
	padding: 5px 20px 5px 10px;
}
#colabora .contColabora .contacto{
	float: left;
	width: 235px;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 23px;
	background: #000;
	color: #FFF;
	font-family: 'hermes-thin-webfont';
	font-size: 14px;
	text-transform: uppercase;
}
#colabora .contColabora .contacto .titulo{
	color: #ffb015;
}
#colabora .contColabora .contacto p{
	margin: 5px 0;
}
#colabora .contColabora .contacto a{
	color: #ffb015;
	font-size: 13px;
	text-transform: lowercase;
}
#colabora .opcionesColabora{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -410px;
	border-left: 1px solid #E18601;
}
#colabora .opcionesColabora li{
	float: left;
}
#colabora .opcionesColabora li a{
	font-family: 'hermes-thin-webfont';
	font-size: 14px;
	text-transform: uppercase;
	padding: 6px 22px;
	display: block;
	border-right: 1px solid #E18601;
	color: #000;
}
#colabora .opcionesColabora li a:hover{
	color: #E59001;
}
#colabora .opcionesColabora li a.activo{
	float: left;
	background: #E59001;
	color: #FFF;
}

#form {
	background: #E18601 url(../img/fundacion/bg_colabora2.jpg) no-repeat center top;
	height: auto;
	padding: 30px 0 60px 0;
}
.contForm {
	width: 815px;
	margin: 0 auto;
	text-align: left;
	font-size: 14px;
	color: #FFF;
	text-transform: uppercase;
	overflow: hidden;
}
.contForm h3{
	margin: 25px 0 0 0;
}
.contForm p{
	text-transform: none;
	font-size: 14px;
	font-family: 'hermes-thin-webfont';
}
.contForm p.fueraEspana{
	margin: 10px 0 0 0;
}
.contForm .opcionesForm {
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #FFF;
}
.contForm .formIzq{
	float: left;
	width: 354px;
	margin: 0 57px 0 0;
}
.contForm .formDer{
	float: left;
	width: 354px;
}
.contForm .formIzq input, .contForm .formDer input{
	width: 100%;
}
.contForm label{
	display: block;
	clear: left;
	margin: 21px 0 4px 0;
	font-family: 'hermes-thin-webfont';
}
.contForm input{
	background: #FFF;
	border: none;
	width: 550px;
	height: 19px;
}
.contForm .inputCorto{
	background: #FFF;
	border: none;
	width: 115px;
	height: 19px;
}
.contForm textarea{
	background: #FFF;
	border: none;
	width: 100%;
	height: 99px;
}
.contForm select{
	background: #FFF;
	border: none;
	width: 100%;
	height: 19px;
}

.contForm .opcionesForm label{
	width: auto;
	display: inline;
}
.contForm .opcionesForm label{
	margin: 0 12px 0 0;
	clear: none;
}
.contForm .opcionesForm input{
	width: auto;
	vertical-align: middle;
	margin: 0 6px 0 0;
	background: none;
}

.contForm .legal {
	padding: 22px 0;
}
.contForm .legal input{
	width: auto;
	margin: 0 6px 0 0;
	height: auto;
	background: none;
}
.contForm .legal label{
	width: auto;
	display: inline;
	clear: none;
	font-size: 13px;
}
.contForm .legal label a{
	text-decoration: underline;
	color: #FFF;
}.contForm .legal label a:hover{
	text-decoration: none;
}

.contForm .botEnviar, .contForm .formDer .botEnviar{
	width: auto;
	background: transparent url(../img/fundacion/bg_a2.png) no-repeat right center;
	padding: 10px 25px 8px 20px;
	height: 29px;
	color: #cb8500;
	font-weight: bold;
}

.contForm .avisosError {
	background: #a25c57;
	padding: 13px;
	color:#FFF;
}
.contForm .avisosError p{
	margin: 0;
	text-transform: none;
	font-size: 14px;
}
.contForm .avisosError ul {
	margin: 5px 0 0 5px;
}
.contForm .avisosError li{
	margin: 2px 0 0 0;
	padding: 0 0 0 0;
	list-style:circle inside;
	text-transform: none;
	font-size: 14px;
}
.contForm .avisosOK {
	background: #85b7c6;
	padding: 13px;
	color:#FFF;
}
.contForm .avisosError p{
	margin: 0;
}
.contForm .campoError{
	background: #8D4657;
	/*border: 1px dashed #FFF;*/
	color: #FFF;
}
.contForm label.campoError {
	padding:0.2em 0.5em;
}


.contForm fieldset {
	border-bottom: none;
	border-right: none;
	border-left: none;
	margin: 30px 0 10px 0;
}
.contForm .fieldUnico {
	border: none;
}
.contForm  .radio{
	width: auto;
	vertical-align: middle;
	margin: 0 5px 0 0;
	background: none;
}
.contForm  .otra{
	width: 120px;
	margin: 21px 0 4px;
	float: left;
}
.contForm  .otraLabel{
	width: 120px;
	float: left;
}
.contForm  .formLinea, .contForm  .formLineaCols{
	margin: 21px 0 0;
	overflow: hidden;
}
.contForm  .formLineaCols .col{
	float: left;
	margin: 0 15px 0 0;
}
.contForm  .formLineaCols .colDer{
	margin: 0;
}
.contForm  .formLineaCols .cols2{
	width: 267px;
}
.contForm  .formLineaCols .cols4{
	width: 80px;
}
.contForm  .formLineaCols .cols4Num{
	width: 265px;
}
.contForm  .formLinea input{
	float: left;
	width: 50px;
	margin: 0px 13px 4px 0;
}
.contForm  .formLinea input.radio{
	margin: 0 5px 0 10px;
	width: auto;
}

.contForm  .formLinea label{
	float: left;
	clear: none;
	margin: 0px 8px 4px 0;
}
.contForm  .formLinea .labelImporte{
	float: left;
	width: 80px;
}
.contForm  .formLinea .otraLabel{
	width: 140px;
}
.contForm  #otraCantidad, .contForm  #otraCantidadEmp {
	width: 150px;
}
.contForm  .info {
	text-transform: lowercase; 
	margin: 0 5px;
	font-family: 'hermes-thin-webfont';
	font-size: 13px;
}
.contForm  .codigoCV {
	font-size: 13px;
	position: relative;
	display: inline;
	padding: 0 0 0 8px;
	font-family: 'hermes-thin-webfont';
}
.contForm  .infoCV {
	width: 200px;
	position: absolute;
	display: none;
	left: 90px;
	top: 0;
	border: 1px solid #CCC;
	background: url(../img/fundacion/bg_quees.png);
	padding: 10px;
	margin: 0;
	color: #4F4F4F;
	text-transform: none;
	z-index: 100;
}
.contForm  .infoCV a{
	float: right;
	padding: 5px 0 0 0;
	color: #E18601;
}
.contForm  .tipoLabel {
	margin: 21px 0 4px;
}
.contForm  .opcsAnadir {
	margin: -20px 0 4px 167px;
	border-left: 1px solid #FFF;
	padding: 30px 0 0 32px;
}
.contForm  .opcsAnadir a{
	color: #FFF;
}
/*.contForm  .anadirPadrinos {
	margin: 21px 0 4px 200px;
}*/
.contForm  .anadirPadrinos .eliminar{
	margin-left: 15px;
}
.contForm  .anadirPadrinos span{
	font-weight: bold;
	font-size: 20px;
}
.contForm  .anadirPadrinos a:hover{
	color: #4F4F4F;
}

.contForm .formUnaCol fieldset {
	border: none;
}
.contForm .formUnaCol legend{
	float: left!important;
    margin: 0 25px 0 0;
    text-align: right;
    width: 130px;
	position: relative;
}
.contForm .formUnaCol .colFieldset{
	float: left;
	*float: right;
	*margin: -20px 50px 0 0;
	width: 560px;
	padding: 0 0 0 35px;
	border-left: 1px solid #FFF;
	position: relative;
}
.contForm .formUnaCol .colFieldset label:first-child{
	margin-top: 0;
}

.contForm .formUnaCol .colFieldset .sinMargen{
	margin: 0;
}
.contForm .formUnaCol select {
	width: auto;
}
.contForm #pago_banco_particular, .contForm #pago_banco_particularEmp{
	padding-top: 16px;
}

.contForm #pago_tarjetaEmp, .contForm #pago_tarjeta_particular{
	padding-top: 16px;
}
/* confirmar datos */
.contForm .tipoLegend{
	float: left;
    margin: 10px 25px 0 0;
    position: relative;
    text-align: right;
	text-transform: uppercase;
    width: 130px;
}
.contForm .tipoFieldset{
	border-left: 1px solid #FFFFFF;
    float: left;
    margin: 10px 0 20px 0;
    padding: 0 0 0 35px;
    position: relative;
    width: 550px;
}
.contForm .tipoFieldset span{
	font-size: 19px;
	background: #FFF;
	color: #E18601;
	padding: 0 5px;
}
.contForm .tipoFieldset dt{
	float: left;
	clear: left;
	margin: 2px 10px 18px 0;
	font-size: 14px;
	width: 180px;
}
.contForm .tipoFieldset dd{
	float: left;
	margin: 0 0 18px 0;
	padding: 0 9px;
	text-transform: none;
	background: #FFF;
	color: #E18601;
	font-size: 15px;
}

.formFundacion .opcConfirmar  {
    background: url("../img/fundacion/bg_a3.png") no-repeat scroll left center transparent;
    color: #CB8500;
    font-weight: bold;
	margin: 20px 0 0;
    height: 29px;
    padding: 8px 20px 8px 25px;
	float: left;
	width: auto;
	vertical-align: middle;
}
.formFundacion .siguiente {
    background: url("../img/fundacion/bg_a2.png") no-repeat scroll right center transparent;
    color: #CB8500;
    font-weight: bold;
    height: 29px;
    padding: 8px 25px 8px 20px;
	margin: 20px 0 0;
	float: right;
	width: auto;
	vertical-align: middle;
}
/* --------------- mapa-web -----------------*/
#mapa-web {
	background: #F6F6F6 url(../img/all/bg-mapa-web.jpg) no-repeat center top;
	height: 1070px;
}
#mapa-web .contMapa{
	width: 815px;
	margin: 263px auto 0 auto;
	padding: 0 0 0 100px;
	position: relative;
}
#mapa-web ul{
	float: left;
	font-size: 15px;
	text-align: left;
	margin-bottom: 20px;
}
#mapa-web ul ul ul{
	margin-bottom: 0;
}
.contMapa li {
	border-top: 1px solid #c5c7c7;
	width: 180px;
	clear: left;
    float: left;
}
.contMapa .menu1 li {
	width: 220px;
}
.contMapa li a, .contMapa li span {
	padding: 8px 0 4px 10px;
	display: block;
	xtext-shadow: 1px 1px #FFF;
	text-transform: uppercase;
	color: #333;
	transition: background-color 1.5s ease-out ;
      -moz-transition: background-color 1.5s ease-out ;    /* FF3.7+ */
      -o-transition: background-color 1.5s ease-out ;      /* Opera 10.5 */
      -webkit-transition: background-color 1.5s ease-out ; /* Saf3.2+, Chrome */
}
.contMapa li li a {
	letter-spacing: 1px;
	text-transform: none;
	font-size: 14px;
}
.contMapa li li li a {
	letter-spacing: 1px;
	text-transform: none;
	font-size: 12px;
	padding: 6px 0 3px 10px;
}
.contMapa li a:hover {
	color: #FFFFFF;
	background: #7d4857;
	text-shadow: 0px 0px #FFF;
}
.contMapa li a.activo {
	color: #FFFFFF;
	background-color: #7D4857;
}
.contMapa .opc1 a:hover,
.contMapa .opc1 a.activo{
	background: #94aac0;
}
.contMapa .opc2 a:hover,
.contMapa .opc2 a.activo{
	background: #85c7b6;
}
.contMapa .opc3 a:hover,
.contMapa .opc3 a.activo{
	background: #5badc2;
}
.contMapa .opc4 a:hover,
.contMapa .opc4 a.activo{
	background: #7d4857;
}
.contMapa .opc5 a:hover,
.contMapa .opc5 a.activo{
	background: #c58810;
}
.contMapa .opc7 a:hover,
.contMapa .opc7 a.activo{
	background: #535a62;
}
.contMapa .menu1{
	position: absolute;
	top: 50px;
	left: 130px;
	border-bottom: 1px solid #c5c7c7;
}
.contMapa .menu2{
	position: absolute;
	top: 50px;
	left: 415px;
	border-bottom: 1px solid #c5c7c7;
}
.contMapa .menu3{
	position: absolute;
	top: 50px;
	left: 656px;
	border-bottom: 1px solid #c5c7c7;
}
/* --------------- info legal -----------------*/
#info-legal {
	background: url(../img/all/bg-mapa-web.jpg) no-repeat center top;
	height: auto;
}
#info-legal .contInfo{
	width: 815px;
	margin: 263px auto 0 auto;
	padding: 50px;
	position: relative;
	background: url(../img/all/trans.png);
	text-align: left;
	font-size: 14px;
	font-family: 'hermes-regular-webfont';
	letter-spacing: 1px;
}
#info-legal h1{
	margin: 20px 0 10px 0;
	font-size: 16px;
	text-transform: uppercase;
}
#info-legal h2{
	margin: 25px 0 10px 0;
	font-size: 14px;
	text-transform: uppercase;
}
#info-legal h3{
	margin: 25px 0 10px 0;
	font-size: 14px;
	text-transform: uppercase;
}
#info-legal a{
	color: #000;
}

/* --------------- páginas de error -----------------*/
#error {
	background: #8f616e url(../img/all/bg-general.jpg) no-repeat center top;
	height: 870px;
}
#error .contError{
	width: 354px;
	margin: 263px auto 0 auto;
	padding: 0 230px 0 0;
	position: relative;
	text-align: left;
	font-size: 14px;
	color: #926571;
}
#error h1{
	font-family: 'garage_gothic_fb_bold';
	font-weight: normal;
	font-size: 45px;
	text-transform: uppercase;
	line-height: .9em;
	margin: 0 0 10px 0;

}
#error h2{
	font-family: 'garage_gothic_fb_regular';
	font-size: 45px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: .9em;
	margin: 0 0 10px 0;

}
#error p, #error li{
	font-family: 'hermes-thin-webfont';
	margin: 10px 0;
}
#error .entrada{
	border-top: 1px solid #d5c5c9;
	border-bottom: 1px solid #d5c5c9;
	text-transform: uppercase;
	padding: 3px 0;
	margin: 0 0 10px 0;
}
#error .opcError {
	overflow: hidden;
}
#error .opcError a{
	background: url(../img/all/bg_link_error.png) no-repeat center top;
	width: 95px;
	height: 90px;
	padding: 30px 9px 0 9px;
	margin: 0 9px 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'hermes-thin-webfont';
	float: left;
	color: #FFF;
}
#error .opcError a.buscar{
	padding-top: 45px;
}
.error500{
	background: #FFF;
	position: relative;
	padding: 40px 70px;
	width: 320px;
}
.error500:after {
	content: url(../img/all/sombra-error.png);
	bottom: -18px;
	left: 10px;
	position: absolute;
	visibility: visible;
}
#error .error500 h1{
	border-bottom: 1px solid #d5c5c9;
	font-family: 'hermes-regular-webfont';
	font-weight: normal;
	font-size: 16px;
	line-height: 1.1em;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;

}
#error .error500 a{
	text-decoration: underline;
	color: #926571;
}

.formBaja input{
	background: #926571;
	border: none;
	height: 25px;
	color: #FFF;
	margin: 0 0 0 5px;
	width: 215px;
	vertical-align: middle;
}
.formBaja .botBaja{
	background: url(../img/all/bg_pie_boletin.png) no-repeat right top;
	width: 35px;
	height: 25px;
}
/* --------------- PIE -----------------*/

.pie {
	background: url(../img/all/bg_pie.jpg) #FFF no-repeat center top;
	font-size: 14px;
    font-family: 'hermes-regular-webfont';
	letter-spacing: 1px;
	color: #acacac;
	height: 256px!important;
	position: relative;
}
.contPie {
	width: 988px;
	margin: 0 auto;
	text-align: left;
}
.pie a{
	font-size: 14px;
	color: #4F4F4F;
}
.pie p{
	text-transform: uppercase;
}

.pie1 {
	/*width: 380px;*/width: 320px;
	float: left;
}
.pie2 {
	/*width: 330px;*/width: 390px;
	float: left;
}
.pie2 li{
	float: left;
	margin: 0 5px 0 0;
}
.pie3 {
	width: 267px;
	float: left;
	text-align: right;
}
.pie3 #mailBoletin {
	border: none;
	border-bottom: 1px solid #d5d5d5;
	color: #acacac;
	width: 157px;
	height: 21px;
	text-align: center;
	vertical-align: middle;
}
.pie3 .botMail {
	text-indent: -2000em;
	vertical-align: middle;
	width: 35px;
	height: 33px;
	border: none;
	background: url(../img/all/bg_pie_boletin.png) no-repeat right 3px;
} 
.pie3 .txtboletinPie{
	font-size: 12px;
	color: #2c2c2c;
	margin: 0;
}
.pie3 a {
	display: block;
	text-align: left;
	color: #acacac;
	margin: 10px 0 0 0;
	padding: 4px 0 10px 0;
}
.pie3 .avisosError{
	padding: 5px 0 0 0;
	color: #A25C57;
}
.pie3 .avisosOK{
	padding: 5px 0 0 0;
	color: #68AECF;
}
/*------------------------  BASE-REM SIZING  */


@media (min-width: 1520px) {
	html {
		font-size: 12px;
	}
}

@media (max-width: 1400px) {
	html {
		font-size: 11px;
	}
}

/* target screen width  */
@media (max-width: 1280px) {
	html {
		font-size: 10px;
	}
}
	
@media (max-width: 1160px) {
	html {
		font-size: 9px;
	}
}
	
@media (max-width: 1040px) {
	html {
		font-size: 8px;
	}
}
	
@media (max-width: 920px) {
	html {
		font-size: 7px;
	}
}
	
@media (max-width: 800px) {
	html {
		font-size: 6px;
	}
}
	
@media (max-width: 680px) {
	html {
		font-size: 5px;
	}
}
	
@media (max-width: 560px) {
	html {
		font-size: 4px;
	}
}
	
@media (max-width: 440px) {
	html {
		font-size: 3px;
	}
}

@media (max-width: 320px) {
	html {
		font-size: 3px;
	}
}