
body{
 	margin:0px;
  	padding:0px;
	}


A:link
	{
	    COLOR: #CB292F;
	    TEXT-DECORATION: underline
	}

A:visited
	{
	    COLOR: #CB292F;
	    TEXT-DECORATION: underline
	}

A:active
	{
	    COLOR: #CB292F;
	    TEXT-DECORATION: underline
	}

A:hover
	{
	    COLOR: #CB292F;
	    TEXT-DECORATION: underline
	}


/* Texto */
	
	
.Blancas     { 
	font-family: arial; 
	color: #FFFFFF; 
	font-size: 8pt 
	}
	
A.Blancas     { 
	font-family: arial; 
	color: #000000; 
	font-size: 8pt 
	}	
	
	
.Rojas     { 
	font-family: arial; 
	color: #DD1111; 
	font-size: 8pt 
	}
	
.Naranjas	{ 
	font-family: arial; 
	color: #F58151; 
	font-size: 8pt; 
	text-decoration:none 	
	}		


.Gris        { 
	font-family: Arial; 
	font-size: 8pt; 
	color: #C9C7C7; 
	text-decoration:none 
	}
	
.GrisObscuro        { 
	font-family: Arial; 
	font-size: 8pt; 
	color: #494848; 
	text-decoration:none 
	}
	
	
.GrisObscuroGde	    { 
	font-family: Arial; 
	font-size: 10pt; 
	color: #444446; 
	text-decoration:none 
	}
	

.GrisGrande        { 
	font-family: Arial; 
	font-size: 10pt; 
	color: #5F5F5F; 
	text-decoration:none 
	}
	
.Negras      { 
	font-family: Arial; 
	font-size: 8pt 
	}

.Titulos     { 
	font-family: Tahoma; 
	color: #FF3399; 
	font-size: 14pt 
	}

.TitulosAzul     { 
	font-family: Tahoma; 
	color: #0066AA; 
	font-size: 9pt 
	}

.Subitulos     { 
	font-family: Tahoma; 
	color: #4F4F4F; 
	font-size: 10pt 
	}

.TitulosPeq     {
	font-family: Arial; 
	color: #AD002D; 
	font-size: 8pt 
	}

.TitulosBlancas     {
	font-family: Tahoma; 
	color: #FFFFFF; 
	font-size: 11pt 
	}


/* 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: 1px solid #669FC9; 
	padding: 1; 
	background-color: #95C1DE; 
	background-image: url('/images/fondoboton5.gif')

	}
	
.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;	
}