﻿html {overflow: hidden;} 
body {overflow: hidden; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif;}
textarea {-moz-resize: none; resize: none;}
td.menu {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif}
td.session {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #3C2F5C;
}
.footer  
{
    vertical-align: middle; 
    background-color: #485758; 
    font-family: Tahoma; 
    font-size: 11px; color: #FFFFFF; 
    font-weight: normal; 
    text-align: right; 
    text-decoration: none;
}
.closesession { cursor:pointer; font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #3D5FA3; text-decoration: none;}
.memo { height: 70px; width: 99%; border: 1px solid #CCCCCC; font: 11px Vardana, Helvetica; }
.celdaTitulo
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    background-color: #6688CC;
    color: #FFFFFF;
    padding-top: 6px;
    padding-bottom: 6px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.celdaFooter
{
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
  
.celdaTituloPanel { font-family: Verdana;
                    font-size: 14px; 
                    font-weight: bold; 
                    vertical-align: middle; 
                    text-align: left; 
                    background-color: #6688CC; 
                    color: #FFFFFF; 
                    height: 20px; padding-top: 5px; padding-bottom: 5px; 
}
.celdaEtiqueta { text-decoration: none; text-align: right; color: #000000; font: 12px Vardana, Helvetica; font-weight: bold; background-color: #EEEEEE; }
.mansajeError { border-width: 2px; border-style: solid; font-family: Tahoma; font-size: 12px; font-weight: bold; color: #507CD1; background-color: #FFF9F2 /* #FFFFCC*/;}
.datalabel { text-decoration: none; text-align: justify; color: #000000; font: 12px Verdana, Helvetica; vertical-align: top; }
.titlelabel { text-decoration: none; text-align: justify; color: #000000; font: 12px Tahoma, Helvetica; vertical-align: top; font-weight:bold}
.tborder {
	BACKGROUND: #cdcdcd; COLOR: #000000; FONT-FAMILY: Arial, helvetica, sans-serif
}
.thead {
	BACKGROUND: /*url(img/gradient_thead.gif) #5c7099*/#507CD1 /*repeat-x left top*/; FONT: bold 11px tahoma, helvetica, sans-serif; COLOR: #ffffff
}
.alt1 {
	BACKGROUND: #f4f5f7; COLOR: #000000
}
.alt2 {
	BACKGROUND: #e5e6ea; COLOR: #000000
}
.smallfont {
	FONT: 11px Verdana, arial, helvetica, sans-serif
}
e {
	PADDING-RIGHT: 1px; PADDING-LEFT: 1px; FONT-SIZE: 17px; color:#05408f;  PADDING-BOTTOM: 1px; PADDING-TOP: 1px
}
.bigdocname {
	FONT-SIZE: 12px; color:#05408f;
}
TD.thead {
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px
}
TD.thead {
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px
}
DIV.thead {
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; PADDING-BOTTOM: 4px; PADDING-TOP: 4px
}
.normal {
	FONT-WEIGHT: normal
}

.modal-message { 
    border: 1px solid #67CFF5;
    width: 300px;
    height: 100px;
    display: none;
    position: absolute;
    background-color: White;
    border-radius: 5px;
    z-index: 999;
}

.modal-screen {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 110%;
    display: none;    
    background-color: black;
    z-index: 99;
    opacity: 0.1;
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
}


.ui-input-focus 
{
    position: relative;
    top: 1px;
    outline: 0;
    left: 2px;
}

DIV.progressbar {position:relative; width:100px; height:16px; background-color:white; border:1px solid silver; border-radius: 5px;}

DIV.indicador_no_asignado {position:absolute; top:0px; left:0px; height:100%; width:100%; background-color:#1F497D; color:white; border-radius: 5px; }

DIV.indicador_no_consultado {position:absolute; top:0px; left:0px; height:100%; width:100%; background-color:#F00; border-radius: 5px; }

DIV.indicador_bajo {position:absolute; top:0px; left:0px; height:100%; border-radius: 5px;/*background-color:#f00; */
    background: -webkit-linear-gradient(90deg, #F00 50%, #FFF 99%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #F00 50%, #FFF 99%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #F00 50%, #FFF 99%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #F00 50%, #FFF 99%); /* Standard syntax (must be last) */                    
                    }

DIV.indicador_medio {position:absolute; top:0px; left:0px; height:100%; border-radius: 5px;/*background-color:#f90;*/ 
    background: -webkit-linear-gradient(90deg, #f90 50%, #FFF 99%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #f90 50%, #FFF 99%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #f90 50%, #FFF 99%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #f90 50%, #FFF 99%); /* Standard syntax (must be last) */                      
                     }

DIV.indicador_alto {position:absolute; top:0px; left:0px; height:100%; border-radius: 5px;/*background-color:#ffff47;*/ 
    background: -webkit-linear-gradient(90deg, #ffff47 50%, #FFF 99%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #ffff47 50%, #FFF 99%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #ffff47 50%, #FFF 99%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #ffff47 50%, #FFF 99%); /* Standard syntax (must be last) */                    
                    }

DIV.indicador_completo {position:absolute; top:0px; left:0px; height:100%; width:100%; background-color:#0C0; color:white; border-radius: 5px; }

DIV.valor_progreso {width:100%; text-align:center; position:absolute; top:1px}

.fade {display:none;}