
body{
 	margin:0px;
  	padding:0px;
	background-color:#FFFFFF;
	}





/* Texto */
	
	
.Blancas     { 
	font-family: Tahoma; 
	color: #ffffff; 
	font-size: 8pt 
	}
	
.Rojas     { 
	font-family: Tahoma; 
	color: #ff0000; 
	font-size: 9pt 
	}


.Gris        { 
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #5F5F5F; 
	text-decoration:none 
	}

	
.Negras      { 
	font-family: Tahoma; 
	font-size: 8pt;
	color: #4F4F4F; 
	}

.Titulos     {
	font-family: Tahoma;
	color: #FF3300;
	font-size: 14pt
	}

.BlancasGran     { 
	font-family: Tahoma; 
	color: #ffffff; 
	font-size: 10pt ;
	}

.Subitulos     { 
	font-family: Tahoma; 
	color: #4F4F4F; 
	font-size: 10pt ;
	}

.Subitulos a     { 
	font-family: Tahoma; 
	color: #FF3300; 
	text-decoration:underline;
	}

.Subitulos a:hover     { 
	font-family: Tahoma; 
	color: #4F4F4F; 
	}

.Subitulos a:visited     { 
	color: #FF3300; 
	text-decoration:underline;	
	}


.TitulosPeq     {
	font-family: Tahoma; 
	color: #02679b; 
	font-size: 10pt 
	}

.TitulosPeq a    {
	color: #02679b; 
	}

.TitulosPeq a:hover    {
	color: #02679b; 
	}

.TitulosPeq a:visited    {
	color: #02679b; 
	}



/* Controles */

.txtControl	{ 
	font-family: Tahoma; 
	color: #808080; 
	font-size: 8pt; 
	border: 1px solid #5F8EBB
	}
	
	
.cmdBoton	{ 
	font-family: Tahoma; 
	font-size: 8pt; 
	color: #FFFFFF; 
	font-weight: bold; 
	border-style: solid; 
	border-width: 1; 
	padding: 0; 
	background-color: #000000
	}


.cmdBoton2	{
	font-family: Tahoma;
	font-size: 8pt;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #3d7311;
	padding: 2px;
	background-image: url(Images/FondoBoton3.gif);
	background-color: #8efc36;
	}	
	
.Images		{
	border: solid 1px #000000;
	}

.Animaciones		{
	border: solid 1px #347094;
	}
	
.Animaciones2		{
	border: solid 1px #88bdd4;
	}

	
/* Diseņo para DataGrids de Datos */
.BackGnd_DataHeader
{
	background-color: #000000;
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Tahoma, Verdana;
	text-decoration: none;
}	

.BackGnd_DataDetail_1
{
	background-color: #999999;
	font-weight: normal;
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Tahoma, Verdana;
	text-decoration: none;	
}

.BackGnd_DataDetail_2
{
	background-color: #CCCCCC;
	font-weight: normal;
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Tahoma, Verdana;
	text-decoration: none;	
}