h2{
    font-family: 'osw_l', sans-serif;
    font-size: 50px;
    line-height: 56px;
    text-transform: uppercase;
    text-align: left;
}
h2 span{
    display: block;
}
p{
    font-family: 'roboto_r', sans-serif;
    font-size: 18px;
    text-align: left;
}
figure{
    padding: 0;
    margin: 0;
}
figure img{
    width: 100%;
    height: auto;
    display: block;
}
.destacado_principal{
    width: 100%;
    height: calc(100vh - 5px);
    display: block;
    position: relative;
    background-color: azure;
    overflow: hidden;
}
.video_inicio{
    width: 100%;
    height: 100vh;
    display: none;
    background-color: black;
    position: absolute;
    z-index: 99991;
}
#equis{
    font-family: 'osw_b', sans-serif;
    font-size: 14px;
    line-height: 36px;
    text-decoration: none;
    text-align: center;
    color: #fff!important;
    background-color: black;
    z-index: 9999999999999999999999999999;
    margin: 10px;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    border: 2px solid #fff;
}
video{
    width: 100%!important;
    height: auto!important;
    display: block;
    margin: 0 auto;
    position: relative;
    top: calc(50vh - 76px);
}
.hola{
    display: block;   
}
.sale01{
    top:-200px!important;   
}
.sale02{
    bottom:-180px!important;
}
.info_destacado{
    position: absolute;
    min-width: 220px;
    width: 100%;
    margin: 0 auto;
    right: 0;
    left: 0;
    text-align: center;
    top: calc(50vh - 25vh);
    height: 60vh;
    display: block;
}
.info_destacado_c{
    cursor:pointer!important;   
}
.titulo_destacado{
    font-family: 'osw_b', sans-serif;
    font-size: 36px;
    line-height: 38px;
    text-transform: uppercase;
    color:#fff;
    padding: 0 20px;
    margin-bottom: 10px;
}
.fondo_claro{
    color:#3d3d3f !important;  
}
.bajada_destacado{
    font-family: 'roboto_r', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #3d3d3f;
    padding: 0 20px;
    margin-bottom: 10px;
    text-align: center;
    pointer-events: none;
    text-transform:none;
}
.info_destacado a{
    font-family: 'osw_b', sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color:#fff;
    background-color:#17a64c;
    width: 160px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
    display: block;
    border-radius: 5px;
    margin: 0 auto;
    
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.info_destacado a:hover{
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
#slider li img{
    height: 100vh;   
}
#slide1{
    width: 100vw;
    height: calc(100vh - 5px);
    position: absolute;
    background: url('../imagenes/fondo_destacado03.jpg');
    background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#slide2{
    width: 100vw;
    height: calc(100vh - 5px);
    position: absolute;
    background: url('../imagenes/fondo_destacado01%202.jpg');
    background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
#slide3{
    width: 100vw;
    height: calc(100vh - 5px);
    position: absolute;
    background: url('../imagenes/fondo_destacado04.jpg');
    background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
    pointer-events: none;
}
/*Slider Fullscreen*/
.bx-viewport, .bx-wrapper{
	position:fixed;
	width:100%;
	height:100% !important;
	top:0;
	left:0;
}
.bxslider, .bxslider li {
	height: calc(100vh - 5px) !important;
	min-height: 740px !important;
}
/*
.bx-controls-direction{
	display:none !important;
}
*/
.bx-wrapper {
    margin: 0 auto !important;
}
.bx-wrapper .bx-pager{
	position:absolute !important;
	right: 8px;
    top: -8px;
	z-index: 30;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	width:auto !important;
	height:30px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: none repeat scroll 0 0 #a3a3a3 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: none repeat scroll 0 0 #fff !important;
}
.bxslider li {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
/*Fin Slider Fullscreen*/
.calendario{
    width: 100%;
    height: 110px;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    bottom: -90px;
    z-index: 99992;
    
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.abierto{
    bottom: 0px;   
}
.acceso_calendario{
    font-family: 'osw_b', sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    width: 100%;
    display: block;
    text-decoration: none;
}
.acceso_calendario:hover{
    color: #fdca2e;  
}
.titulo_calendario{
    font-family: 'osw_b', sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    text-align: left;
    padding: 0 20px;
    color: #fff;
    width: 100%;
    display: none;
}
#cale{
    position: absolute;
    bottom: 0;
}
#cale .item1{
    background: #565759;
    padding: 10px 0px;
    margin: 0;
    color: #FFF;
    height: 90px;
}
#cale .item2{
    background: #3d3d3f;
    padding: 10px 0px;
    margin: 0;
    color: #FFF;
    height: 90px;
}
.evento{
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative
}
.dia p{
    font-family: 'osw_b', sans-serif;
    font-size: 60px;
    line-height: 60px;
    color: #feca2e;
    width: 50px;
    text-align: right;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.descripcion_evento{
    width: 100%;
    padding: 5px 0 5px 70px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}
.descripcion_evento h3{
    font-family: 'osw_b', sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #feca2e;
    text-transform: uppercase;
    display: block;
    margin: 0 0 4px;
}
.descripcion_evento p{
    font-family: 'osw_r', sans-serif;
    font-size: 11px;
    line-height: 12px;
    color: #fff;
    display: block;
    margin: 0 0 4px;
}
.descripcion_evento a{
    font-family: 'osw_b', sans-serif;
    font-size: 11px;
    line-height: 11px;
    color: #11abe7;
    text-decoration: none;
    display: block;
    
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.descripcion_evento span{
    font-size: 14px;
    line-height: 11px;
}
.descripcion_evento a:hover{
    -webkit-transform: translate(5px, 0);
	-moz-transform: translate(5px, 0);
	-o-transform: translate(5px, 0);
	-ms-transform: translate(5px, 0);
}
.actividades{
    width: 100%;
    height: 450px;
    display: block;
    position: relative;
}
.fondo_actividades{
    width: 100%;
    height: 160px;
    display: block;
    position: relative;
    top: 0;
    background: url('../imagenes/cuenca_aerea.jpg');
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
    background-color: #131114;
}
.contenedor_seccion{
    min-width: 220px;
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    padding: 0 15px;
}
.columna_actividades{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: left;
    position: relative;
    top: 40px;
}
.columna_actividades h2{
    font-size: 24px;
    line-height: 26px;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    top:0;
    color: #fff;
    margin: 0 0 180px;
}
.columna_actividades p{
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px;
    font-size: 12px;
}
.columna_actividades a{
    font-family: 'osw_b', sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color:#fff;
    background-color:#1488b5;
    width: 160px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
    display: block;
    border-radius: 5px;
    
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.columna_actividades a:hover{
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.img_actividades{
    width: calc(100% - 30px);
    height: auto;
    min-height: 150px;
    display: block;
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    margin: 0 auto;
    overflow: hidden;
    background: url('../imagenes/actividad_escuela.jpg');
    background-position: center;
    background-size: cover;
}
.img_actividades figcaption{
    display: block;
    position: absolute;
    width: 100%;
    height: 32px;
    bottom: 0;
    background-color: rgba(23,166,76,0.7);
    font-family: 'osw_r', sans-serif;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding: 5px 10px;
    text-decoration: none;
    overflow: hidden;
    
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
}
.img_actividades figcaption .titulo_fig{
    display: block;
}
.img_actividades figcaption .titulo_fig span{
    font-size: 18px;
    line-height: 14px;
}
.img_actividades figcaption p{
    text-transform: none;
    margin: 10px 0 10px;
    display: block;
    font-size: 11px;
    line-height: 12px;
}
.img_actividades figcaption a{
    font-family: 'osw_b', sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color:#17a64c;
    background-color:#fff;
    width: 130px;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
    padding: 0 10px;
    display: block;
    border-radius: 3px;
    
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.img_actividades figcaption a:hover{
    -webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
}
.img_actividades figcaption:hover {
    height: 135px;
}
.embarcaciones{
    display: none;
}
.frase{
    width: 100%;
    max-width: 750px;
    display: block;
    margin: 80px auto;
    postition:relative;
}
.frase p{
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-style: italic;
    font-weight: 100;
    text-align: center;
    color: rgba(20, 136, 181, 1 );
}
.autor{
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    width: 100%;
    margin: 10px 0;
    color: rgba(20, 136, 181, 0.5 )!important;
    text-align: right;
}
.mono{
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    color: rgba(61, 61, 63, 0.5 );
    margin-top: 10px;
}
.bolsa_trabajo{
    background-color: #3d3d3f;
    width: 100%;
    min-height: 300px;
    height: auto;
    position: relative;
    display: block;
}
.bolsa_trabajo > .col_bolsa{
    width: 100%;
    height: 100%;
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    color: #fff;
}
.columna_bolsa_imagen{
    background: url('../imagenes/trabajo.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    height: 84px!important;
    position: absolute!important;
    top: 0;
    display: block!important;
}
.columna_bolsa_texto{
    padding: 90px 0 0!important;
}
.bolsa_texto{
    min-width: 220px;
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    padding: 10px 15px 20px;
    float: none;
    margin: 0 auto;
}
.bolsa_texto h2{
    font-size: 24px;
    line-height: 26px;
}
.bolsa_texto p{
    display: block;
    width: 100%;
    height: auto;
    margin: 10px 0 10px;
    font-size: 12px;
}
.bolsa_texto a{
    font-family: 'osw_b', sans-serif;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color:#fff;
    background-color:#1488b5;
    width: 160px;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    padding: 0 10px;
    display: block;
    border-radius: 5px;
    
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}
.bolsa_texto a:hover{
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.participantes{
    background-color: #fff;
    min-width: 220px;
    max-width: 500px;
    width: 100%;
    min-height: 290px;
    height: auto;
    margin: 0 auto;
    display: block;
    overflow: auto;
    text-align: left;
    padding: 15px;
}
.participantes h2{
    text-align: left;
    margin: 10px auto 10px 0;
    font-size: 24px;
    line-height: 26px;
}
.academicos{
    mim-width: 220px;
    margin: 0 auto;
    display: block;
    overflow: auto;
    text-align: center;
}
.academicos ul li{
    text-align: center;
    max-width: calc(100% / 2);
    width: 100%;
    display: inline-block;
    margin: 0;
    float: left;
}
.academicos ul li figure img{
    width: 100%;
    max-width: 189px;
    height: auto;
    margin: 10px auto;
}
.academicos ul li figure figcaption{
    font-size: 14px;
    line-height: 16px;
    color:#818182;
    font-family: 'osw_l', sans-serif;
    display: none;
}
.academicos ul li figure figcaption b{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    font-family: 'osw_r', sans-serif;
}
footer{
    background-color: #1488b5;
    height: auto;
    width: 100%;
    position: relative;
}
.sombra{
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    top: 0;
    opacity: 0.5;
    z-index: 20;
}
.sombra img{
    width: 100%;
    height: auto;
    display: block;
}
.contenido_footer{
    width: 100%;
    max-width: 260;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}
.logo_footer{
    width: 100px;
    height: auto;
    display: block;
    margin: 0 auto;
    position: relative
}
.logo_footer img{
    width: 100%;
    height: auto;
    display: block;
}
.legal{
    text-align: center;
    display: block;
    padding: 10px;
}
.legal h2{
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    display: none;
    margin-bottom: 10px;
}
.legal p{
    font-size: 11px;
    color: #fff;
    text-align: center;
}
@media screen and (min-width: 650px) {
    video{
        width: 100%!important;
        height: auto!important;
        display: block;
        margin: 0 auto;
        position: relative;
        top: calc(50vh - 140px);
    }
    .info_destacado{
        position: absolute;
        max-width: 940px;
        width: 100%;
        margin: 0 auto;
        right: 0;
        left: 0;
        text-align: center;
        top: calc(50vh - 20vh);
        height: auto;
        display: block;
    }
    .titulo_destacado{
        font-family: 'osw_b', sans-serif;
        font-size: 58px;
        line-height: 56px;
        text-transform: uppercase;
        margin-bottom: 15px;
    }
    .bajada_destacado{
        font-family: 'roboto_r', sans-serif;
        font-size: 16px;
        line-height: 18px;
        color: #3d3d3f;
        max-width: 740px;
        width: 100%;
        display: block;
        margin: 0 auto 20px;
    }
    .info_destacado a{
        font-family: 'osw_b', sans-serif;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        color:#fff;
        background-color:#17a64c;
        width: 203px;
        height: 43px;
        line-height: 43px;
        padding: 0 10px;
        display: block;
        border-radius: 5px;
        margin: 0 auto;
    }
    .acceso_calendario{
        display: none;   
    }
    .titulo_calendario{
        display: block;   
    }
    .calendario{
        bottom: 0px;
    }
    .contenedor_seccion{
        max-width: 100%;
    }
    .actividades{
        height: 360px;
    }
    .columna_actividades{
        width: calc(100% / 2);
        height: auto;
        display: inline-block;
        text-align: left;
        position: relative;
        top: 90px;
    }
    .columna_actividades h2{
        margin: 0 0 40px;
    }
    .columna_actividades p{
        width: 95%;   
    }
    .img_actividades{
        width: calc(100% / 2);
        height: auto;
        min-height: 180px;
        display: inline-block;
        position: relative;
        top: 90px;
        left: 0;
        right: 0;
        margin: auto;
        vertical-align: top;
    }
    .bolsa_texto{
        max-width: 100%;
    }
    .columna_bolsa_imagen{
        height: 140px!important;
    }
    .columna_bolsa_texto{
        padding: 150px 0 0!important;
    }
    .bolsa_texto p{
        width: 80%;
    }
    .participantes{
        min-height: 200px;
        max-width: 100%;
        text-align: center;
        padding: 30px 15px 20px;
    }
    .participantes h2{
        text-align: center;
        margin: 10px auto 10px 0;
    }
    .academicos ul li{
        text-align: center;
        width: calc((100% - 10px)/4);
        display: inline-block;
        float: none;
    }
}
@media screen and (min-width: 790px) {
    video{
        width: 100%!important;
        height: 100%!important;
        display: block;
        margin: 0 auto;
        position: relative;
        top: 0;
    }
    .info_destacado{
        top: calc(50vh - 10vh);
    }
    .contenedor_seccion{
        min-width: auto;
        width: 750px;
    }
    .columna_actividades{
        top: 70px;   
    }
    .columna_actividades h2{
        margin: 0 0 40px;
        font-size: 32px;
        line-height: 34px;
    }
    .img_actividades{
        top: 60px;  
        min-height: 220px;
    }
    .embarcaciones{
        background-color: #fff;
        width: 100%;
        height: 800px;
        display: block;
        text-align: center;
        position: relative;
    }
    .plano{
        width: 320px;
        height: auto;
        display: inline-block;
        vertical-align: top;
    }
    .plano img{
        width: 100%;
        height: auto;
        display: block;
    }
    .banda_color{
        background-color: rgba(0,0,0,0.05);
        width: 100%;
        height: 250px;
        position: absolute;
        display: inline-block;
        left: 0;
        top: 120px;
        pointer-events: none;
    }
    .columna_texto_embarcacion{
        width: 390px;
        height: auto;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        margin: 180px 0 0;
    }
    .columna_texto_embarcacion h2{
        margin: 0 0 10px;
        font-size: 32px;
        line-height: 34px;
    }
    .columna_texto_embarcacion p{
        display: block;
        width: 80%;
        height: auto;
        margin: 0 0 20px;
        font-size: 12px;
    }
    .columna_texto_embarcacion p span{
        display: block;
    }
    .columna_texto_embarcacion a{
        font-family: 'osw_b', sans-serif;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        color:#fff;
        background-color:#1488b5;
        width: 160px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;
        padding: 0 10px;
        display: block;
        border-radius: 5px;
        
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
    }
    .columna_texto_embarcacion a:hover{
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    .bolsa_trabajo{
        background-color: #3d3d3f;
        width: 100%;
        height: 250px;
        min-height: auto;
        position: relative;
        display: block;
    }
    .bolsa_trabajo > .col_bolsa{
        width: calc(100% / 2);
        height: 100%;
        display: inline-block;
        float: left;
        margin: 0;
        padding: 0;
        color: #fff;
    }
    .columna_bolsa_imagen{
        background-size: cover;
        height: 100%!important;
        position: relative!important;
        top: 0;
        display: block!important;
    }
    .bolsa_texto{
        width: 86%;
        min-width: auto;
        float: right;
    }
    .columna_bolsa_texto{
        padding: 30px 0!important;
    }
    .bolsa_texto h2{
        font-size: 32px;
        line-height: 34px;   
    }
    .bolsa_texto p{
        font-size: 12px;
        margin-bottom: 20px;
        width: 100%;
    }
    .participantes{
        padding: 30px 15px 40px;
    }
    .participantes h2{
        font-size: 32px;
        line-height: 34px; 
    }
    .academicos{
        width: 750px;
        min-width: auto;
        margin: 0 auto;
    }
    .academicos ul li figure figcaption{
        font-size: 11px;
        line-height: 12px;
        color:#818182;
        font-family: 'osw_l', sans-serif;
        display: block;
    }
    .academicos ul li figure figcaption b{
        font-size: 11px;
        line-height: 12px;
    }
    .academicos ul li figure img{
        width: 100%;
        max-width: 123px;
        height: auto;
        margin: 10px auto;
    }
    .contenido_footer{
        width: 100%;
        max-width: 750px;
        height: auto;
        margin: 0 auto;
        text-align: center;
        padding: 30px 0;
    }
    .logo_footer{
        width: 15%;
        height: auto;
        display: inline-block;
        margin: 10px 0 0;
        position: relative;
        vertical-align:top;
    }
    .logo_footer img{
        width: 100%;
        height: auto;
        display: block;
    }
    .legal{
        text-align: left;
        display: inline-block;
        padding: 10px;
        width: 80%;
        vertical-align: top;
    }
    .legal h2{
        font-size: 24px;
        line-height: 26px;
        color: #fff;
        display: block;
        margin-bottom: 10px;
    }
    .legal p{
        font-size: 11px;
        color: #fff;
        text-align: left;
    }
    
}
@media screen and (min-width: 1040px) {
    video{
        width: auto!important;
        height: 100%!important;
        display: block;
        margin: 0 auto;
        position: relative;
        top: 0;
    }
    .info_destacado{
        top: calc(50vh - 14vh);
    }
    .titulo_destacado{
        font-size: 76px;
        line-height: 74px;
    }
    .contenedor_seccion{
        width: 990px;
        height: auto;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        padding: 125px 12px 20px;
    }
    .actividades{
        height: 550px;
    }
    .fondo_actividades{
        height: 260px;
        background-size: cover;
    }
    .columna_actividades{
        width: 470px;
        display: inline-block;
        vertical-align: top;
        height: 353px;
        position: relative;
        top: 20px;
    }
    .columna_actividades h2{
        font-size: 45px;
        line-height: 45px;
        margin: 0 0 40px;
    }
    .columna_actividades p{
        display: block;
        width: 90%;
        height: auto;
        margin: 0 0 30px;
        font-size: 16px;
    }
    .img_actividades{
        height: auto;
        min-height: 310px;
        display: inline-block;
        position: relative;
        top: 10px;
        overflow: hidden;
        vertical-align: top;
    }
    .info_destacado a{
        width: 203px;
        height: 40px;
        line-height: 40px;
    }
    .img_actividades figcaption{
        display: block;
        position: absolute;
        width: 100%;
        height: 55px;
        bottom: 0;
        background-color: rgba(23,166,76,0.7);
        font-family: 'osw_r', sans-serif;
        font-size: 26px;
        line-height: 30px;
        color: #fff;
        text-transform: uppercase;
        text-align: left;
        padding: 7px 10px;
        text-decoration: none;
        overflow: hidden;

        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -ms-transition: all .4s ease-in-out;
    }
    .img_actividades figcaption p{
        text-transform: none;
        margin-top: 14px;
        display: block;
        font-size: 14px;
        line-height: 16px;
    }
    .img_actividades figcaption:hover {
        height: 150px;
    }
    .img_actividades figcaption .titulo_fig span{
        font-size: 35px;
        line-height: 30px;
    }
    .img_actividades figcaption a{
        width: 160px;
        height: 25px;
        font-size: 12px;
        line-height: 25px;
        padding: 0 10px;
        display: block;
        border-radius: 5px;
    }
    .embarcaciones{
        height: 880px;
    }
    .plano{
        width: 400px;
    }
    .banda_color{
        height: 330px;
        top: 140px;
    }
    .columna_texto_embarcacion{
        margin: 200px 0 0;
    }
    .columna_texto_embarcacion h2{
        font-size: 45px;
        line-height: 45px;
    }
    .columna_texto_embarcacion p{
        font-size: 16px;
    }
    .bolsa_trabajo{
        background-color: #3d3d3f;
        width: 100%;
        height: 300px;
        min-height: auto;
        position: relative;
        display: block;
    }
    .bolsa_texto h2{
        font-size: 45px;
        line-height: 48px;  
    }
    .bolsa_texto p{
        font-size: 16px;
    }
    .participantes{
        width: 100%;
        height: auto;
        padding: 80px 15px 90px;
    }
    .participantes h2{
        font-size: 45px;
        line-height: 48px;
        margin-bottom: 30px;
    }
    .academicos{
        width: 990px;
        min-width: auto;
        margin: 0 auto;
    }
    .contenido_footer{
        max-width: 990px;
    }
}