
body{
 	margin:0px;
  	padding:0px;
	background-color:#FFFFFF;
	}


A:link
	{
	    COLOR: #686868;
	    TEXT-DECORATION: underline
	}

A:visited
	{
	    COLOR: #686868;
	    TEXT-DECORATION: underline
	}

A:active
	{
	    COLOR: #AD002D;
	    TEXT-DECORATION: underline
	}

A:hover
	{
	    COLOR: #AD002D;
	    TEXT-DECORATION: underline
	}


/* Texto */
	
	
.Blancas     { 
	font-family: arial; 
	color: #000000; 
	font-size: 8pt 
	}
	
.Rojas     { 
	font-family: arial; 
	color: #DD1111; 
	font-size: 8pt 
	}


.Gris        { 
	font-family: Arial; 
	font-size: 8pt; 
	color: #5F5F5F; 
	text-decoration:none 
	}

	
.Negras      { 
	font-family: Arial; 
	font-size: 8pt 
	}

.Titulos     { 
	font-family: Tahoma; 
	color: #AD002D; 
	font-size: 14pt 
	}

.Subitulos     { 
	font-family: Tahoma; 
	color: #4F4F4F; 
	font-size: 10pt 
	}

.TitulosPeq     {
	font-family: Arial; 
	color: #AD002D; 
	font-size: 8pt 
	}


/* Controles */

.txtControl	{ 
	font-family: arial; 
	color: #808080; 
	font-size: 8pt; 
	border: 1px solid #5F8EBB
	}
	
	
.cmdBoton	{ 
	font-family: Arial; 
	font-size: 8pt; 
	color: #FFFFFF; 
	font-weight: bold; 
	border-style: solid; 
	border-width: 1; 
	padding: 0; 
	background-color: #000000
	}
	
.Images		{
	border: solid 1px #000000;
	}
	
	
/* Diseņo para DataGrids de Datos */
.BackGnd_DataHeader
{
	background-color: #000000;
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Arial, Verdana;
	text-decoration: none;
}	

.BackGnd_DataDetail_1
{
	background-color: #999999;
	font-weight: normal;
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Arial, Verdana;
	text-decoration: none;	
}

.BackGnd_DataDetail_2
{
	background-color: #CCCCCC;
	font-weight: normal;
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Arial, Verdana;
	text-decoration: none;	
}