.container-footer
{
    background-color: #0E1925;
    margin-top: 4px;
}
.footer-distributed
{
    background-color: #0E1925;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 102.8%;
    text-align: left;
    font: bold 16px sans-serif;
    padding: 30px 50px;
    margin-top: 4px;
    margin-left: -15px;
}
.imagen-logo{
	
}
.menu{
    background-color: #0E1925;
    padding-left: 0px;
    padding-right: 0px;
}
.navbar-default {
    background-color: #0E1925;
    border-color: #0E1925;
}
.navbar {
    
    margin-bottom: 0px;
    
}
.navbar-default .navbar-nav>li>a {
    color:#FFFFFF;
    font-weight: bolder;
    
}
.navbar-default .navbar-nav>li>a:hover {
    color:#d2cece;
    font-weight: bolder;
    
}
.slider{
	padding: 0;
}
.imagen-slider{
	margin: 0 auto;
	width: 100%;

}
.contenido-body{
	background-color: #0E1925;
	padding: 30px 15px;
}

.texto-rombo{
	color: #fff;
	font-weight: bold;
	text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
}
.footer{
	color:#0E1925;
	font-weight: bold;
	text-align: center;
	padding: 30px;
}

.img-rombo{
    width: 100%;
}


.titulo_seccion{
    margin-top:-21mm; 
    background-color: #001220;
}

.texto_seccion{
        color:#fff;font-weight: bolder;font-size: 18mm;
    }
    .item_actividad{
        margin-bottom:30px;
    }
    .imagen_actividad{
        width: 100%;
        height: 152px;      
    }   
    .imagen-hover{
        width: 100%;        
        height: 152px;
        position: relative;     
        margin-top: -152px;
        background-color: rgba(3, 52, 85, 0.5);
        background: rgba(3, 52, 85, 0.5);
    }
    .texto_actividad{
        background-color: #dedede;
        padding: 5px;
        /*height: 68px;*/
    }
    .texto_actividad>.titulo{       
        color: #94989b;
        font-weight: bold;      
    }
    .texto_actividad>.descripcion{      
        color: #94989b;           
    }
.icono-documento{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 70px;
        width: 70px;
        font-size: 40px;
        background-color: #053156;
        border-radius: 50px;
        color: #fff;
        margin: 0 auto; 
    }
    .item_documento{
        background-color: #efefee;
        padding: 30px;
        border-radius: 10px;
        text-align: center;
        margin-bottom:75px;
        -webkit-box-shadow: 3px 4px 5px 0px rgba(133,133,133,1);
        -moz-box-shadow: 3px 4px 5px 0px rgba(133,133,133,1);
        box-shadow: 3px 4px 5px 0px rgba(133,133,133,1);
    }
    .item_documento h3,.item_documento p{
        color: #053156;
    }
    .btn-documentos{
        padding: 5px 15px;
        background-color: #053156;
        color: #fff;
        border: 0;
        border-radius: 5px;
    }
    .contenedor-documentos{
        max-width: 1024px;width: 100%;margin:0 auto;padding:30px;height: auto;
    }
    .contenedor-documentos h3{
        height: 78px;
    }
    .contenedor-documentos p{
        height: 80px;
    }

    .imagen_articulo_gal{
        height: 400px !important;margin: 0 auto;
    }

    .contenedor_articulo{
        max-width: 1024px;width: 100%;margin:0 auto;padding:30px;height: auto;color:#053156;
    }

    .articulo_img{
        background-color: #053156;max-height: 400px;text-align: center;
    }

    @media screen and (max-width: 600px) {
      .contenedor-documentos h3{
            height: auto;
        }
        .contenedor-documentos p{
            height: auto;
        }
        .imagen_articulo_gal{
            max-height: 200px;max-width:100%; margin: 0 auto;
        }
    }
