﻿

body
{
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
    font-size: 12px;
    text-align: left;
    /*margin-top: 10px;*/
    vertical-align: top;
    background-color: #FFFFFF;
    background-image: url('../MP/Imagenes/Fondo.jpg');
    background-repeat: repeat-x;
}
h1
{
    /*font-family: Georgia, Times New Roman, Times, serif;*/
    font-size: 21px;
    font-weight: normal;
    /*font-style: italic;*/
    color: #004890;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
}
h2
{
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    color: #004890;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
}
h3
{
    font-size: 17px;
    font-weight: normal;
    color: #E9841A; /* 233,132,26 */
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
}
h4
{
    font-size: 15px;
    font-weight: normal;
    color: #000000;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
}
th
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #004890;
    background-image: url('../Imagenes/th.jpg');
    background-repeat: repeat-x;
    text-align: left;
    height: 20px;
    min-height: 20px;
}
.th
{
    font-weight: bold;
    color: #FFFFFF;
    background-color: #004890;
    background-image: url('../Imagenes/th.jpg');
    background-repeat: repeat-x;
    text-align: left;
    height: 20px;
    min-height: 20px;
}
.divContenedor
{
    height:100%;
    box-sizing:border-box;
    width: 80%;
    min-width: 970px;
    /*min-height: 650px;*/
    /*padding: 10px;*/
    margin: auto;
    background-color: #CCCCCC;
}
.tableContenedor
{
    width: 100%;
}
.tdMiniMenu
{
    /*	color: #FFFFFF; */
    height: 20px;
    min-height: 20px;
    text-align: right;
    vertical-align: middle; /*	background-color: #004890; */
}
.tdFecha
{
    color: #004890;
    height: 20px;
    min-height: 20px;
    text-align: right;
    vertical-align: middle;
}
.tdMenu
{
    color: #E9841A;
    /*height: 45px;
    min-height: 45px;
    vertical-align: bottom;*/
    background-color: #FFFFFF;
}
.azul
{
    color: #004890;
}
.verde
{
    color: Green;
}
.naranja
{
    color: #E9841A;
}
.tdContenido
{
    /*width: 740px;*/
    width: auto;
    /*height: 520px;*/
    /*min-height: 520px;*/
    vertical-align: top;
    background-color: #FFFFFF;
    /*padding: 10px;*/
}

.tdFrame
{
    width: auto;
    height: auto;
    min-height: 520px;
    vertical-align: top;
    background-color: #FFFFFF;
    padding: 10px;
}


.tdMenuLateral
{
    width: 200px;
    min-width: 200px;
    height: 520px;
    min-height: 520px;
    vertical-align: top;
    background-color: #FFFFFF;
    padding: 10px;
    white-space: nowrap;
}
.tdCopyright
{
    color: #FFFFFF;
    height: 30px;
    min-height: 30px;
    text-align: center;
    vertical-align: middle;
    background-color: #004890;
    background-image: url('../Imagenes/copyright.jpg');
}
.tdConcepto100
{
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 25px;
    min-height: 25px;
}
.tdConcepto120
{
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    height: 25px;
    min-height: 25px;
}
.tdConcepto140
{
    width: 140px;
    min-width: 140px;
    max-width: 140px;
    height: 25px;
    min-height: 25px;
}
.tdConcepto160
{
    width: 160px;
    min-width: 160px;
    max-width: 160px;
    height: 25px;
    min-height: 25px;
}
.tdConcepto180
{
    width: 180px;
    min-width: 180px;
    max-width: 180px;
    height: 25px;
    min-height: 25px;
}
.ButtonMiniMenu {
    width: 75px;
    height: 25px;
    font-size: 15px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #E9841A;
    border-style: none;
    background-image: url('../../_/MP/Imagenes/ButtonMiniMenu.jpg');
    background-repeat: repeat-x;
}
    .ButtonMiniMenu:Hover {
        padding-left: 2px;
        background-image: url('../../_/MP/Imagenes/ButtonMiniMenu_Hover.jpg');
        background-repeat: repeat-x;
        background-color: #E9841A;
    }

.rojo
{
    font-size: 17px;
    font-weight: normal;
    color: #B40404;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 5px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #CCCCCC;
}

.saltopagina
{
    page-break-after: always;
}

.tdContenido2
{
    background-color: #FFFFFF;
    padding: 10px;
}

legend
{
    font-size: 13px;
    font-weight: normal;
    color: #E9841A;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.modalBackground {
    background-color: rgba(0, 0, 0, 0.62);
    opacity: 0.7;
}

#overlaySpinner {
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}