﻿.body {
    color: Black;
    font-size: 14px;
    align-content: center;
    align-items: center;
    align-self: center;
    text-align: center;
    font-family: Arial,Helvetica, Sans-Serif;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.fontTitulo {
    color: #999999;
    font-size: 24px;
    font-family: Arial,Helvetica, Sans-Serif;
    font-weight: bold;
}

.tituloApp {
    color: #000000;
    font-size: 35px;
    font-family: Calibri;
    font-weight: lighter;
    text-decoration: none;
}

.tituloMod {
    color: #000000;
    font-size: 18px;
    font-family: Calibri;
    font-weight: lighter;
    text-decoration: none;
}

.watermark {
    color: Silver;
    border: 1px solid Black;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=60);
    /*opacity:0.7;*/
}

.modalPopup {
    background-color: #ffffff;
    /*border-width:3px;
	border-style:solid;
	border-color:Gray;*/
    padding: 3px;
}

.headerEsqIzq {
    background: url(images/imgGeneral/esqIzq.jpg) no-repeat;
}

.headerEsqDer {
    background: url(images/imgGeneral/esqDer.jpg) no-repeat;
}

.headerRepiter {
    background: url(images/imgGeneral/repiter.jpg) repeat;
}

.headerLogo {
    background: url(images/Logos/logoPpl.png) no-repeat;
}

.paginasLogo {
    background: url(images/Logos/LogoDYM.png) no-repeat;
}


/*grilla*/
.grillaHead {
    background: #FFF url(images/imgGeneral/TableHeader.gif) repeat-x;
    color: Black;
    height: 20px;
    margin: 0;
    font: Arial, Sans-Serif;
}

.grillaRow {
    color: #4e4e4e;
    font: normal 100% Arial, Sans-Serif;
}

    .grillaRow:hover {
        background: #FFF url(images/imgGeneral/hbg.gif) repeat-x;
        color: Black;
        font: normal 100% Arial, Sans-Serif;
    }

.grillaPage {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    background-color: #F2F2F2;
    color: Black;
    padding: 5px 0;
    margin: 10px 0 25px 0;
    text-align: right;
}

.date {
    border-top: 1px dotted #ccc;
    padding: 5px 0;
    margin: 10px 0 25px 0;
    text-align: right;
}
/*fin grilla*/

/*FormView*/
.formHead {
    background: #FFF url(images/hbg.gif) repeat-x;
    height: 30px;
    padding: 5px 0 0 0px;
    margin: 0;
    font: bold 1.2em Arial, Sans-Serif;
    text-align: center;
    vertical-align: middle;
}

.formRowHead {
    background-color: #F2F2F2;
    color: Black;
    font: normal 100% Arial, Sans-Serif;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
}

.formRow {
    padding-left: 10px;
    background-color: White;
    color: Black;
    font: normal 100% Arial, Sans-Serif;
    text-align: left;
}

.formFoot {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    background-color: #F2F2F2;
    color: Black;
    padding: 5px 0;
    margin: 10px 0 25px 0;
    text-align: center;
}

.date {
    border-top: 1px dotted #ccc;
    padding: 5px 0;
    margin: 10px 0 25px 0;
    text-align: right;
}

.tables {
    color: #000000;
    background-color: Transparent;
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    padding: 15px;
}

.celdasEncabezadoDocs {
    color: #000000;
    border-right: #cccccc 1px solid;
    border-top: #cccccc 1px solid;
    border-left: #cccccc 1px solid;
    border-bottom: #cccccc 1px solid;
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
}

.tableHeader {
    color: #003366;
    border: 1px solid #2EC400;
    background: #ffffff;
    text-decoration: none;
}

.tablesCtrl {
    color: #000000;
    background-color: Transparent;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    text-decoration: none;
}

.filas {
    color: #000000;
    border: 1px solid #2EC400;
    background: #CFFFC1;
    text-decoration: none;
}

.TableFiltros {
    color: #003366;
    border: 1px solid #2EC400;
    background: #FFF url(images/imgGeneral/TableHeader.gif) repeat-x;
    text-decoration: none;
}
