﻿.contenedor-encabezado {
    height: 150px;
    background-repeat: no-repeat;
    margin-top: 20px;
    background-image: url('../images/header.png?nc=560914');
    background-size: 100% auto;
}
.encabezado-h3 {
    vertical-align: middle;
    margin-top: 0.9em;
}
.nombre-portal {
    font-family: Arial;
    color: #FFFFFF;
    font-weight: 500;
}
.encabezado-h4 {
    vertical-align: middle;
}
.instancia {
    font-family: Arial;
    color: #223240;
    font-weight: 500;
}
.contenido-esperar {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}