﻿.texturas {
    display: block;
}

@media (max-width: 920px) {
    .headerunidad {
        margin-top: 48px;
    }
}

@media (max-width: 770px) {
    .headerunidad {
        height: 208px;
    }

    .menu-secundario {
        margin-top: -60px;
    }

    .texturas {
        display: none;
    }
}

.imgheader{
    width:500px;
}

a:hover{
    color:white;
}