/* ------------------------   TEXTO -----------------------------*/

.texto 
{  
	font-family: Arial, sans-serif; 
	font-size: 10pt; 
	color: #000000; 
	text-decoration: none;
}

.textoPeque
{
	font-family : Arial, sans-serif;
	font-size : 8pt;
	color : #000000;
}



/* ------------------------   TITULOS -----------------------------*/

.titulo 
{  
	font-family: Arial, sans-serif; 
	font-size: 16pt; 
	color: #0059C2; 
	text-decoration: none;
	padding-bottom: 5px;
}

.subtitulo
{
	font-family: Arial, sans-serif; 
	font-size: 12pt; 
	color: #0059C2; 
	text-decoration: none;
	padding-bottom: 8px;
	font-weight : bold;
}

.subsubtitulo
{
	font-family: Arial, sans-serif; 
	font-size: 10pt; 
	color: #0059C2; 
	text-decoration: none;
	font-weight : bold;
}



/* ------------------------   TABLAS -----------------------------*/

TABLE.tabla
{
	background-color: #0059C2;
}

TD.celdaBlanca
{
	background-color: #FFFFFF;
}

TD.celdaAzul
{
	background-color: #BFD5F0;
}

TD.subceldaBlanca
{
	background-color: #FFFFFF;
	font-size : 9pt;
}

TD.subceldaAzul
{
	background-color: #BFD5F0;
	font-size : 9pt;
}

TH.cabecera
{
	font-family : Arial, sans-serif;
	font-size : 10pt;
	background-color: #0059C2;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

TH.subcabecera
{
	font-family : Arial, sans-serif;
	font-size : 7pt;
	background-color: #0059C2;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

TH.subcabecera1
{
	font-family : Arial, sans-serif;
	font-size : 8pt;
	background-color: #0059C2;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

/* Lo siguiente se incluye por compatibilidad hacia atras */
TR.cabeceraazul {
 BACKGROUND-COLOR: #0059c2; COLOR: #ffffff; FONT-FAMILY: Arial, sans-serif; FONT-SIZE: 10pt; FONT-WEIGHT: bold; TEXT-ALIGN: center
}
TR.filaazul {
 BACKGROUND-COLOR: #bfd5f0
}
TR.filaBlanca {
 BACKGROUND-COLOR: #ffffff
}




/* ------------------------   TABLAS -----------------------------*/

/* Celda superior con titulo de un formulario. */
/* NOTA: Si se cambia el color de fondo, hay que cambiar */
/* esquinaForm.gif */
TD.formTitulo
{
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial, sans-serif; 
	font-size: 18pt; 
	font-weight: bold;
	text-decoration: none;
}

TD.formCeldaBlanca
{
	background-color: #FFFFFF;
}

TD.formCeldaGris
{
	background-color: #BBBBBB;
}

TH.formCabecera
{
	background-color: #777777;
	font-size : 10pt;
	font-family : Arial, sans-serif;
	font-weight : bold;
	color: #FFFFFF;
	text-align : left;
}

/* Celda con los campos del formulario */
TD.formCampos
{
	background-color: #CCCCCC;
}

/* Celda con los botones del formulario */
TD.formBotones
{
	background-color: #666666;
}



/* ------------------------   ELEMENTOS -----------------------------*/

A  
{
	text-decoration : none;
	color : #0000AA;
}	
