/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:400;
    font-size: 16px;
    color: #333;
	font-style: normal;
    letter-spacing: 0.015em;
    line-height: 1.3em;
}
body em {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
	font-style: normal;
    text-transform: uppercase;
}






/*------------------------------------------------*/
/*-------------    [ HEADER.php ]   --------------*/
/*------------------------------------------------*/

.logohuellas-header {
    position: fixed;
    left: 0;
    top:0;
    margin: 12px 12px;
    z-index:99999;
}
.logoitau-header {
    position: fixed;
    right: 0;
    top:0;
    margin: 15px 15px;
    z-index:99999;
}

/*------------------------------------------------*/
/*-------------    [ TIMELINE.php ]   --------------*/
/*------------------------------------------------*/

.contenedor-timeline {
    position:absolute;
    top:50%;
    width: 100%;
    height: 450px;
    margin-top: -228px;
}
.contenedor-timeline em {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:400;
    font-size: 16px;
    color: #333;
}
/*Texto iframe LINK */
.vco-storyjs a {
    color:#ff7214!important;
    font-size:90%!important;
}
.vco-feature h3 {
    font-family: 'Open Sans Condensed', sans-serif!important;
    font-weight: 700!important;
}
.vco-feature h3 em {
    font-family: 'Open Sans Condensed', sans-serif!important;
    font-weight: 400!important;
    font-variant:none!important;
    text-transform:none!important;
}
iframe p {
    color:#ff7214!important;
    font-size:90%!important;
}
/*------------------------------------------------*/
/*-------------    [ BOTONERA ]     --------------*/
/*------------------------------------------------*/

.senatur { bottom:0; left:0; position: fixed; margin-left:10px; z-index:999999999999999999999;}

.botonera { bottom:0; height:50px; left:0; position: fixed; width:100%; }

.navegacion { font-size:16px; font-style:normal; color:#c6c6c6; }
.navegacion ul { margin-top:16px; padding:0; text-indent:0; text-align:center; }
.navegacion li { display:inline; list-style-type:none; list-style-position:outside; }
.navegacion a { 
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-decoration:none; color:#525252; line-height:1em; padding: 0 10px; text-transform:uppercase; }
.navegacion a:hover { color: #ff7214; }
.navegacion .activo { color: #6c6c6c; }
.navegacion .activo a { 
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:700;
    color: #ff7214; }

.fondo-logo {
    width:520px;
    height:120px;
    background-image:url('../img/fondo-logohuellas.png');
    background-size:520px 120px;
    z-index:-1;
    position: fixed;
    left:0;
    bottom:0;    
}

/*------------------------------------------------*/
/*-------------     [ INICIO  ]     -------------*/
/*------------------------------------------------*/
.contenedor-video{
    display:block;
    position:absolute;
    width:360px;
    height:203;
    top:50%;
    left:25%;
    margin-left:-180px;
    margin-top:-50px;
}
.contenedor-video-chico{
        display: none;
    }


/*------------------------------------------------*/
/*-------------     [ PROYECTO ]     -------------*/
/*------------------------------------------------*/
.proyecto-mapa {
    width:100%;
    height:100%;
    z-index: -2;
    position: fixed;
    background-image:url('../img/proyecto/mapamundi-fondo.png');
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center;     
    background-size: 1100px 677px;
}
.contenedor-proyecto {
    position:absolute;
    width:440px;
    height:430px;
    left:50%;
    top:50%;
    margin-left: -50px;
    margin-top: -225px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}
.proyecto-scroll {
    overflow: scroll;
    font-size: 13px;
    line-height: 1.7em;
    color: #666;
    font-family: 'Source Sans Pro', sans-serif;
    margin:auto;
    width:80%;
    height:370px;
    margin-top: 30px;
}
.proyecto-scroll h1 {
    font-size: 40px;
    color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:700;
}
.proyecto-scroll span {
    color: #ff7214;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:700;
    font-size: 16px;
}

/*------------------------------------------------*/
/*-------------     [ SEDE 2014 ]    -------------*/
/*------------------------------------------------*/
.contenedor-sede-foto {
    position: absolute;
    width: 390px;
    top: 50%;
    left: 50%;
    margin-left: -390px;
    border: 1px solid #000;
}
.contenedor-sede-info {
    position: absolute;
    width: 390px;
    top: 50%;
    left: 50%;
    margin-left: 0px;
    border: 1px solid #000;
}



/*------------------------------------------------*/
/*-----------     [ PROTAGONISTAS ]    -----------*/
/*------------------------------------------------*/
.contenedor-protagonistas {
    position:absolute;
    width:500px;
    height:450px;
    left:50%;
    top:50%;
    margin-left: -80px;
    margin-top: -225px;
}
.tab-anos {
    width: 100%;
    border-bottom: 1px solid #ff7214;
    letter-spacing: 0.1em;
}
.tab-anos ul {
    padding: 0;
    margin: 0;
    line-height: 1em;
}
.tab-anos ul li {
    display: inline-block;
    list-style: none;
}
.tab-anos ul li a {
    color:#ff7214;
    border-bottom: none;
    border-left: 1px solid #ff7214;
    border-right: 1px solid #ff7214;
    border-top: 1px solid #ff7214;
    padding: 10px 20px;
    text-decoration:none;
    height: 40px;
}
.tab-anos ul li a:hover {
    color:#292929;
}

.tab-activo {
    color:#fff;
    border-bottom: none;
    border-left: 1px solid #ff7214;
    border-right: 1px solid #ff7214;
    border-top: 1px solid #ff7214;
    padding: 13px 20px;
    text-decoration:none;
    line-height: 1em;
    background-color: #ff7214;
}

.tab-contenido {
    width:100%;
    margin-top:30px;
}
.tab-columna1 {
    width: 54%;
    float:left;
    margin-top: 150px;
}
.tab-columna2 {
    width: 45.9%;
    float:left;
}
.protagonista-nombre a {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 400;
    font-size: 30px;
    text-decoration: none;
    color: #343434;
}
.protagonista-nombre a span { color: #ff6601; text-transform:uppercase; }
.protagonista-nombre a:hover { font-weight: 700; }
.protagonista-texto-estrellainvitada {
    margin-top: 25px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-transform:uppercase;
    color: #808080;
    letter-spacing: 0.2em;
    margin-bottom: 0px;
}
.protagonista-paises { margin-bottom: 10px; }
.protagonista-pais {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #777;
    line-height: 1em;
    margin-bottom: 4px;
    margin-top: 14px;
    letter-spacing: 0.1em;
}

.protagonista-nombres a {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    color: #343434;
    line-height: 0.8em;
}
.protagonista-nombres a span { color: #ff6601; text-transform:uppercase; }
.protagonista-nombres a:hover { font-weight: 700; }
.protagonistas-fondo {
    width:100%;
    height:100%;
    z-index: -2;
    position: fixed;
    background-image:url('../img/protagonistas/protagonistas-fondo.png');
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center;     
    background-size: 1100px 677px;
}



/*------------------------------------------------*/
/*----------    [ PROTAGONISTA.php ]    ----------*/
/*------------------------------------------------*/
.protagonista-mapa {
    width:100%;
    height:100%;
    z-index: -2;
    position: fixed;
    background-image:url('../img/protagonistas/protagonista-fondo.png');
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center;     
    background-size: 1100px 677px;
}
.contenedor-protagonista {
    position:absolute;
    width:340px;
    height:370px;
    left:50%;
    top:50%;
    margin-left: 50px;
    margin-top: -210px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.protagonista-nombre {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 400;
    font-size: 45px;
    color: #343434;
    line-height: 1em;
    margin-bottom: -15px;
}
.protagonista-nombre span {
    color: #ff7214;
    text-transform: uppercase;
}
.protagonista-pais-2 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-transform:uppercase;
    color: #808080;
    letter-spacing: 0.1em;
    margin-bottom: 22px;
    margin-top: 17px;
}
.protagonista-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    font-size: 11px;
    line-height: 1.7em;
    color: #808080;
    font-family: 'Source Sans Pro', sans-serif;
    margin:auto;
    width:80%;
    height:80%;
    margin-top: 10%;
}
.protagonista-foto {
    position:absolute;
    width:180px;
    height:180px;
    left:50%;
    top:50%;
    margin-left: -150px;
    margin-top: -210px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.protagonista-foto img {
    margin: 5px 0 0 5px;
}
.protagonista-links {
    position:absolute;
    width:180px;
    left:50%;
    top:50%;
    margin-left: -150px;
    margin-top: 0px;
}
.protagonista-links p { 
    margin-top: -10px;
}
.protagonista-links p a {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #343434;
    line-height: 1.5em;
    text-decoration: none;    
    margin-top: -10px;
    letter-spacing: 0.1em;
}
.protagonista-links p a:hover {
    color: #ff7214;
    text-decoration: none;
    font-weight: 700;
}
.protagonistas-ano {
    margin-top: 40px;
}
.protagonistas-ano p a {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #343434;
    line-height: 1.5em;
    text-decoration: none;    
    margin-top: -10px;
    letter-spacing: 0.1em;
}

/*------------------------------------------------*/
/*---------------    [ FOTOS ]     ---------------*/
/*------------------------------------------------*/

.contenedor-principal-tourfotos {
    position:absolute;
    top:50%;
    left:50%;
    width: 720px;
    height: 500px;
    margin-top: -250px;
    margin-left: -360px;
}

.contenedor-tourfotos-slider {
    position: relative;
    width:670px;
    height: 370px;
    top:15px;
    left:0;
    margin-top: 0;
    margin-left: 0;
    margin: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
}

.rayavertical { padding: 0 7px; }
.contenedor-tourfotos-lugaryfecha { margin: auto; text-align:center; }
.tourfotos-texto-lugar { font-size: 28px; line-height: 1.1em; color:#666666; letter-spacing: 0em;}
.tourfotos-texto-lugar span { font-weight: 700; font-style: normal; color:#101010; }
.tourfotos-texto-fecha { font-size: 18px; color:#666; margin-top: -2px; }

.contenedor-tourfotos-nombreartistas { position:relative; margin: auto; text-align:center; }
.tourfotos-berta { font-size: 20px; }
.tourfotos-berta em { color: #ff7214 ; }
.tourfotos-invitado { font-size: 20px; }
.tourfotos-invitado em { color: #ff7214 ; }
.tourfotos-invitado span { font-size: 15px; }

.contenedor-tourfotos-nombreparticipacion { color:#666; font-size: 13px; text-align:center; line-height: 1.3em; margin-top: 5px; }

.btn-volver a {
    top: 25px;
    left: 645px;
    position: absolute;
    width: 30px;
    display: block;
    text-align: center;
    border: 1px solid #8b8b8b;
    color: #8b8b8b;
    padding: 2px 10px 2px 10px;
    text-decoration: none;
    font-size: 11px;
    margin: auto;
    letter-spacing: 0.1em;
}
.btn-volver a:hover {
    background: #ff7214;
    color: #fff;
    border: none;
}


/*------------------------------------------------*/
/*------------   [ PRENSA Galeria ]   ------------*/
/*------------------------------------------------*/

.contenedor-prensagaleria-slider {
    position: absolute;
    width:734px;
    height:300px;
    top:50%;
    left:50%;
    margin-left:-366px;
    margin-top:-150px;
    overflow:hidden;
    list-style:none;
}
.prensagaleria-item {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:400;
    width: 170px;
    float:left;
}
.prensagaleria-item a {
    text-decoration:none;
}
.prensagaleria-item img {
    width: 158px;
    margin: auto;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}
.prensagaleria-item img a {
    border: 1px solid #ff7214;
}
.prensagaleria-titular {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:400;
    letter-spacing: 0em;
    font-size:14px; 
    color:#343434; 
    text-align:left;
    line-height:1em;
    width:158px;
    margin-top:18px;
    margin-bottom: 3px;
}
.prensagaleria-medio {
    font-size:13px; 
    color:#ff7214; 
    margin-bottom: 2px;
    text-align:left;
    line-height: 1.1em; 
    letter-spacing: 0em;
}
.prensagaleria-pais{
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:700;
    font-size: 11px; 
    line-height: 1.1em; 
    color:#4b4b4b;
    letter-spacing: 0.1em;
    text-transform:uppercase;
    margin-bottom: 2px;
}     
.prensagaleria-fecha {
    font-size: 13px; 
    color:#666666; 
    letter-spacing: 0;
}
.prensa-fondo {
    width:100%;
    height:100%;
    z-index: -2;
    position: fixed;
    background-image:url('../img/prensa/prensa-fondo.png');
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center;     
    background-size: 1100px 677px;
}


/*------------------------------------------------*/
/*------------  [ PRENSA Articulo ]  -------------*/
/*------------------------------------------------*/

.contenedor-prensa-articulo {
    position:absolute;
    width:740px;
    height: 410px;
    left:50%;
    margin-left: -370px;
    top:50%;
    margin-top: -195px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}
.articulo-cerrar a {
    position:absolute;
    height: 20px;
    margin: 0;
    right:0px;
    top:-37px;
    background-color: #fff;
    color: #898989;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:400;
    font-size:11px; 
    letter-spacing: 0.1em;
    padding:2px 10px;
    text-align:center;    
    border: 1px solid #898989;
    text-decoration:none;
    z-index: 9999999;
}
.articulo-cerrar a:hover {
    background-color: #ff7214;
    color: #fff;
    border: none;
}
.articulo-scroll {
    margin:auto;
    width:700px;
    height:370px;
    margin-top: 20px;
    overflow: scroll;
    background-color: #ebebeb;
}
.articulo-scroll img {
    width:100%;
}
.prensa-info {
    position:absolute;
    width:740px;
    left:50%;
    margin-left: -370px;
    top:50%;
    margin-top: -265px;
    text-align:center;
}
.prensa-titular{
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:400;
    font-size:22px; 
    line-height:1.1em; 
    color:#444; 
    margin-bottom: 5px;
}
.prensa-medio{
    font-size: 17px; 
    line-height: 1.1em; 
    color:#ff7214; 
    letter-spacing: 0em;
    margin-bottom: 1px;
}
.prensa-fecha{
    font-size: 15px; 
    color:#666666; 
    letter-spacing: 0;
}
.prensa-pais{
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:700;
    font-size: 13px; 
    line-height: 1.1em; 
    color:#4b4b4b;
    letter-spacing: 0.1em;
    text-transform:uppercase;
}       



/*------------------------------------------------*/
/*------------   [ VIDEOS Galeria ]   ------------*/
/*------------------------------------------------*/

.contenedor-videosgaleria-slider {
    position: absolute;
    width:734px;
    height:300px;
    top:50%;
    left:50%;
    margin-left:-366px;
    margin-top:-120px;
    overflow:hidden;
    list-style:none;
}
.videogaleria-item {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:400;
    width: 230px;
    float:left;
}
.videogaleria-item a {
    text-decoration:none;
}
.videogaleria-item img {
    width: 220px;
    margin: auto;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}
.videogaleria-item img a {
    border: 1px solid #ff7214;
}

.videogaleria-titulo {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:700;
    letter-spacing: 0em;
    font-size:20px; 
    color:#ff7214; 
    text-align:left;
    line-height:1em;
    width:220px;
    margin-top:18px;
    margin-bottom: 3px;
}
.videogaleria-interprete {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:700;
    font-size:16px; 
    color:#4b4b4b; 
    letter-spacing: 0em;
}
.videogaleria-pais {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:400;
    font-size:14px; 
    color:#4b4b4b; 
    letter-spacing: 0em;
    
}
.videogaleria-lugar {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:400;
    font-size:14px; 
    color:#868686; 
    letter-spacing: 0em;    
}
.videogaleria-lugar {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:400;
    font-size:12px; 
    color:#868686; 
    letter-spacing: 0em;    
}


/*------------------------------------------------*/
/*----------------   [ VIDEO ]   -----------------*/
/*------------------------------------------------*/

.video-youtube {
    margin:auto;
    width:560px;
    height:315px;
    margin-top: 20px;
    background-color: #ebebeb;
    height: auto;
}

.contenedor-video-yotube {
    position:absolute;
    width:600px;
    height: 355px;
    left:50%;
    margin-left: -300px;
    top:50%;
    margin-top: -170px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}
.video-titulo {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight:700;
    letter-spacing: 0em;
    font-size:24px; 
    color:#ff7214; 
    line-height:1em;
    width:580px;
    text-align:center;
    margin:auto;
}
.video-info {
    position:absolute;
    width:740px;
    left:50%;
    margin-left: -370px;
    top:50%;
    margin-top: -265px;
    text-align:center;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */


/* =============================================================
Monitor PC Escritorio a partir de 1400px
Maximas resoluciones
================================================================ */

@media only screen and (min-width: 1300px) {
    
    /*------------------------------------------------*/
    /*-----------     [ PROTAGONISTAS ]    -----------*/
    /*------------------------------------------------*/
    .protagonistas-fondo { background-size:1300px 800px; }
    
    /*------------------------------------------------*/
    /*----------    [ PROTAGONISTA.php ]    ----------*/
    /*------------------------------------------------*/
    .protagonista-mapa { background-size:1300px 800px; }
    .contenedor-protagonista { width:340px; height:400px; }
    .protagonista-scroll { font-size: 12px; }

    
    
    /*------------------------------------------------*/
    /*-------------     [ PROYECTO ]     -------------*/
    /*------------------------------------------------*/    
    .proyecto-mapa { background-size:1300px 800px; }
    .contenedor-proyecto { margin-left: -50px; width:500px; height:470px; margin-top: -225px; }
    .proyecto-scroll { font-size: 14px; width:77%; height:390px; margin-top: 40px; }
    .proyecto-scroll h1 { font-size: 44px; }
    .proyecto-scroll span { font-size: 18px; }
    
    /*------------------------------------------------*/
    /*------  [ PRENSA Galeria de ARticulos ]  -------*/
    /*------------------------------------------------*/
    .prensa-fondo { background-size:1300px 800px; }
    
    
    /*------------------------------------------------*/
    /*-------------    [ BOTONERA ]     --------------*/
    /*------------------------------------------------*/    
    .fondo-logo { width:720px; height:166px; background-image:url('../img/fondo-logohuellas.png'); background-size: 720px 166px; }
    
    
    /*------------------------------------------------*/
    /*------------  [ VIDEOS Galeria  ]  -------------*/
    /*------------------------------------------------*/
    .videos-fondo { background-size:1300px 800px; }
    
   
    
    
}



/* =============================================================
De 768px hasta 959px
Tablet (Portrait)
================================================================ */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    
    /*------------------------------------------------*/
    /*-------------     [ INICIO  ]     -------------*/
    /*------------------------------------------------*/
    .contenedor-video{
        display: none;
    }
    .contenedor-video-chico {
        display:block;
        position:absolute;
        width:260px;
        height:147;
        top:50%;
        left:25%;
        margin-left:-140px;
        margin-top:0px;
    }
    
    /*------------------------------------------------*/
    /*-----------     [ PROTAGONISTAS ]    -----------*/
    /*------------------------------------------------*/
    .protagonistas-fondo { background-size: 900px 554px; }
    
    /*------------------------------------------------*/
    /*----------    [ PROTAGONISTA.php ]    ----------*/
    /*------------------------------------------------*/
    .protagonista-mapa { background-size: 900px 554px; }
    
    /*------------------------------------------------*/
    /*-------------     [ PROYECTO ]     -------------*/
    /*------------------------------------------------*/
    .proyecto-mapa { background-size: 900px 554px; }
    .contenedor-proyecto { margin-left: -50px; }

    
    /*------------------------------------------------*/
    /*------------   [ PRENSA Galeria ]   ------------*/
    /*------------------------------------------------*/
    .contenedor-prensagaleria-slider { width:540px; margin-left:-266px; }
    .prensa-fondo { background-size: 900px 554px; }
    
    /*------------------------------------------------*/
    /*------------  [ VIDEOS Galeria  ]  -------------*/
    /*------------------------------------------------*/
    .contenedor-videosgaleria-slider { width:490px; margin-left:-230px; }
    
    
    
}

/* =============================================================
De 650px de alto para abajo
Tablet (Portrait)
================================================================ */

@media only screen and (min-height: 400px) and (max-height: 650px) {
    
    /*------------------------------------------------*/
    /*-------------    [ BOTONERA ]     --------------*/
    /*------------------------------------------------*/    
    .fondo-logo { display:none; }
    
   
    
}


/* =============================================================
De 600px de alto para abajo
Tablet (Portrait)
================================================================ */

@media only screen and (min-height: 400px) and (max-height: 600px) {
    
    /*------------------------------------------------*/
    /*-------------    [ BOTONERA ]     --------------*/
    /*------------------------------------------------*/    
    .fondo-logo { display:none; }
    
    /*------------------------------------------------*/
    /*-------------     [ PROYECTO ]     -------------*/
    /*------------------------------------------------*/
    .proyecto-mapa { background-size: 900px 554px; }
    .contenedor-proyecto { margin-left: -20px; }
    
    
    
    
    
}




@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
