A:link { text-decoration: underline;color: #505050; }
A:hover { text-decoration: none;color: #FF7E00; }

BODY{
	scrollbar-face-color:#2C2C2C; 
	scrollbar-highlight-color:#2C2C2C; 
	scrollbar-3dlight-color:#FF9000; 
	scrollbar-darkshadow-color:#2C2C2C; 
	scrollbar-shadow-color:#FF9000; 
	scrollbar-arrow-color:#FF9000; 
	scrollbar-track-color:#2C2C2C;
}

.altura{
	width: 100%;
	height: 600px;
}

.contenido{
	position: relative;
	width: 780; 
	min-height: 100%;
	height: 100%;
	z-index: 1;
	background-image: url(linea.gif);
	padding: 0px;
	coņor: #000000;
}

.cabecera{
	position: relative;
	width: 780; 
	height: 360;
	z-index: 1;
	background-image: url(fondo.gif);
	padding: 0px;
}

.logo{
	position: absolute;
	top: 5;
	left: 25;
	width: 200; 
	height: 63;
	z-index: 2;
	padding: 0px;
	color: #FFFFFF;
	text-align:left;
	font-size: 36pt;
	font-style: italic;
	font-family:Georgia;
}

.botones{
	position: absolute;
	top: -4;
	left: 277;
	width: 471; 
	height: 100;
	z-index: 3;
	padding: 0px;
}

.situacion{
	position: absolute;
	top: 105;
	left: 560;
	width: 183; 
	height: 25;
	z-index: 2;
	padding: 0px;
}

.celdadatos{ 
	position: relative;
	width: 780; 
	min-height: 100%;
	height: 100%;
	z-index: 1;
	background-image: url(linea.gif);
	padding: 0px;
	text-align: center;
	color: #505050;    
	font-size: 7pt;
	font-family: Verdana;
	font-weight: lighter;
} 

.celdanumeros{ 
	position: relative;
	top: 300;
	width: 780; 
	min-height: 100%;
	height: 100%;
	z-index: 1;
	background-image: url(linea.gif);
	padding: 0px;
	text-align: center;
	color: #505050;    
	font-size: 7pt;
	font-family: Verdana;
	font-weight: lighter;
} 

.celda{ 
	position: relative;
	top: 300;
	width: 780; 
	min-height: 50%;
	height: 50%;
	z-index: 1;
	background-image: url(linea.gif);
	padding: 0px;
	text-align: center;
	color: #505050;    
	font-size: 7pt;
	font-family: Verdana;
	font-weight: lighter;
} 

