body { 
      font-family: Verdana, Arial, Helvetica, sans-serif; 
      font-size: 10px; 
      background-color: #E7EAC5;
	  font-weight:bold;
} 

.Imagen_marco{ 
    padding:6px; 
    background:url(../imagenes/punto.gif) repeat; 
} 

.dis_caja {font-family:Arial;font-size:9pt;background-color:#E4EFEF;font-weight: bold;} /*solo lectura*/
.txt_caja {font-family:Arial;font-size:8pt;} /*edicion*/

.submenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
}


.estilo_texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #808000;
	font-size: 12px;	
}

.lbl_titulocaja {
	color: #7AB362;
	font-size:12
}

/*Los que vienen abajo son para reutilizacion*/

.bordercapa {border:2px solid;}

.fondopagina{background-color:#FFFFD9;}

.fondopopup{background-image:url(..\\img\\fondo_menu.gif); background-repeat:repeat}



/*****************************************************************************/

.lst_columnas{font-family:Courier;font-size:5pt;font-weight:400;} 
/*********************************************/

/*********************************************/
.lbl_datos {font-family:Arial; font-size:8pt;}
/*********************************************/
.lbl_normal {font-family:Arial; font-size:8pt;font-weight:bold;}
/*********************************************/
.lbl_error {font-family:Arial; font-size:8pt;font-weight:bold;color:#FF0000}
/*********************************************/
.lbl_titulo {font-family:Arial; font-size:9pt;font-weight:bold; font-style:italic; color:#336600}
/*********************************************/

/*********************************************/
.btm_pequeno {font-size:10px;font-family:Verdana,Helvetica;font-weight:bold;color:black;background:#C0C0C0;border:5px;
        border-style:outset;width:85px;Height:25px;}	 		
/*********************************************/
.lbl_titmenu {FONT-WEIGHT: bold; FONT-SIZE: 9pt; FONT-STYLE:normal; FONT-FAMILY: Arial; color:#990000}
/*********************************************/
/*Estas propiedades prevalecen sobre las que coincidan en nombre en los demas estilos, es decir, si aqui un 'link' pone que no hay que subrayar y en 'lbl_link' pone que si hay
que hacerlo, no se subrayara un texto que se le haya aplicado el estilo 'lbl_link' (el estilo 'link' lo llevan siempre implicito los enlaces)*/	
A:link {text-decoration:none;color:#808000;}
A:visited {text-decoration:none;color:#808000;}
A:active {text-decoration:none;color:#808000;}
A:hover {text-decoration:underline;color:#808000;}

