*{
	margin:0;
	padding:0;
	border:none;	
}
@charset "utf-8";
/* CSS Document */

	*{
		margin:0;
		padding:0;
		border:none;	
	}

	
	h1{
		color:black;	
		text-align:left;
		font-family: 'museo_slab500', Georgia;		
		font-size:1.3em;
		font-weight:normal;
		padding-bottom:0.1em;
	}
	
	h1.titulo_principal{
		font-size:1.55em;
		margin-bottom:0.4em;
		color:#666;
	}
	
	h2{
		color:black;	
		text-align:left;
		font-family: 'museo_slab500', Georgia;		
		font-weight:normal;
		/*padding-bottom:0.4em;*/
		font-size:1em;
		line-height:1.40em;
	}
	
	h3{
		color:black;	
		text-align:left;
		font-family: 'museo_slab500', Georgia;		
		font-weight:normal;
	}
	
	.un_elemento h3{
		margin-top:30px;
	}
	p{
		font-family: 'museo_sans300', tahoma;		
		font-weight:normal;
		font-size:0.95em;
		color:#333;
		margin-top:1em;
		line-height:1.35em;
	}
	
	p strong{
		font-weight:normal;
		font-family: 'museo_sans500', tahoma;		
		color:black;
	}
	
	ol li{
		font-family: 'museo_sans300', tahoma;		
		font-weight:normal;
		font-size:0.85em;
		color:#333;
		margin-top:1em;
		line-height:1.35em;
	}
	
	ol{
		margin-left:18px;
	}
	
	a{
		/*font-family: 'museo_sans300', tahoma;		
		font-weight:normal;
		font-size:0.95em;*/
		color:#333;
		/*margin-top:1em;
		line-height:1.35em;*/
		/*text-decoration:none;*/
	}
	
	
	a:hover{
		text-decoration:underline;
	}
	
	body.home{
		  background: url(../images/adriana-lestido-06.jpg) no-repeat center center fixed; 
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
	}


	header{
		height:93px;
		background-color:#FFF;
		/*overflow:hidden;		*/
		position:relative;
		margin:0 auto;
		max-width:960px;
		width: 95%;
	}
	
	#contenedor_header{
		width:100%;
		background-color:#FFF;
		position:relative;		
		z-index:1000;
	}
	
	header h1{
		float:left;		
		font-size:1.9em;	
		margin-top:37px;
	}

		header h1 a{
			text-decoration: none;
		}

	#header_in{
		margin:0 auto;
		/*overflow: hidden;		*/
	}
	
	
	a:hover h1{
		text-decoration:underline;
	}
	
	nav{
		float:right;	
		margin-top:49px;
	}
	
	#menu_idiomas {
		position:absolute;
		right:0;
		top:10px;
	}
	
	nav ul, #menu_idiomas ul, .navmobile ul{
		list-style:none;
	}
	
	nav ul li, #menu_idiomas ul li{
		float:left;		
	}
	
	nav ul li a, .navmobile ul li a{
		font-family:'museo_sans300', tahoma;
		font-size:0.95em;
		text-decoration:none;
		color:#333;
		margin-right:14px;	
	}
	
	#menu_idiomas ul li a{
		margin-right:14px;	
		font-family:'museo_sans300', tahoma;
		font-size:0.8em;
		color:#999;
		text-decoration:underline;	
	}
	
	#menu_idiomas ul li a.actual{
		text-decoration:none;
		color:#555;
	}

	
	nav ul li:last-child a, #menu_idiomas ul li:last-child a{
		margin-right:0;	
	}
	
	nav ul li a:hover{
		text-decoration:underline;
		color:#000;
	}


.menumobile{
	position: absolute;
	right: 0;
	z-index: 500;
	top: 46px;
	text-align: right;
	padding: 15px;
	padding-top: 0;
}

.navmobile{
	height: 0;
	overflow: hidden;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.navmobile ul{
	background-color:  rgba(255,255,255,1);
	padding: 12px 17px;
}

.navmobile ul li {
	padding-bottom: 9px;
}

.navmobile ul li a {
	font-weight:400;
	font-size: 0.9em;
	text-transform: uppercase;
	text-decoration: none;
	color: #444;
	opacity: 0.7;
}

.bt-menu-mobile{
	cursor: pointer;
}

.mobile{
	display: none;
}


/*ERRANTE*/

.home-errante header{
	background-color:  transparent;
}
.home-errante header nav ul li a, .home-errante header h1 a, .home-errante header #menu_idiomas ul li a{
	color:  #AAA;
}

.errante-inicio{
	height :    100vh;
}

.home-errante {
	background-color: #FAFAFA;
}
.flyer-pelicula img{
	display: block;
	margin: auto;
	width: 100%;
}
.errante-fondo{
	height: 100vh;
	width: 100%;
}

.ficha-columna{
	width: 47%;
	display: inline-block;
	vertical-align: top;
	margin: 0 2%;
}

.contenido50{
	max-width:660px;
	width: 95%;
	margin: auto;
}
.contenido80{
	max-width:1260px;
	width: 95%;
	margin: auto;
}

.ficha-errante{
	margin: 3em auto;
	padding: 4em 0;
}
.notas-en-serie{
	padding: 4em 0;
}
.col2{
	display: inline-block;
	width: 46%;
	margin-right: 7%;
	vertical-align: top;
}
.contacto-errante{
	text-align: center;
	padding: 1em 0 4em;
}



#imagenes_destacadas{
		background-color:#000;
		width:auto;
		max-height:830px;	
		overflow:hidden;
	}
	
	#imagenes_destacadas img{
		max-width:100%;
		width:auto;
		margin:0 auto;
		max-height:830px;	
		display:block;
		
	}
	
	#contenido{
		width:960px;
		margin:0 auto;
		padding:40px 0 40px 0;	
	}	
		
	footer{
		background-color:#171717;	
		width:100%;
		display:table;
	}
	
	#footer_in{
		margin:50px auto 50px auto;		
		width:960px;	
		display:table;
	}
	
	footer h2.nombre{
		color:#919191;
		font-size:1.8em;
		text-align:right;
		margin-bottom:14px;
	}
	
	footer ul{
		list-style:none;	
	}
	
	footer ul li{
		margin-top:15px;
		font-size:1.1em;
		color:#919191;
 	}
	
	footer ul li a{
		font-family:'museo_sans500', tahoma;
		color:#aaa;
	}
	
	footer ul li ul li a{
		font-family:'museo_sans300', tahoma;
		color:#919191;
	}
	
	

	footer ul li ul{
		margin-bottom:10px;	
	}


	footer ul li li{
font-size: 0.8em;
		color:#919191;
		margin-top:5px;
	}
	
	footer a{
		text-decoration:none;	
		color:#919191;
	}
	
	footer a:hover{
		text-decoration:underline;	
	}
	
	#footer_col1{
		float:left;
		width:265px;
	}
	
	#footer_col2{
		float:left;
		width:405px;
	}
	
	#footer_col3{
		float:right;
		width:290px;
		text-align:right;
	}
	
	#footer_col3 img{
		/*margin-right:24px;*/
	}
		
	
	
	.un_elemento{
		width:800px;
		margin:0 auto;	
	}
	
	/*TEXTOS*/
	
	.item_texto{
	    display: inline-block;
	    width: 29%;
	    margin: 0 6% 60px 0%;
	    vertical-align: top;		
		}

	a:nth-child(3n) .item_texto{
    	margin: 0 0 60px 0;

	}

	.titulo_interno_texto{
		margin-top:30px;	
	}

	.subtitulo_texto{
		margin-bottom:10px;	
	}

	.volver{
		color:black;
		padding-top:1em;	
		text-align:right;
	}


	.link_texto{
		font-size:0.85em;
		margin-top:50px;	
	}
	
	.link_texto a{
		color:#666;	
	}
	
	.link_texto a:hover{
		color:#333;	
	}
	
	.clear{
		clear:both;		
	}
	

	/*LIBROS y FOTOGRAFIAS*/	
	
	.libro_destacado{
		display:table;
		margin-bottom:100px;
	}
	#video_destacado{
		/*display:table;*/
		margin-bottom:100px;
		min-height:500px;
	}
	
	#video_destacado hgroup{
		margin-top:30px;	
	}
	
	.libro_destacado .tapa_libro{
		float:left;
		width:400px;
	}
	
	.libro_destacado .resenia{
		float:left;
		width:400px;
		margin-left:60px;
	}
	
	.fila{
		margin-bottom:70px;
		display:table;
	}
	
	.fila:last-child{
		width:960px;
	}
	
	
	.item_libro{
    width: 250px;
    margin-left: 150px;
    margin-bottom: 70px;
    display: inline-block;
    vertical-align: top;
	}
	
	.item_libro:first-child{
		margin-left:0;		
	}
	
	.item_libro .resenia, .item_fotografia_final .datos_fotografia, .item_fotografia .datos_fotografia, .item_video .datos_video{
		margin-top:10px;
	}
	
	.item_libro .resenia{
		margin-left:50px;
	}

	    .libro_dos_columnas{
        margin:3em 0 5em;
    }

    .libro_dos_columnas .item_libro{
        display: inline-block;
        width: 40%;
        margin: 0 1%;
        float: none;
        vertical-align: top;
    }

        #libro_antartida_diarios{
        }

        #libro_antartida{
            width: 55%;
        }

        #libro_antartida_diarios .resenia{
            margin-left: 20px;
        }

        #libro_antartida .resenia{
            margin-left: 180px;            
        }

	
	.datos_fotografia p{
		margin-top:0;
	}
	
	.item_fotografia{
		width:280px;
		display: inline-block;
    	margin-left: 56px;
    	vertical-align: top;
        margin-bottom: 50px;
	}

	.item_fotografia img{
		max-width: 100%;
		height: auto;
		display: block;
	}

	a:nth-child(3n+1) .item_fotografia{
		margin-left:00px;		
	}

	
	.fila_retrospectiva{
		width:860px;	
		margin:0 auto 70px;
		display:table;
	}
	
	.fila_retrospectiva .item_fotografia{
		width:280px;
		float:right;	
		margin:0 60px;		
	}
	.fila_retrospectiva a:first-child .item_fotografia{
		width:280px;
		float:left;	
		margin:0 60px;		
	}
	
	.item_fotografia_final{
		width:400px;
		margin:0 auto;
		float:none;		
	}
	
	 a:first-child .item_fotografia{
		margin-left:0;		
	}

	.sin_margen{
		margin-left:0;		
	}
	
	.fila a{
		text-decoration:none;	
	}
	
	figure.fotografia{
		text-align:center;	
		margin-bottom:30px;
	}
	
	/*BIO*/
	#bio_detallada{
		margin:70px auto;	
		width:800px;		
	}
	
	#bio_detallada h2{
		margin-top:40px;
		font-size:1.3em;
	}


	/*VIDEOS*/
.item_video {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 1.5% 50px;
	}

	.item_video.video_seleccionado	img{
		opacity: 0.3;
	}

	.item_video figure{
		background-color: #FFF;
	}
	.item_video img{
		width:100%;	
		display: block;
	}

	.item_video:hover h1{
		text-decoration:underline;
	}
	.item_video_margen{
		margin-left:45px;
	}
	
	
	.oculto{
		display:none;	
	}
	
	.mostrando{
		display:block;
	}	


/*RETROSPECTIVA*/

	#titulo_retrospectiva{
		float:right;	
		width:280px;
	}
	
	#fotos_retrospectiva{
		float:left;
		width:650px;	
		margin-bottom:30px;
	}

	.info_retrospectiva{
		margin-top:60px;	
	}
	#contenido_retrospectiva{
		width:650px;	
		margin-bottom:30px;
	}
	
	.col_retrospectiva{
		float:left;
		width:300px;
		margin-left:50px;
	}
	
	.col_retrospectiva:first-child{
		margin-left:0;	
	}

	.col_retrospectiva_unacol{
		/*float:left;*/
		width:500px;
		margin-left:0;
	}

	/*.col_retrospectiva:first-child{
		margin-left:0;
	}*/
	
	.col_retrospectiva p:first-child, col_retrospectiva_unacol p:first-child{
		margin-top:0;
	}
	
	#preloader{
		position:absolute; 
		width:960px;
		text-align:center;
		margin-top:300px;
		opacity:0.5;
	}
	
	#preloader_retrospectiva{
		position:absolute; 
		width:650px;
		text-align:center;
		margin-top:200px;
		opacity:0.5;
	}

	#preloader_antartida{
		position:absolute; 
		width:960px;
		text-align:center;
		margin-top:200px;
		opacity:0.5;
	}

/*NOTAS*/
	.item_nota{
	    display: inline-block;
	    vertical-align: top;		
		width:264px;
		margin:0 0 60px 80px;
	}

	a:first-child .item_nota{
		margin-left:0;
	}

	a:nth-child(3n+1) .item_nota{
		margin-left:0;
	}

	.nota_al_pie{
		font-size:0.65em;
			
	}

/*CURADURIA*/
.item_curaduria{
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.item_curaduria figure.portada_curaduria{
    width: 40%;
    float: left;
    margin-right: 5%;
}

.item_curaduria figure.portada_curaduria img{
    width: 100%;
    height: auto;
    display: block;
}

.item_curaduria .datos_curaduria{
    width: 55%;
    float: left;    
}




/*CONTACTO*/

	#contacto{
		height:450px;
		margin-top:100px;
		text-align:center;	
	}


.lazypre{
	opacity:0;
	position:absolute;
	bottom:0;
}
/*FULL BACKGROUND*/
#bg { position: fixed; top: 0; left: 0; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }

/*fuentes*/


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

}

@font-face {
	font-family: 'museo_sans300';
	src: url('museo_sans_300-webfont.eot');
	src: url('museo_sans_300-webfont.eot?#iefix') format('embedded-opentype'),
url('museo_sans_300-webfont.woff') format('woff'),
url('museo_sans_300-webfont.ttf') format('truetype'),
url('museo_sans_300-webfont.svg#museo_sans300') format('svg');
	font-weight: normal;
	font-style: normal;
}
	
@font-face {
    font-family: 'museo_sans100';
    src: url('museo_sans_100-webfont.eot');
    src: url('museo_sans_100-webfont.eot?#iefix') format('embedded-opentype'),
url('museo_sans_100-webfont.woff') format('woff'),
url('museo_sans_100-webfont.ttf') format('truetype'),
url('museo_sans_100-webfont.svg#museo_sans100') format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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


@media screen and (max-width: 1110px) {

	nav{
		display: none;
	}
	.mobile{
		display: block;
	}
}



@media screen and (max-width: 1024px) {

	.contenedor_galeria{
		width:730px;
		margin:0 auto;
	}	

}

/*


*/

.aunnoesta, .aunnoesta a{
	display:none;
/*color:red;*/
}