.sinasignar {
    background-color: #E8F5FF;
}

.asignado {
    background-color: #FFF9DD;
}

BODY {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	/*background-color: #7B8A9C;*/
}

.cTABLE_Contenido .TablaContenido .Contenido SELECT {
	width: 600px;
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	text-transform: uppercase;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border: 1px solid #CCCCCC;
}

.cTABLE_Contenido .TablaContenido .Contenido SELECT OPTION{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: auto;
	width: 100%;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.Locales {
	background-color: #F8F8F8;
}

.SectorEspecial {
	background-color: #E6F0FF;
}


.DivOpciones {
    background-color:#FFFFFF;
    padding:10px;
    border: 1px solid #000000;    
}
A {
	text-decoration:none;
}

.divcargando {
	position: absolute;
	left:0px;
	top:0px;
	background-color: #FFFFFF;
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	z-index: 99;
    display:none;
}

img , div {
    behavior: url(css/pngbehavior.htc); 
}



/* ---------------------------------------------------------------- */
#btnEnviar {
	cursor: pointer;
}

.INVALIDO {
	color: #FF0000;
	background-color: #FFD9D9;
	border: 1px solid #FF0000;
}

/* ---------------------------------------------------------------- */
.VALIDO {
	font-size:9pt;
	color: #000000;
	margin: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	border: 1px solid #00CC00;
	background-color: #EEFFDF;
}

.txtVALIDO {
	font-size: 8pt;
	color: #000000;
	border: 1px solid #00CC00;
	margin: 1px;
	padding: 1px;
	font-weight: normal;
	background-color: #EEFFDF;
}

.txtINVALIDO {
	color: #FFFFFF;
	background-color: #990000;
	border: 1px solid #FF0000;
	margin: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	font-size: 8pt;
	font-weight: bold;
	width: 120px;
	text-align: center;
}

.systemWorking {
	width: 100%;
	margin-top: 15px;
	font-family:  Verdana , Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
	position: static;
	z-index: 0;
	padding:10px;
}
.fondosemitransparentepngblanco {
	/*background-image: url(../images/bgdiv.png) !important;
    background-image: url(../images/bgdiv.gif);*/
    
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-position: right top;
	/*height:430px;*/
}

.pieSombra {
    background-color:#333333;
    font-family:  Verdana , Arial, Helvetica, sans-serif;
    background-attachment: scroll;
    background-repeat: repeat-y;
    background-position: center top;
    height:20px;
    position: relative;
}

.cDIVsombra {
	font-family:  Verdana , Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-image: url(../images/BG_sombra.png);
	background-repeat: repeat-y;
	background-position: center top;
	/*height:403px;*/
}


.cDIVsombra_login {
	background-attachment: fixed;
	background-image: url(../images/bg_sombra_loguin.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color:#333333;
	font-family:  Verdana , Arial, Helvetica, sans-serif;
	background-attachment: scroll;
}

.cDIVfondo {
	/*height:403px;*/
	font-family:  Verdana , Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	/*background-image: url(../images/bglogin.png);*/
	background-repeat: no-repeat;
	background-position: center top;
}
/* ---------------------------------------------------------------- */ 
.cTABLE_Contenido {
/*	background-color:#3D5059; */
width: 750px;

}

.LetraRazon {
	background-color:#000033;
}

.Botonera { 
	background-color:#318EBD;
	background-image:url(../images/Botonera_Fondo.png);
}
.cTABLE_Contenido .VALIDO {
	font-size: 9px;
	color: #000000;
	background-color: #FAFAFA;
	border: 1px solid #009900;
	margin: 1px;
	padding: 1px;
	width:200px;
}
.cTABLE_Contenido .INVALIDO {
	font-size: 9px;
	color: #FF0000;
	background-color: #FFF4F4;
	border: 1px solid #990000;
	margin: 1px;
	padding: 1px;
	width:200px;
}
.cTABLE_Contenido .txtVALIDO {
	font-size: 9px;
	color: #000000;
	background-color: #FAFAFA;
	border: 1px solid #009900;
	margin: 1px;
	padding: 1px;
	width:200px;
}
.cTABLE_Contenido .txtINVALIDO {
	font-size: 9pt;
	color: #FF0000;
	margin: 1px;
	padding: 1px;
	width:200px;
	font-weight: bold;
	width:200px;
}

.cTABLE_Contenido .REQUERIDO {
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    border: 3px solid #FAFAFA;
    width:200px;
    height: 15px;
}

.cTABLE_Contenido .REQUERIDO:Hover {
    border: 3px solid #F2F8FF;
}

.cTABLE_Contenido .REQUERIDO:Active {
    border: 3px solid #C6DDFF;
    background-color: #F7F7F7;
}
.cTABLE_Contenido A{
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}

.cTABLE_Contenido A:Hover{
	font-size: 9px;
	color: #333333;
	text-decoration: underline;
}

/*
.cTABLE_Contenido A:Active {
    border: 3px solid #C6DDFF;
    background-color: #F7F7F7;
}
*/
.cTABLE_Contenido .tdTitulo {
	font-size: 18px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left:25px;
	background-image: url(../images/bgsubtitulo.gif);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 35px;
	background-position: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.cTABLE_Contenido .TablaContenido {
	font-size: 8pt;
	background-color:#FFFFFF;
	width:740px;
}


.cTABLE_Contenido .TablaContenido TD {
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	font-variant: normal;
}

.cTABLE_Contenido .TablaContenido TH {
	font-size: 8pt;
	font-weight: bold;
	text-align:left;
}

.cTABLE_Contenido .TablaContenido .Par {
	background-color:#FAFAFA;
}

.cTABLE_Contenido .TablaContenido .ImPar {
	background-color:#D6DBE4;
}
 
.cTABLE_Contenido .TablaContenido .Contenido TD:Hover  {
	background-color:#FFFFCC;
}


.cTABLE_Contenido .TablaContenido .Contenido {
	width: 720px;
	border: thin solid #CCCCCC;
}

.cTABLE_Contenido .TablaContenido .Contenido INPUT {
	width: 50px;
	border: thin solid #999999;
	background-color: #F3F3F3;
}

.cTABLE_Contenido .TablaContenido .Contenido INPUT:Hover {
	width: 50px;
	border: thin solid #CCCCCC;
	background-color: #FFFF99;
}


.cTABLE_Contenido .TablaContenido .Contenido .input {
	width: 50px;
	border: thin solid #999999;
	background-color: #CCCCCC;
	height: 50px;
}

.cTABLE_Contenido .tdEncabezado {
	font-size: 9pt;
	font-weight: bold;
	color: #000000;
	padding-left:10px;
}
.cTABLE_Contenido .tdPie {
	font-size: 20px;
	font-weight: bold;
	color: #FAFAFA;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left:25px;
	background-image: url(../images/bgpie.png);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 35px;
	background-position: bottom;
}
.cTABLE_Contenido TABLE {
	border: none;
	padding: 5px;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;
}


.DescripcionActividad {
	font-size: 9px;
	font-style: normal;
	color: #000000;
	text-align: justify;
	float:left;
}



.Focus {
	background-color: #F5F5FE;
}
 .Focustd {
	background-color: #B4D6E6;
}
 .Focustdmouse {
    background-color: #F5F5FE;
    cursor: pointer;
    /*cursor: hand;*/
}
.Focustable {
	border:medium solid #333333;
}

.help{
	font-weight: bold;
	cursor: help;
	background-color:#FFFFCC;
	border: 2px solid #FFFF99;
	text-align: center;
	height: 40px;
	vertical-align: middle;
	color: #333399;
}

.HelpContent {
    background-color:#DFF2FF;
    display:block;
    padding:2px;
    border-top-width: 5px;
    border-right-width: 1px;
    border-bottom-width: 2.5px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #0033FF;
    border-right-color: #000000;
    border-bottom-color: #0066FF;
    border-left-color: #000000;
    color: #000000;
    text-align: left;
    position: fixed;
    z-index: 100;
    width: 100%;
    overflow: auto;
    left: 0px;
    margin: 0px;
    height: 100px;
    font-weight: normal;
    font-variant: normal;
    bottom: 0px;
}

.Estilo1 {color: #FF0000}

.inputlogin {
	width: 90px;
}