body {
	margin: 0px;
	background-color: #000000;
	 scrollbar-face-color: #FF8C00; 
	scrollbar-shadow-color: #000000; 
	scrollbar-highlight-color: #DEEBF5; 
	scrollbar-3dlight-color: #000000; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color: #333333; 
	scrollbar-arrow-color: #000000;

}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #FFFFFF;
	font-weight: none;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
	font-size: 7.5pt;
	color: #ff8c01;
	font-weight: none;
	text-decoration: none;
}
.letraspeque {
	font-family: Verdana;
	font-size: 7.5pt;
	color: #ffffff;
	font-weight: none;
	text-decoration: none;
}
.letraspeque_negrita {
	font-family: Verdana;
	font-size: 7.5pt;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.letraspeque_negra {
	font-family: Verdana;
	font-size: 7.5pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.big_orange{
	font-family: Arial;
	font-size: 15pt;
	color: #ff8c00;
	font-weight: bold;
	text-decoration: none;
}

.normal_orange{
	font-family: Arial;
	font-size: 7.5pt;
	color: #ff8c00;
	font-weight: bold;
	text-decoration: none;
}

.celda{ 
	border-top: dashed; 
	border-right: dashed; 
	border-left: dashed;  
	border-bottom: dashed;
	border-width: 1px;
	border-color: #fc964e; 
   PADDING-TOP: 8px;
   PADDING-BOTTOM: 8px;
   PADDING-LEFT: 8px;
   PADDING-RIGHT: 8px;
    background-color: #3b291f;


 }
 .celdaizq{ 
	border-top: solid; 
	border-right: solid; 
	border-left: solid;  
	border-bottom: solid;
	border-width: 0px; 
   PADDING-TOP: 8px;
   PADDING-BOTTOM: 8px;
   PADDING-LEFT: 8px;
   PADDING-RIGHT: 8px;
    background-color: #ff8c01;

 }
 .bordes{ 
    border-color: #ff8c01;
	border-top: solid; 
	border-right: solid; 
	border-left: solid;  
	border-bottom: solid;
	border-width: 1px; 
   PADDING-TOP: 8px;
   PADDING-BOTTOM: 8px;
   PADDING-LEFT: 8px;
   PADDING-RIGHT: 8px;
    background-color: #000000;

 }