﻿body
{
    background-color: #FDFEFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    color: #445062;
}

label
{
    font-weight: bold;
    color: #204B77;
}

label[class=der]
{
    width: 100px;
    text-align: right;
    display: inline-block;
    padding:5px;
}

input, select
{
    border: 1px solid #DDEBF7;
    padding: 5px;
    color: #242F4D;
}



textarea
{
    border: 1px solid #DDEBF7;
    padding: 5px;
    color: #242F4D;
    
}

input[type=button], input[type=submit]
{
    min-width: 120px;
    margin-top: 0px;
    }

input:hover, textarea:hover, select:hover
{
    border: 1px solid #7BB6FD;
}

input:focus, textarea:focus, select:focus
{
    border: 1px solid #003399;
    background-color: #EBF7FE;
}

input[type=checkbox]
{
    display: inline-block;
}

H1, H2, H3, H4, H5, H6
{
    padding-bottom: 0px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

H1
{
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    width: 85%;
}
H2
{
    color: #5fabe1;
    font-size: 1.6em;
    font-weight: bold;
}
H3
{
    color: #5fabe1;
    font-size: 1.4em;
    font-weight: bold;
}
H4
{
    color: #5fabe1;
    font-size: 1.2em;
    font-weight: bold;
}
H5
{
    color: #5fabe1;
    font-size: 1em;
    font-weight: bold;
}

.divMain
{
    border-bottom: #5fabe1 1px solid;
    position: absolute;
    border-left: #5fabe1 1px solid;
    width: auto;
    bottom: 0.5em;
    background: #fefefe;
    height: auto;
    border-top: #5fabe1 1px solid;
    top: 6em;
    right: 0.5em;
    border-right: #5fabe1 1px solid;
    left: 190px;
    padding: 10px;
}

.header
{
    padding-bottom: 5px;
    min-height: 50px;
    padding-left: 10px;
    padding-right: 5px; /*background: url(images/bgBody.gif) #2d83c2 repeat-x 0px -480px;*/
    background: url(images/bgBody.gif);
    height: 50px;
    padding-top: 15px;
    background-color: #034596;
    color: #FFFFFF;
}

*[onclick]
{
    cursor:pointer;
}

.header .Img
{
height:50px;
width:50px;
float:left;
display:inline-block;
}

.pie
{
    position:fixed;
    bottom:0px;
    height:20px;    
}

.header .letras
{
    float:left;
    display:inline-block;
}

.tituloPag
{
    position:fixed;
    float:right;
    right:10px;
    top:30px;    
    color:White;
}
.nomPrograma
{
    /*font-weight: bold;*/
    color: #204B77;
    font-size:15px;
}
.mnuSup
{
    background-color: #6FB7FF;
    font-size:15px;
}
#alert
 {
   overflow: hidden;
   width: 100%;
   text-align: center;
   position: absolute;
   top: 0;
   left: 0;
   background-color: #fff;
   height: 0;
   color: #000;
   font: 20px/40px arial, sans-serif;
   opacity: .9;
 }

.Titulo
{
      font-weight: bold;
    color: #204B77;
    
    }