﻿
.FondoTitulo
{
    background:#A9D18E;
    width:180px;
    height:20px;
    text-align:center;
    vertical-align:middle;
}
.FondoTituloSinW
{
    background:#A9D18E;    
    height:20px;
    text-align:center;
    vertical-align:middle;
}
.FondoTexto
{
    background:#203864;
    width:600px;
    height:15px;
    text-align:center;
    vertical-align:middle;
}
.FondoTituloVerde
{
    background:#A9D18E;
    width:600px;
    height:20px;
    text-align:left;
    vertical-align:middle;
    color:White;
    font-size:14px;
}
.FondoTextoAzul100
{
    background:#203864;
    width:100%;
    height:15px;
    text-align:left;
    vertical-align:middle;
}
.FondoTextoAzulCorto
{
    background:#203864;
    width:150px;
    height:15px;
    text-align:center;
    vertical-align:middle;
}
.FondoTextoAzulCorto2
{
    background:#203864;
    width:150px;
    height:15px;
    text-align:left;
    vertical-align:middle;
}
.FondoTextoAzulCorto3
{
    background:#203864;
    width:80px;
    height:15px;
    text-align:center;
    vertical-align:middle;
}
.FondoTituloAmarillo
{
    background:#FFFF00;
    width:30px;
    height:50%;
    text-align:center;
}
.FondoTituloRojo
{
    background:#FF0000;
    width:30px;
    height:50%;
    text-align:center;
}
.FondoTituloVerde2
{
    background:#00B050;
    width:30px;
    height:50%;
    text-align:center;
}
.FondoPreguntaAzul
{
    background:#FBFDC8;
    width:100%;    
    text-align:justify;
    color:Black;    
}
.FondoTituloVerde
{
    background:#00B050;
    width:30px;
    height:50%;
    text-align:center;
}
.FondoTituloGridPreguntas
{
    background:#FFE699;
    width:90%;
    text-align:left;
}
.FondoRespuesta
{
    background:#FFF2CC;
    width:100%;    
    text-align:justify;
    color:Black;
}
.divSepara
{
    padding-left:25px;
    padding-right:25px;
}
.Opciones
{
    text-align:justify;
}
.Grid
{
    font-size:12px;
}
.table
{
    margin-left: auto;
    margin-right: auto;
    width:100%;
    border-collapse: separate;
    border-spacing:  5px;
}
.PiePagina
{
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    width:100%;    
}
#DivTable
{
    width:1000px;
    vertical-align:middle;
    text-align:justify;
}
.LetraTitulos
{
    font-size: 14px;
    color: White;
    font-weight: 200;
}
.LetraTitulosEvaluacion
{
    font-size: 14px;
    color: White;
    font-weight: bolder;
    text-align:left;
}
.LetraTitulosNegros
{
    font-size: 14px;
    color: Black;
    font-weight: bolder;
    text-align:left;
}
.LetraTitulosPop
{
    font-size: 18px;
    color: White;
    font-weight: 200;
}
.LetraRes
{
    font-size: 28px;
    color: White;
    font-weight: 200;
}
.error
{
    font-size: 12px;
    color: #FF0000;
    font-weight: 500;
}
.Combos
{
    color: #666666;
    font-weight: bolder;
    font-size: 14px;
}
.links
{
    color: #000000;
    font-size: 12px;
   
}
 a:hover
{
    cursor: pointer;
    color: Black;    
}
.foo:hover
{
    background: #6699FF;
} 
 
.Texto
{
    text-align:justify;
    font-size:12px;
}
.Titulo
{
    text-align:center;
    font-size:14px;
    font-weight:bolder;
}
.TituloMantenimiento
{
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
    color: #800000;
}
.LigaPequeña
{
    text-align:center;
    font-size:10px;    
}
.botones
{
    background-image: url('../Img/BotonAcceso.png');
    background-repeat: no-repeat;        
    background-position: center;
    background-size: 120% 200%;
    width:140px;
    height:30px;
    padding:0px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
}
.botonLeyes
{
    background-color: #385723;
    font-size: 12px;
    color: #FFFFFF;
}
.botonGuia
{
    background-image: url('../Img/botonGuia.png');
    background-repeat: no-repeat;        
    background-position: center;
    background-size: 120% 200%;
    font-weight:bold;
    width:140px;
    height:30px;
    padding:0px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
}
.botonEvalua
{
    background-image: url('../Img/botonEvalua.png');
    background-repeat: no-repeat;        
    background-position: center;
    background-size: 120% 200%;
    font-weight:bold;
    width:140px;
    height:30px;
    padding:0px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
}
.botonCancela
{
    background-image: url('../Img/botonCancelar.png');
    background-repeat: no-repeat;        
    background-position: center;
    background-size: 120% 200%;
    font-weight:bold;
    width:140px;
    height:30px;
    padding:0px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -o-border-radius: 8px;
}