.imgHeader{
    background-image: url('../PROYECTO/NOSOTROS/nuetsraComp.png'); 
    background-size: cover;
     height: 400px; 
     padding-top: 10%;
}
.textNU{
    font-size:3.5rem;
}

.contOrganigrama{
    background-image: url('../PROYECTO/NOSOTROS/organgrama.png');
     background-size: cover;
     width: 100%;
     height: 800px;
}


/*responsive de la pagina */
@media only screen and (min-width: 100px) and (max-width: 768px) {

    .imgMision{
        width: 100%;
        height: 300px;
    }
    .imgVision{
        width: 100%;
        height: 300px;
		margin-top:0 !important;
		
    }
    .imgOrganigrama{
        width: 100%;
		margin:0;
		padding:0;
    }
    .contOrganigrama{
        height: 500px;
        text-align: center;
    }
    .contAcercaUnion h4{
        text-align: center;
    }
    .imgOrganigrama{
        height: 300px;
    }
    .tituloObj{
        font-weight: bolder;
        font-size: 2rem;
        margin-bottom: 10px;
    }
    .container{
        padding:0;
    }
    .tituloPuesto{
        font-weight: bolder;
        font-size: 2rem;
    }
    .contForm{
        left: 0;
    }
     }
