﻿body 
{
    background-color: #999999;
    color: #044D79;
}
.cuadros 
{
    background: #F3F7FD;
    text-decoration: none;
    padding: 15px;
    margin: 5px;
    border: solid 1px #BBD8FB;
}
.modulo_item 
{
    background: #F3F7FD;
    text-decoration: none;
    float: left;
    padding: 15px;
    margin: 5px;
    width: 150px;
    height: 100px;
    border: solid 1px #BBD8FB;
}
.modulo_item Image
{
    width: 50px;
    height: 50px;
}
.modulo_item:hover
{
    color: #044D79;
    text-decoration: underline;
    cursor: pointer;
    background: #DDECFD !important;
    border: solid 1px #83AADA;
}
.puntero
{
    cursor: pointer;
}
.titulo_sistema
{
    font-family: Fantasy;
    font-size: 280%;
   letter-spacing :2px;
    color: #022536;
}

.version_sistema
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: White;
    font-style: italic;
}
.mensaje_cabecera
{
    font-style: italic;
    font-size: 120%;
    color: White;
}
.ocultos
{
    visibility: hidden;
}
.datos_usuario 
{
    color: #000;
    border-top: 1px solid White;
    border-bottom: 1px solid Gray;
    border-left: 1px solid Gray;
    padding: 2px;
    margin-bottom: 0px;
    width: 300px;
    background: #59B7E6;
    text-align: center;

   
}
.datos_usuario_texto
{
    font-size: 12px;
   color: #FAFAFA;
}
.copyright
{
    font-size: 11px;
    color: #E9E9E9;
}
.modulo_descripcion
{
    border: solid 1px #BBD8FB;
    margin: 20px 180px; 
    padding: 10px;
    font-size: 12px;
    text-align: center;
    color: #444444;
    background: #F4FAFF;
    font-style: italic;
}
.modulo_seleccion
{
    font-size: 16px;
    font-family: Times New Roman;
    font-style: italic;
    text-align: center;
    font-weight:bold;
    color: #336699;
}
.menus_titulo
{
    color: White;
    background:  url(../App_Imagenes/fondosuperior.jpg) repeat-x;
    border: 1px solid #002D96;
    width: 162px;
    padding: 6px 3px;
    vertical-align: middle;
}


.contenidos
{
    border: 0px;
    background: url(../App_Imagenes/ContenidoSuperior.jpg) top repeat-x left;
    height: 65px;
    padding: 20px 10px 10px 10px;
    height: auto;
}
.menus_titulop
{
    font-size: 18px;
    color: #003399;
}

.menus_subtitulop
{
    font-size: 16px;
    color: #003399;
}
.menus_descripcionp
{
    font-size: 12px;
    color: #254b72;
}
.radajaxloadingpanel {
    background:#FFFFFF url(../App_Imagenes/_cargando.gif) center center no-repeat;
}
.vista_detalle
{
    padding: 10px;
    text-align: center;
}
.resalta_busqueda
{
    background-color: #FFCC33;
    color: #663300;
}
.modalBackground {
	background-color :Gray ;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.CajaDialogo
{
	background-color: #99ffcc;
    border-width: 4px;
    border-style: outset;
    border-color: #BBD8FB;
    padding: 0px;
    font-weight: bold;
    font-style: italic;
}
.PanelDrag
{
    background:#ebeef6 0 -7750px repeat-x url('/App_Imagenes/_sprite.gif');
	cursor: move;
}
.botones
{
    padding: 2px 3px;
    border: 2px solid #BBD8FB;
    text-decoration: none;
    background: #F4FAFF;
}
.botones img
{
    border:0px;
    vertical-align:middle;
}
.titulos_campos
{
    color: #222;
    font-size: 10px;
}
.mensajes
{
    background-color:#FFFFCC;
    padding: 5px;
    color:#444;
    border: solid 1px #FFCC33;
}
.reportes
{
    background: #F3F7FD;
    padding: 10px 15px 10px 10px;
    border: solid 1px #BBD8FB;
    width: 900px;
    text-align: left;
}
.LinkButton
{
    padding: 2px 3px;
    /* border: 2px solid #CCCCCC;*/
    text-decoration: none;
    /* background: #F4FAFF; */
}
.LinkButton:over
{
    font-weight: bold;
}
.LinkButton img
{
    border:0px;
    vertical-align:middle;
    height:12px;
}
.divcenter
{
      display: flex;
     justify-content: center;
      align-items: center;
}
.tooltipfondo {
    border: solid 1px #83AADA;
    background: #FFFFFF;
    font-size: 12px;
    padding: 10px;
    text-align: left
}
.rbSave16 {
    background-position: -232px 0 !important;
}
.button.RadButton.customizeIcon .rbPrimaryIcon {
    color: red;
    font-size: 15px;
}
.text-container {
    font-family: 'CODE2000';
}
