/*****************************************************
Body: General page style
*****************************************************/
body /*The scroll bar colours are only visible in IE5.5+ */
{
    font-size: 0.8em;
    COLOR: #000000;
    FONT-FAMILY: Verdana;
    background-color: #EFEFEF; 
    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; FONT-FAMILY: Verdana; }
.txtencabezado2 { font-size: 12pt; font-weight:bold; FONT-FAMILY: Verdana; background-color: #416241; color: #FFFFFF }
.txtencabezado3 { font-size: 12pt; font-weight:bold; FONT-FAMILY: Verdana; background-color: #DB7314; color: #FFFFFF }
.txtencabezado4 { font-size: 10pt; font-weight:bold; FONT-FAMILY: Verdana; background-color: #FFEBCC; color: #000000 }
.txtencabezado5 { font-size: 10pt; font-weight:normal; FONT-FAMILY: Verdana; background-color: #DEDEDA; color: #000000 }
.txtcontenido { font-size: 10pt; font-family: Verdana;}
.txtcontenido2 { font-size: 10pt; font-family: Verdana; color: #000000; background: #dededa;}
.txttitulos { font-size: 10pt; font-weight:bold; }
.txtindexmenuup {font-size: 10pt; color:#416241; }
.txtindexmenudown {font-size: 10pt; color:#416241; font-weight:bold; }
.txtencabezadocont {font-size: 10pt; color:#FFFFFF; font-weight:bold; }
/*****************************************************
Tablas
*****************************************************/
.tableBorder 
{
    border: 1px solid;
	 background-color: #FFEBCC;
}

/*****************************************************
Definicion de celdas de la tabla.
*****************************************************/
td.celdatitulo 
{
    background-color:#FFEBCC;
	font-size:10pt;  
	font-weight:bold;
	
}

td.celdaencabezado 
{
    background-color: #DB7314;
	font-size:10pt; 
	color:#FFFFFF; 
	font-weight:bold;
	
}

td.celdacontenido
{
    background-color: #DEDEDA;
	font-size:10pt; 
	font-weight: normal;
}

/*****************************************************
Ligas generales
*****************************************************/
a, a:visited, a:link /* General page anchors */
{
    color: #416241;
    text-decoration: none;
    font-size: 10pt;
}

a:Hover /* General page anchors */
{
	 font-weight: bold;
	color: #416241;
	font-size: 10pt;
}

a2, a2:visited, a2:link /* General page anchors */
{
    color: #000000;
    text-decoration: none;
    font-size: 10pt;
}

a2:Hover /* General page anchors */
{
	 font-weight: bold;
	color: #000000;
	font-size: 10pt;
}

/*****************************************************
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;
}

