.interno .destacado_principal{
    height: 230px;
}

.interno #slide1{
    background: url('../imagenes/fondo_proyecto01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.interno.objetivos .actividades{
    width: 100%;
    height: 780px;
    display: block;
    position: relative;
}

.interno.historia .actividades{
    width: 100%;
    height: 680px;
    display: block;
    position: relative;
}

.interno.historia .actividades.datos{
    width: 100%;
    height: 350px;
    display: block;
    position: relative;
}

.interno.mision .actividades{
    width: 100%;
    height: 850px;
    display: block;
    position: relative;
}

.interno.historia .datos .columna_actividades h2{
    margin-bottom: 90px;
}

.interno.historia .fondo_actividades {
    background: url('../imagenes/proyecto_historia_fondo.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #131114;
}

.interno.historia .datos .fondo_actividades {
    background: url('../imagenes/proyecto_datos_estadisticas_fondo.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #131114;
}

.interno.mision .fondo_actividades {
    background: url('../imagenes/proyecto_mision_fondo.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #131114;
}

.interno.objetivos .img_actividades{
    background: url('../imagenes/lancha.jpg');
    background-position: center;
    background-size: cover;
}

.interno.historia .img_actividades{
    background: url('../imagenes/satelital_cuenca.jpg');
    background-position: center;
    background-size: cover;
}

.interno.mision .img_actividades{
    background: url('../imagenes/10maremada.jpg');
    background-position: center;
    background-size: cover;
}

.interno.objetivos .columna_bolsa_imagen{
    background: url('../imagenes/chicos.jpg');
    background-size: 100% auto;
}

.interno.mision .columna_bolsa_imagen{
    background: url('../imagenes/proyecto_remeros.jpg');
    background-size: 100% auto;
}

@media screen and (min-width: 500px) {
    .interno .destacado_principal{
        height: 300px;
    }
    .interno.historia .datos .columna_actividades h2{
        margin-bottom: 50px;
    }
    .interno.historia .actividades.datos{
        height: 450px;
    }
    .interno.mision .actividades{
        height: 1100px;
    }
}

@media screen and (min-width: 790px) {
    .interno .destacado_principal{
        height: 360px;
    }
}

@media screen and (min-width: 1040px) {
    .interno .columna_bolsa_imagen{
        background-size: 100% 100%;
    }
    .interno.objetivos .actividades{
        height: 920px;
    }
    .interno.historia .actividades{
        height: 920px;
    }
    .interno.historia .actividades.datos{
        height: 620px;
    }
    .interno.mision .actividades{
        height: 1200px;
    }
    .interno .destacado_principal{
        height: 460px;
    }
}