﻿html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: default;
}

body {
    background: #eee url(../Imagen/fondo_login.png) no-repeat;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #FFF;
    font-family: sans-serif, Arial, Verdana !important;
    font-size: 11px !important;
    /*color: #656565;*/
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

*, *:focus, *:hover {
    outline: none !important;
}

/*body {
    font-family: Arial, Verdana !important;
    font-size: 11px !important;
}*/

.pie {
    width: 955px;
    background-color: #0055A5;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: White;
    padding: 10px 10px 10px 10px;
}

.titulo {
    font-family: Arial !important;
    font-size: 21px !important;
    font-weight: bold !important;
    color: #CA262F !important;
}

.titulo2 {
    font-family: Arial !important;
    font-size: 13px !important;
    font-weight: bold !important;
    color: #CA262F !important;
}

.titulo3 {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #0055A5;
}

.titulo4 {
    font-family: Arial !important;
    font-size: 13px !important;
    font-weight: bold !important;
    color: #000000 !important;
}

.titulo7 {
    font-family: Arial !important;
    font-size: 11px !important;
    font-weight: bold !important;
    color: #CA262F !important;
}

.titulo5 {
    font-family: Calibri;
    font-size: 8px;
    font-weight: bold;
    color: #0055A5;
}

.titulo6 {
    font-family: Arial !important;
    font-size: 13px !important;
    font-weight: bold !important;
    color: #000000 !important;
}

.tituloLogin {
    font-family: Arial !important;
    font-size: 21px !important;
    font-weight: bold !important;
    color: #FFF !important;
    text-align: center;
}

/*.FormLabel
{	
    color:#050505 !important;
    font-family: "Helvetica Neue",Helvetica, Arial, sans-serif !important;	
}*/
.ValidacionRequerido {
    color: #CC0000;
    font-size: x-large;
    font-weight: bold;
    vertical-align: bottom;
}


/*nuevos cambios*/


.textlabel {
    font-family: Arial;
    font-size: 16px;
    color: #000000 !important;
    width: 100%;
}

.textlabelLogin {
    font-family: Arial;
    font-size: 16px;
    color: #FFF !important;
    width: 100%;
}

.textlabelPie {
    font-family: Arial;
    font-size: 11px;
    color: #000000 !important;
    width: 100%;
}

.division {
    clear: both;
    width: 100%;
    height: 10px;
}

.FormLabel {
    font-family: Arial !important;
    font-size: 12px !important;
    font-weight: bold !important;
    color: #000 !important;
}

.FormLabel1 {
    font-family: Arial !important;
    font-size: 12px !important;
    color: #000 !important;
}

.FormLabel2 {
    font-family: Arial !important;
    font-size: 12px !important;
    font-weight: bold !important;
    color: #0055A5 blue !important;
}

.FormLabel3 {
    font-family: Arial !important;
    font-size: 11px !important;
    font-weight: bold !important;
    color: #000 !important;
}

.textlabelhref {
    font-family: Arial;
    font-size: 11px;
    color: #045FB4 !important;
}

.rtWrapperContent {
    text-align: justify !important;
    font-size: 10px !important;
}

.zonaIzquierda {
    border: 4px;
    border-right: 0;
    border-style: solid;
    border-color: #72BCE8;
    border-radius: 15px 0 0 15px;
    background-color: #27397F;
    min-height: 400px;
}

.zonaDerecha {
    border: 4px;
    border-left: 0;
    border-style: solid;
    border-color: #72BCE8;
    border-radius: 0 15px 15px 0;
    background-color: #DAE2EE;
    min-height: 400px;
}

.TextIndicator_MuyBaja {
    background-color: #ff3933;
    color: #620000;
    text-align: center;
    width: 100px;
    padding: 2px 0;
    margin-left: 50px;
    margin-top: 5px;
}

.TextIndicator_Baja {
    background-color: #ff7833;
    color: #922b00;
    text-align: center;
    width: 100px;
    padding: 2px 0;
    margin-left: 50px;
    margin-top: 5px;
}

.TextIndicator_Media {
    background-color: #ffbe33;
    color: #9e5900;
    text-align: center;
    width: 100px;
    padding: 2px 0;
    margin-left: 50px;
    margin-top: 5px;
}

.TextIndicator_Alta {
    background-color: #ddcc33;
    color: #696400;
    text-align: center;
    width: 100px;
    padding: 2px 0;
    margin-left: 50px;
    margin-top: 5px;
}

.TextIndicator_MuyAlta {
    background-color: #6bcc33;
    color: #236800;
    text-align: center;
    width: 100px;
    padding: 2px 0;
    margin-left: 50px;
    margin-top: 5px;
}

.Sombra {
    border-radius: 15px;
    box-shadow: 5px 5px 12px -1px rgba(117,117,117,0.75);
    -webkit-box-shadow: 5px 5px 12px -1px rgba(117,117,117,0.75);
    -moz-box-shadow: 5px 5px 12px -1px rgba(117,117,117,0.75);
}
/*  fin cambios  */

@media (max-width: 767px) {
    .zonaIzquierda {
        border-right: 4px;
        border-bottom: 0;
        border-style: solid;
        border-color: #72BCE8;
        border-radius: 15px 15px 0 0;
        min-height: 200px;
    }

    .zonaDerecha {
        border-left: 4px;
        border-top: 0;
        border-style: solid;
        border-color: #72BCE8;
        border-radius: 0 0 15px 15px;
        background-color: #DAE2EE;
        min-height: 400px;
    }
}
