@CHARSET "ISO-8859-1";

html {
    height: 100%;
}

body {
    height: auto;
    width: 100%;
    background-position: center center;
    background: url("/agilgad/javax.faces.resource/images/fondo2.jpg.jsf?con=templateV2");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

.barraCabecera {
    background: rgb(1, 70, 135);
    padding: 1em 0em 1em 0em;
    color: rgb(1, 70, 135);
    height: -moz-calc(100% - ( 20px + 30px));
    height: -webkit-calc(100% - ( 20px + 30px));
    height: calc(100% - ( 20px + 30px));
    height: -moz-calc(100% - ( 20px + 30px));
    width: 100%
}

.tituloError {
    font-size: 3em;
    color: white;
    text-decoration: underline;
}

.sitio-numero-error {
    color: rgba(255, 0, 0, 1); /* fondo rojo*/
    font-size: 1.6em;
}

.zonaBotonRegreso {
    padding: 1em;
}

.contenedor {
    padding: 0em 1em 0em 25%;
    width: 50%
}

div.contenedorImagen {
    margin: 0em 0em 0em 10%;
    width: 100%
}

div.tituloErrorDescripcion {
    font-size: 1.5em;
    background: rgba(1, 70, 135, 0.7); /*fondo azul*/
    border-radius: 0.3em;
    padding: 0.5em 0em 0.5em 0.5em;
    color: white;
}

div.ayuda {
    font-size: 1.5em;
    background: rgba(104, 174, 62, 0.7); /*fondo verde*/
    border-radius: 0.3em;
    padding: 0.5em 0em 0.5em 0.5em;
    color: white;
}

.sitio-btnPaginaPrincipal {
    margin: 1em 0em 1em 0em !important;
    background: rgba(1, 70, 135, .9); /* fondo azul*/
    border: 2px rgba(104, 174, 62, 1) solid !important;
    font-size: 1em;
    color: white;
    padding: 1em 1em !important;
}

.sitio-btnPaginaPrincipal:HOVER {
    margin: 1em 0em 1em 0em !important;
    background: rgba(1, 70, 135, 1) !important; /* fondo azul*/
    border: 2px rgba(104, 174, 62, 1) solid !important;
    color: white;
    font-size: 1em;
    padding: 1em 1em !important;
}