/* BODY */
BODY.cls_body_encabezado {
	margin: 0px;
}

BODY.cls_body_menu {
	background-color: #edf2fc;
	border-right: #999 1px solid;
}

BODY.cls_body_cuerpo {
	background-color: #ffffff;
}

/* barras */
.cls_barra_gradiente_azul_oscuro {
	font: bold 100% verdana; 
	color: #ffffff; 
	background-color: #004ab5;
	height: 20px; 
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 6px; 
	padding-top: 3px; 
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',gradientType=1,startColorStr=#FFFFFF,endColorStr=#004AB5); 
}
.cls_barra_gradiente_azul_claro {
	font: bold 100% verdana; 
	color: #ffffff; 
	background-color: #94b5ef;
	height: 20px; 
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 6px; 
	padding-top: 6px; 
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',gradientType=1,startColorStr=#FFFFFF,endColorStr=#94B5EF); 
}

.cls_barra_gradiente_amarillo {
	margin-top: 5px; 
	color: #000000; 
	background-color: #ffffce;
	height: 1px; 
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',gradientType=1,startColorStr=#ffffce,endColorStr=#FFFFFF); 
}

.cls_barra_azul {
	font: bold 100% verdana; 
	font-size: 100%; 
	color: #ffffff;
	/*background: #7393df; */
	border-right: #a2b7e9 1px solid; 
	border-left: #a2b7e9 1px solid; 
	border-top: #a2b7e9 1px solid; 
	border-bottom: #a2b7e9 1px solid;
	padding-right: 4px; 
	padding-left: 4px; 
	padding-top: 0px; 
	padding-bottom: 2px; 
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#8099CC', EndColorStr='#004AB5');
}

.cls_barra_gris_claro {
	border-right: #f1f1f1 1px solid;
	border-left: #f1f1f1 1px solid;
	border-top: 1px solid #f1f1f1;
	border-bottom: #999 1px inset;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background: #f1f1f1;
	color: #ccc;
	padding: 5px;
}

.cls_barra_gris_oscuro {
	border-right: #999 1px solid; 
	border-left: #999 1px solid; 
	border-top: #999 1px solid; 
	border-bottom: #999 1px solid;
	padding-right: 0px; 
	padding-left: 0px; 
	padding-top: 0px; 
	padding-bottom: 0px; 
	background: #ccc;
}

/* botones y enlaces */
a.cls_boton_encabezado:link, a.cls_boton_encabezado:visited {
	border-top: #004AB5 solid 1px;
	border-right: #004AB5 solid 1px;
	border-bottom: #004AB5 solid 1px;
	border-left: #004AB5 solid 1px;
	color: #ffffff;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 3px;
	text-decoration: none;
	text-align: center;
}

a.cls_boton_encabezado:hover {
	background-color: #7393DF;
	border-right: #A2B7E9 1px solid; 
	border-left: #A2B7E9 1px solid; 
	border-top: #A2B7E9 1px solid; 
	border-bottom: #A2B7E9 1px solid;
	text-align: center;
}

a.cls_boton_servicio:link, a.cls_boton_servicio:visited {
	background-color: #f1f1f1;
	border-top: #f1f1f1 solid 1px;
	border-right: #f1f1f1 solid 1px;
	border-bottom: #f1f1f1 solid 1px;
	border-left: #f1f1f1 solid 1px;
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 3px;
	text-decoration: none;
	text-align: center;
	width:100px;
}

a.cls_boton_servicio:hover {
	background-color: #ccc;
	border-right: #999 1px solid; 
	border-left: #999 1px solid; 
	border-top: #999 1px solid; 
	border-bottom: #999 1px solid;
	text-align: center;
	width:100px;
}

.cls_boton_servicio_deshabilitado{
	background-color: #f1f1f1;
	border-top: #f1f1f1 solid 1px;
	border-right: #f1f1f1 solid 1px;
	border-bottom: #f1f1f1 solid 1px;
	border-left: #f1f1f1 solid 1px;
	color: #999999;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	padding: 3px;
	text-decoration: none;
	text-align: center;
	width:100px;
	cursor : text;
}

a.cls_boton_menu_opcion:link, a.cls_boton_menu_opcion:visited {
	color: #3333FF;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align : left;
}

a.cls_boton_menu_opcion:hover {
	color: #3333FF;
	text-decoration: underline;
}

.cls_boton_menu_opcion_click{
	background-color: #C7D8FA;
	padding: 5px;
}

.cls_boton_menu_opcion_contenedor{
	padding: 5px;
}


/* textos */
.cls_texto_encabezado_01{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
}

.cls_texto_menu_apartado{
	color: #215DC6;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.cls_texto_normal{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	text-align: justify;
}

.cls_texto_normal_sin_justificar{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}

.cls_texto_titulo_en_texto_normal{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	font-weight : bold;
}

.cls_texto_importante_en_texto_normal{
	color: #0066CC;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
}

.cls_texto_muy_importante_en_texto_normal{
	color: Red;
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	font-weight : bold;
}

.cls_texto_titulo_01{
	color: #FF6600;
	font-family: arial,helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.cls_texto_titulo_01_descripcion{
	color: #003399;
	font-family: arial,helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.cls_texto_titulo_02{
	color: #003399;
	font-family: arial,helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.cls_texto_ayuda_normal{
	color: #006633;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	text-align: justify;
}

.cls_texto_error{
	color: Red;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	text-align: justify;
	font-weight : bold;
}

.cls_texto_menu{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
	text-align: justify;
}

.cls_texto_titulo_en_texto_menu{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight : bold;
}



/*formulario */
INPUT.cls_caja_texto_01{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	border-right: #A9A9A9 1px solid; 
	border-left: #A9A9A9 1px solid; 
	border-top: #A9A9A9 1px solid; 
	border-bottom: 1px solid #A9A9A9;
	width: 100%;
}

INPUT.cls_caja_login_password{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	border-right: #A9A9A9 1px solid; 
	border-left: #A9A9A9 1px solid; 
	border-top: #A9A9A9 1px solid; 
	border-bottom: 1px solid #A9A9A9;
	width: 150px;
}

INPUT.cls_INPUT_caja_fecha{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	border-right: #A9A9A9 1px solid; 
	border-left: #A9A9A9 1px solid; 
	border-top: #A9A9A9 1px solid; 
	border-bottom: 1px solid #A9A9A9;
	text-align: right;	
}

INPUT.cls_boton_01{
	color: White;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	border-right: 1px solid #4169E1; 
	border-left: 1px solid #4169E1; 
	border-top: 1px solid #4169E1; 
	border-bottom: 1px solid #4169E1;
	background-color: #6495ED;
	cursor: hand;
}

TEXTAREA.cls_caja_texto_01{
	color: #000000;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	border-right: #A9A9A9 1px solid; 
	border-left: #A9A9A9 1px solid; 
	border-top: #A9A9A9 1px solid; 
	border-bottom: #A9A9A9 1px solid;
	width: 100%;
}

SELECT.cls_select_menu{
	font-family: arial,helvetica,sans-serif;
	font-size: 9px;	
}

OPTION.cls_opcion_menu{
	font-family: arial,helvetica,sans-serif;
	font-size: 9px;	
}

OPTION.cls_opcion_menu_informacion{
	font-family: arial,helvetica,sans-serif;
	font-size: 9px;
	background-color: #FDF5E6;
}

/* tablas y recuadros */


/* listados ordenables y paginables */
.cls_barra_sin_scroll{
    SCROLLBAR-FACE-COLOR: #FFFFFF;
    SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
    SCROLLBAR-SHADOW-COLOR: #FFFFFF;
    SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
    SCROLLBAR-ARROW-COLOR: #FFFFFF;
    SCROLLBAR-TRACK-COLOR: #FFFFFF;
    SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
}

.cls_columna_cabecera{
	background-color: #f1f1f1;
	border-bottom: 1px solid #7393df;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #708090;
	font-family: Verdana;
	font-size: 10px;
	padding: 3px;
	cursor: default;
	font-weight: bold;
}

.cls_columna_cabecera_seleccionable_OFF{
	background-color: #f1f1f1;
	border-bottom: 1px solid #7393df;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	padding: 3px;
	cursor: hand;
	font-weight: bold;
}

.cls_columna_cabecera_seleccionable_ON{
	background-color: #f1f1f1;
	border-bottom : 1px solid #7393df;
	color : #000000;
	font-family : Verdana;
	font-size : 10px;
	cursor: hand;
	padding : 3px;	
	text-decoration : underline;
	font-weight: bold;
}

.cls_columna_cabecera_seleccionable_OK{
	background-color: #7393df;
	border-left: 1px solid #7393df;
	border-right: 1px solid #7393df;
	border-top: 1px solid #7393df;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 10px;
	padding: 3px;
	cursor: hand;
	font-weight: bold;
}

.cls_linea_listado_par{
	background-color: #D6DEEC;
	border-bottom : 1px dotted #3E7CBB;
	border-left : 1px dotted #3E7CBB;
	color : #000000;
	font-family : Verdana;
	font-size : 10px;
	padding : 3px;
}

.cls_linea_listado_impar{
	background-color: #FFFFFF;
	border-bottom : 1px dotted #3E7CBB;
	border-left : 1px dotted #3E7CBB;
	color : #000000;
	font-family : Verdana;
	font-size : 10px;
	padding : 3px;
}

.cls_linea_listado_ON{
	background-color: #edf2fc; 
	/*	border-bottom : 1px solid #4169E1;
	border-left : 1px solid #4169E1;*/
	color: Green;
	font-family: Verdana;
	font-size: 10px;
	padding: 3px;
	cursor: hand;
	text-decoration: underline;
}

.cls_linea_listado_OK{
	background-color: #edf2fc; 
	/*	border-bottom : 1px solid #4169E1;
	border-left : 1px solid #4169E1;*/
	color: Green;
	font-family: Verdana;
	font-size: 10px;
	padding: 3px;
	cursor: hand;
	text-decoration: none;
	font-weight: bold;
}

.cls_linea_solida{
	border-bottom : 1px solid #C1CDD8;
}

.cls_linea_solida_menu{
	border-top : 1px dotted #C1CDD8;
}

.cls_linea_puntos{
	border-bottom : 1px dotted #C1CDD8;
}

/**/

.cls_barra_cabecera_Informacion
{
	font-family : Verdana;
	font-size : 10px;
/*	background-color : #003399;*/
	background-color : #6487DC;
	border : 1px solid #6487DC;
	font-weight : bold;
	color : #FFFFFF;
	height : 16px;
	padding-left: 10px;	
}

.cls_recuadro_informacion
{
	border : 1px solid #6487DC;
	padding: 10px 5px 10px 5px;
	background-color : #FFFFFF;
}

.cls_recuadro_ayuda
{
	border : 1px solid #CC9933;
	padding: 10px 5px 10px 5px;
	background-color : #FFFFCC;
}

.cls_recuadro_formulario
{
	border : 1px solid #8AA8E8;
	padding: 10px 5px 10px 5px;
	background-color : #E9F1FC;
}

.cls_recuadro_formulario_2
{
	border : 1px solid #8AA8E8;
	background-color : #E9F1FC;
	padding: 5px 5px 5px 5px;
}

.cls_recuadro_listado{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.cls_celda_esquina_si{
	background-image : url(../IMAGENES/ICONOS/icono_10x10_esquina_si.gif);
	width : 10px;
	height : 10px;
	background-repeat : no-repeat;
	background-position : bottom;
}

.cls_celda_esquina_sd{
	background-image : url(../IMAGENES/ICONOS/icono_10x10_esquina_sd.gif);
	width : 10px;
	height : 10px;
	background-repeat : no-repeat;
	background-position : bottom;
}

.cls_celda_esquina_ii{
	background-image : url(../IMAGENES/ICONOS/icono_10x10_esquina_ii.gif);
	width : 10px;
	height : 10px;
	background-repeat : no-repeat;
}

.cls_celda_esquina_id{
	background-image : url(../IMAGENES/ICONOS/icono_10x10_esquina_id.gif);
	width : 10px;
	height : 10px;
	background-repeat : no-repeat;
}

.cls_celda_superior{
	background-image : url(../IMAGENES/ICONOS/icono_10x10_celda_superior.gif);
	height : 10px;
	background-repeat : repeat-x;
	background-position : bottom;
}

.cls_celda_inferior{
	background-image : url(../IMAGENES/ICONOS/icono_10x10_celda_inferior.gif);
	height : 10px;
	background-repeat : repeat-x;
}

.cls_celda_izquierda{
	background-image : url(../IMAGENES/ICONOS/icono_10x10_celda_izquierda.gif);
	width : 10px;
	background-repeat : repeat-y;
}

.cls_celda_derecha{
	background-image : url(../IMAGENES/ICONOS/icono_10x10_celda_derecha.gif);
	width : 10px;
	background-repeat : repeat-y;
}

.cls_celda_titulo{
	color: #003399;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.cls_celda_texto{
	color: #003399;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
}

/*...*/

.cls_celda_titulo_izquierda{
	background-image : url(../IMAGENES/ICONOS/icono_10x10_celda_izquierda_T.gif);
	width : 10px;
	height : 20px;
	background-repeat : no-repeat;
	background-position : top;
}

.cls_celda_titulo_centro{
	background-image : url(../IMAGENES/ICONOS/icono_10x10_celda_centro_T.gif);
	height : 20px;
	background-repeat : repeat-x;
	background-position : top;
}

.cls_celda_titulo_derecha{
	background-image : url(../IMAGENES/ICONOS/icono_10x10_celda_derecha_T.gif);
	width : 10px;
	height : 20px;
	background-repeat : no-repeat;
	background-position : top;
}

/* etiquetas informativas */
.cls_etiqueta_campo_nombre_ON{
	color : #10659E;
	font-family : Verdana;
	font-size : 10px;
	font-weight : bold;
}

.cls_etiqueta_campo_nombre_OFF{
	color : #708090;
	font-family : Verdana;
	font-size : 10px;
}

.cls_etiqueta_campo_valor_ON{
	color : #000000;
	font-family : Verdana;
	font-size : 10px;
}

.cls_etiqueta_campo_valor_OFF{
	color : #708090;
	font-family : Verdana;
	font-size : 10px;
}


/**/

a.cls_enlace_listado:link, a.cls_enlace_listado:visited {
	color: #3333FF;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a.cls_enlace_listado:hover {
	color: #D2691E;
	text-decoration: underline;
}

.cls_enlace_listado_deshabilitado{
	color: #ccc;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.cls_dia_de_mes{
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	border:1px solid #8AA8E8;
	padding: 2px;
	height: 50px;
	width: 14%;
}

.cls_dia_de_otro_mes{
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	border:1px solid #CCCCCC;
	padding: 2px;
	height: 50px;
	width: 14%;
}

.cls_dia_resaltado{
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	border:1px solid #CC9933;
	padding: 2px;
	background-color : #FFFFCC;
	height: 50px;
	width: 14%;
}


