/*****************************************************
Body: General page style
*****************************************************/
body /*The scroll bar colours are only visible in IE5.5+ */
{
    font-size:10pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    background-color: #E1E1E1; 
    scrollbar-face-color: #DEE3E7; 
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #DEE3E7;
    scrollbar-3dlight-color: #D1D7DC;
    scrollbar-arrow-color:  #006699;
    scrollbar-track-color: #EFEFEF;
    scrollbar-darkshadow-color: #98AAB1;
}

/*****************************************************
Texto General
*****************************************************/
.txtencabezado { font-size: 12pt; font-weight:bold; }
.txtcontenido { font-size: 9pt;}
.txtnotas { font-size: 7pt;}
.txtvermas {font-size: 7pt; color:#9B542B; font-weight:bold; }
.txttitulos { font-size: 8pt; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif }
.txtindexmenuup {font-size: 10pt; color:#416241; }
.txtindexmenudown {font-size: 10pt; color:#416241; font-weight:bold; }
.txtencabezadocont {font-size: 11pt; color:#FFFFFF; font-weight:bold; }
/*****************************************************
Tablas
*****************************************************/
.tableBorder 
{
    border: 1px solid;
	 background-color: #FFEBCC;
}

/*****************************************************
Definicion de celdas de la tabla.
*****************************************************/
td.celdatitulo 
{
    background-color:#FFEBCC;
	size:10pt;  
	font-weight:bold;
	
}

td.celdaencabezado 
{
    background-color: #DB7314;
	size:11pt; 
	color:#FFFFFF; 
	font-weight:bold;
	
}

td.celdacontenido
{
    background-color: #DEDEDA;
	size:10pt; 
	font-weight: normal;
}

/*****************************************************
Ligas generales
*****************************************************/
a, a:visited, a:link /* General page anchors */
{
    size:8.5pt; 
	font-weight: normal;
	    text-decoration: none;
		color:#000000;
}

a:Hover /* General page anchors */
{
	size:9pt; 
	font-weight: bold;
	color:#000000;
}

/*****************************************************
Texto de validacion
*****************************************************/
.validationWarning 
{
	color: red; 
}


/*****************************************************
Elementos de formulario
*****************************************************/
select /* drop down lists in forms */
{
    FONT-FAMILY: Verdana;
}

textarea /* Elementos de textode area */
{
    font-family: Verdana;
    font-size: 10pt;
}

input /* entradas */
{
    font-family: Verdana;
    font-size: 10pt;
}


