﻿body
{
    background-color: #e7e8e3;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: normal;
    margin: 15px 15px 15px 15px;
}

.content
{
    width: 1000px;
    margin: 0px auto;
    text-align: left;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e7e8e3;
}

.title
{
    color: #666666;
    font-family: Tahoma;
    font-size: 12pt;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}

.section
{
    color: black;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}

.Message
{
    color: black;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
}

.subsection
{
    color: blue;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    font-style: normal;
}

.buttonNormal
{
    font-family: Tahoma;
    font-size: 9pt;
    color: Black;
    white-space: normal;
    width: 100px;
    height: 25px;
}

.buttonMediano
{
    font-family: Tahoma;
    font-size: 9pt;
    color: Black;
    white-space: normal;
    width: 110px;
    height: 25px;
}

.buttonGrande
{
    font-family: Tahoma;
    font-size: 9pt;
    color: Black;
    white-space: normal;
    width: 140px;
    height: 25px;
}

.hyperlink
{
    cursor: pointer;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: normal;
    color: Black;
}


.tituloModulo
{
    font-family: "tahoma";
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #9D2449;
}
.subtitulosModulo, .subtitulosUsuario
{
    font-family: "tahoma";
    font-size: 11px;
    font-style: normal;
    color: #9D2449;
}
.subtitulosUsuario
{
    color: #9D2449;
}


.button_example
{
    border: 1px solid #bee1fa;
    -webkit-box-shadow: #0453AA 1px 1px 1px;
    -moz-box-shadow: #0453AA 1px 1px 1px;
    box-shadow: #0453AA 1px 1px 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    font-family: tahoma, verdana, arial, sans-serif;
    padding: 3px 3px 3px 3px;
    text-align: center;
    color: #FFFFFF;
    background-color: #285C4D;
    background-image: linear-gradient(top, #f2f9fe, #d6f0fd);
}

.button_example:hover
{
    border: 1px solid #93cdf7;
    background-color: #083C2D;
    background-image: linear-gradient(top, #c3e3fa, #a5defb);
}

.th_color
{
    color: #285C4D;
}

.panel_basico
{
    border: thin groove #285C4D;
    width: 70%;
    background-color: white;
}

.barra_separa
{border: 10px Solid #285C4D; 
 background-color: #285C4D; 
 width: 900px;
}

.titulo_aplicacion
{
    color:#FFFFFF;
    text-align:center;
    font-family:Arial;
    font-weight:bold;
    font-size:medium;
}

.leyendaRequeridos
{
    font-family: "tahoma";
    font-size: 11px;
    color: #036;
}
.alignLabel
{
    font-family: "tahoma";
    font-size: 12px;
    font-style: normal;
    text-align: right;
}

input, select, textarea, td, span, a
{
    font-family: "tahoma";
    font-size: 12px;
    font-style: normal;
}

.errorLabel
{
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: normal;
    color: Red;
}

.errorLabel_12pt
{
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: normal;
    color: Red;
}


.tdsection
{
    background-color: #D2D4D3;
}

/* page */

table.page
{
    width: 1024px;
    background-color: White;
}

table.page td.pageLeft
{
    width: 15%;
}

table.page td.pageCenter
{
    width: 70%;
}

table.page td.pageRight
{
    width: 15%;
}

/* content */

table.content
{
    width: 100%;
}

/* default */

div.centered table
{
    margin: 0 auto;
}




.modal
{
    display: block;
    position: fixed;
    background: white;
    border: solid black 2px;
    z-index: 10003;
}

.modalBackground
{
    border: solid black 2px;
    display: block;
    position: relative;
    background-color: #696969;
    border: solid black 2px;
    z-index: 10003;
    margin-left: 0;
    margin-top: 0;
}

.divImageWait
{
    position: absolute;
    top: 163px;
    left: 450px;
    width: 285px;
    height: 165px;
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    visibility: hidden;
}

input.aspNetDisabled
{
    background-color: #EFEFEF;
}
