body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0px;
    background-color: #f2f3f4;
}

.cabeceraCentral {
    color: #fff;
    padding-top: 15px;
    vertical-align: middle;
    text-align: center;
}

.cabeceraDerecha {
    padding-top: 10px;
    text-align: right;
    width: 100%;
}

.logoSitio {
    width: 68px;
    height: 67px;
}

/********************/
/* Estilos Contenido */
/********************/

.ui-growl-item {
    margin-top: 80px !important;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width: 480px) {
    .logoSitio {
        width: 53px;
        height: 52px;
    }
    .cabecera {
        background-color: rgb(0, 81, 164);
        padding: 0px;
        color: #fff;
        height: 70px;
    }
    .cabecera h1 {
        font-size: 1em !important;
        font-weight: lighter;
    }
}

/* Tablets (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width
: 1024px) { /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) { /* Styles */
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) { /* Styles */
}

/* PC medium Screen ----------- */
@media screen and (max-width: 1025px) {

}

@media screen and (max-width: 1025px) {

}

div {
    font-size: 12px;
}

hr {
    width: 100%;
    color: #68AE3E;
    height: 0.22em;
    background: #68AE3E;
    border-color: #68AE3E;
    border: #68AE3E;
    color: #68AE3E;
}

.sitioHr {
    width: 100%;
    height: 0.18em;
    background: #68AE3E !important;
    border-color: #68AE3E !important;
    border: #68AE3E !important;
    color: #68AE3E !important;
}

.loginHeaderCentrado {
    margin: 0 auto;
    width: 25%;
    font-size: 3em;
    font-weight: bolder;
    color: #004282;
    text-align: center;
}

/* Fondo Degradado / Login Claro */
.fondoDegradado {
    background: linear-gradient(-45deg, #265b91, #4aad52) !important;
}

.tituloLogin {
    color: #0051a4 !important;
}

.loginDivCentrado {
    margin: 0% auto;
    background: white !important;
    width: 25%;
    border-radius: 8px;
    box-shadow: 0px 3px 30px 0px rgba(143, 139, 143, 1);
    border: 1px outset rgba(143, 139, 143, 0.7);
    padding: 2.2em 1em 1.5em 1em;
}

.tituloLogin {
    font-size: 1.5em;
    color: white;
    padding: 20px 5px 5px 5px;
}

.loginCuadrosTexto {
    width: 96% !important;
    height: 44px;
    font-size: 1em !important;
    color: #000000 !important;
    /*background-color: rgba(136, 136, 138, 0.5) !important;*/
    border-radius: 0.4em !important;
}

.loginCuadroUsuario, .loginCuadroUsuario:HOVER, .loginCuadroPassword,
.loginCuadroPassword:HOVER {
    background: url("/agilgad/javax.faces.resource/images/icono-user-login.png.jsf?con=templateV2") no-repeat
        1% center !important;
    padding: 0.8em 0.1em 0.8em 0.1em !important;
    margin: 1em 10% 0px 10% !important;
    background-color: rgba(255, 255, 255, 0.80) ! important;
    color: rgba(0, 0, 0, 1) ! important;
    text-indent: 10%;
    font-size: 1.4em !important;
    border-radius: 3px;
    width: 90%;
}

.loginCuadroUsuario:HOVER {
    background-color: rgba(255, 255, 255, 0.90) ! important;
}

.loginCuadroPassword {
    background: url("/agilgad/javax.faces.resource/images/icono-candado-login.png.jsf?con=templateV2")
        no-repeat 1% center !important;
    background-color: rgba(255, 255, 255, 0.80) ! important;
}

.loginCuadroPassword:HOVER {
    background: url("/agilgad/javax.faces.resource/images/icono-candado-login.png.jsf?con=templateV2")
        no-repeat 1% center !important;
    background-color: rgba(255, 255, 255, 0.90) ! important;
}

.loginBoton {
    width: 91.5%;
    margin: 2em 10% 1em 10% !important;

}

.loginBoton:Hover {
    cursor: pointer;
    color: white !important;
    background: rgba(104, 174, 62, 1) ! important;
}

.loginTextoAzul {
    font-size: 1.6em;
    font-weight: bolder;
    color: #004282;
}

.tituloAplicacion {
    text-align: center;
    position: absolute;
    left: 35%;
    top: 3em;
    border: 0;
}

.boxExtendido {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.boxMedio {
    display: table-cell;
    vertical-align: middle;
}

.boxInterno {
    margin-left: auto;
    margin-right: auto;
    /*width: whatever width you want*/;
}

.ui-menuitem-text span {
    color: red;
}

.botonSalir{
    color:#E0F2F1;
}
