* {
    margin: 0;
    padding: 0;
}

.bordecopado {
    border: 1px solid #315c6c;
    border-radius: 8px;
}

#contenedor {
    width: 100%;
    margin: 0 auto;
}


#contenido {
    width: 100%;
    top: 0px;
    /* position: fixed; */
    z-index: 99;
}
#opciones {
    height: 30px;
    width: 100%;
    overflow: hidden;
}
#menu {
    background: none repeat scroll 0 0 #f5f5f5;
    float: left;
    height: 33px;
    width: 100%;
    z-index: 998;
}
.titcuerpo {
    text-align: left;
    padding-top: 10px;
    padding-left: 20px;
    background-color: #eeeeee;
}
.titulofrm {
    font-family: Arial;
    font-weight: Bold;
    text-transform: uppercase;
    font-size: 14px;
}
.subtitulofrm {
    font-family: Arial;
    font-weight: Bold;
    text-transform: uppercase;
    font-size: 14px;
    color: #305e6f;
}
.diverror {
    text-align: center;
    padding-top: 8px;
}
.mensajeok {
    background-color: #e0ffdf;
    border: 2px solid #7ed87a;
    padding: 5px 10px;
}
.mensajeer {
    border: 2px solid #ab292d;
    background-color: #ffcecf;
    padding: 5px 10px;
}

.cuerpo {
    margin-top: 10px;
    padding: 0 1%;
    /* width: 98%; */
    position: relative;
}

.cuerpocont {
    /* margin-top: 175px; */
    width: 100%;
    background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 1) 0%,
            rgba(243, 243, 243, 1) 44%,
            rgba(255, 255, 255, 1) 100%
        )
        repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.TituloPie {
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    /*padding: 30px;*/
}
.TextoPie {
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    top: 30px;
}

.Titulosp {
    font-weight: bold;
    text-align: center;
    color: #134a95;
    font-size: 12px;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
.Titulospw {
    font-weight: bold;
    text-align: left;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: 7f7f7f;
}

.cerrarsesion:hover {
    background-color: #4e85ba;
}
.cerrarsesion {
    background-color: #7f7f7f;
    border-style: none;
    cursor: pointer;
    display: block;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
    margin-right: 0px;
    padding: 4px;
    text-decoration: none;
    text-transform: uppercase;
    width: 110px;

    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 -1px #985813;
}
.cabecera {
    background-color: #242c4f;
    /* height: 96px; */
    /* width: 100%; */
}
.cabecera .logo-min {
    background-image: url("../img/header-fondo-2.png");
    background-repeat: no-repeat;
    background-size: 82% auto;
    height: 100%;
    background-position: 90px;
}

.footer {
    text-align: center;
    color: #7f7f7f;
    font-weight: bold;
    padding-top: 10px;
    border-top: 1px solid #919b9c;
    clear: both;
    margin-top: 20px;
}
.loading {
    width: 64px;
    height: 64px;
    position: fixed;
    left: 45%;
    top: 300px;
    z-index: 9999;
    background-image: url("../img/loading.gif");
    display: none;
}

ul.archivos li img.icon {
    width: 50px;
}

ul.archivos li {
    list-style: none;
    width: 70px;
    height: 100px;
    overflow: hidden;
    float: left;
    text-align: center;
    margin: 10px 20px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none !important;
}

.title {
    color: white;
    font-weight: bold;
    font-size: 1.3em;
    margin-top: 35px;
}

.logoDine {
    max-width: 200px !important;
}

.imgLogo {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

.user_section {
    margin-top: 30px;
    /* border: 1px solid white; */
}

.user_profile_button {
    float: right;
    padding: 10px;
    border: 1px solid white;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.2em;
}

.user_profile_button:hover {
    background-color: #c5c5c5;
    border-color: #c5c5c5;
}

.user_profile_button:hover > .icon_user {
    color: gray;
}

.icon_user {
    color: white;
    font-weight: bolder;
}

.dropUser {
    right: 0;
    left: auto !important;
    margin-top: 40px !important;
}

.li_name {
    padding: 3px 20px;
    font-weight: bolder;
}

.li_user {
    padding: 3px 20px;
    font-weight: lighter;
    font-size: 0.9em;
    color: gray;
}

.li_icon {
    border-radius: 50%;
    background-color: #c5c5c5;
    margin: 20px 20px;
    padding: 10px;
    color: gray;
}

#logoFooter {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.vh-75 {
    height: 75vh;
}

#cuerpoContenedor {
    background: transparent;
}


.transform-center-parent {
    position: relative;
    transform-style: preserve-3d;
}

.transform-center {
    position: relative;
    top: 25%;
    transform: translateY(-25%);
}

.titleHome {
    font-family: 'Encode Sans';
    font-weight:bolder;
    font-size: 40px;
    color: #242c4f;
}

.subTitleHome {
    font-family: 'Encode Sans';
    font-weight:400;
    font-size: 15px;
    color: #242c4f;
}