body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.texto  {
	FONT-FAMILY: Trebuchet MS; 
	FONT-SIZE: 12px;
	COLOR : black;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
	text-justify: auto
}

.txt_Bienvenido  {
	FONT-FAMILY: Trebuchet MS; 
	FONT-SIZE: 12px;
	COLOR :  ##FFCC00;  
	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
	text-justify: auto
}

.texto_Mensaje  {
	FONT-FAMILY: Trebuchet MS; 
	FONT-SIZE: 12px;
	COLOR : red;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
}

.lbl_numeros  {
	FONT-FAMILY: Trebuchet MS; 
	FONT-SIZE: 12px;
	COLOR : black;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
	text-align: center;
}

.txt_MenuIzq 
{
	FONT-FAMILY: Trebuchet MS; 
	FONT-SIZE: 11px; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none; 
	TEXT-ALIGN: right; 
	COLOR: #999999;
}

.txt_MenuIzq:hover 
{
	FONT-FAMILY: Trebuchet MS; 
	FONT-SIZE: 11px; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: underline; 
	TEXT-ALIGN: right; 
	COLOR: #FB8700;
}

.txt_MenuDer 
{
	FONT-FAMILY: Trebuchet MS; 
	FONT-SIZE: 11px; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none; 
	TEXT-ALIGN: right; 
	COLOR: #999999;
}

.txt_MenuDer:hover 
{
	FONT-FAMILY: Trebuchet MS; 
	FONT-SIZE: 11px; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: underline; 
	TEXT-ALIGN: right; 
	COLOR: #0099cc;
}

.txt_MenuDer2 
{
	FONT-FAMILY: Trebuchet MS; 
	FONT-SIZE: 11px; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none; 
	TEXT-ALIGN: right; 
	COLOR: #666666;
}

.txt_MenuDer3 
{
	FONT-FAMILY: Trebuchet MS; 
	FONT-SIZE: 11px; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: none; 
	TEXT-ALIGN: right; 
	COLOR: #FFFFFF ;
}

.txt_MenuDer2:hover 
{
	FONT-FAMILY: Trebuchet MS; 
	FONT-SIZE: 11px; 
	FONT-WEIGHT: bold; 
	TEXT-DECORATION: underline; 
	TEXT-ALIGN: right; 
	COLOR: #FB8700;
}

.punteada_abajo 
{
	border-bottom-width: 1px;	
	border-top-style: none;	
	border-right-style: none;	
	border-bottom-style: dotted;
	border-left-style: none;	
	border-bottom-color: #666666;
	height: 30px;
	vertical-align: middle; 
}

.punteada_abajo1 
{
	border-bottom-width: 1px;	
	border-top-style: none;	
	border-right-style: none;	
	border-bottom-style: solid;
	border-left-style: none;	
	border-bottom-color: #666666;
}

.sin_linea
{	
	border-top-style: none;	
	border-right-style: none;	
	border-bottom-style: none;
	border-left-style: none;	
	border-bottom-color: #666666;
	height: 30px;
	vertical-align: middle; 
}

.punteada_derecha 
{	
	border-top-style: none;	
	border-right-style: dotted;	
	border-bottom-style: none;	
	border-left-style: none; 
	border-right-width: 1px;	
	border-right-color: #666666; 
}

.punteada_izq 
{	
	border-top-style: none;	
	border-right-style: none;	
	border-bottom-style: none;	
	border-left-style: dotted;
	border-left-width: 1px;	
	border-left-color: #666666; 
}

.punteada_arriba 
{
	border-top-style: dotted;	
	border-right-style: none;	
	border-bottom-style: none;	
	border-left-style: none;
	border-top-width: 1px;	
	border-top-color: #666666;
}

.linea_arriba_abajo 
{
	border-top-style: solid;	
	border-right-style: none;	
	border-bottom-style: solid;	
	border-left-style: none;
	border-top-width: 1px;	
	border-top-color: #666666;
	border-bottom-width: 1px;	
	border-bottom-color: #666666;
	height: 100px;
	vertical-align: middle;
}

.linea_abajo 
{
	border-bottom-width: 1px;	
	border-top-style: none;	
	border-right-style: none;	
	border-bottom-style: solid;
	border-left-style: none;	
	border-bottom-color: #666666;
	height: 30px;
	vertical-align: middle; 
}



