.bye:link {
	text-decoration: none;
	color: #DD0000;
	font-weight: bold;
}

.bye:visited {
	text-decoration: none;
	color: #DD0000;
	font-weight: bold;
}

.bye:active {
	text-decoration: none;
	color: #DD0000;
	font-weight: bold;
}

.bye:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}

.bienvenida{
	background-color: #A0B2C0;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #000000;
}

.usu_hello{
	font-size: 12px;
	letter-spacing: 4px;
}

.tabla_admin{
	background-color: #DDDDDD;
	letter-spacing: 2px;
	text-align: center;
	padding: 6px;
	border: 1px solid #999999;
}

.titulo_admin{
	background-color: #A0B2C0;
	font-weight: bold;
	text-align: center;
	border: 1px solid #000000;
	padding: 4px;
}

.celda_admin{
	background-color: #C8DCE8;
	text-align: left;
	padding: 4px;
}

.celda_acces_ok{
	background-color: #88FF88;
	color: #000000;
	text-align: left;
	padding: 4px;
}

.celda_acces_er{
	background-color: #FF8888;
	color: #000000;
	text-align: left;
	padding: 4px;
}

.des_titulo{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 4px;
	color: #000000;
	background-image: url(imagenes/fon_cab_izq.gif);
	height: 20px;
	padding-left: 60px;
	margin-top: 10px;
	margin-bottom: 8px;
}

.descargas{
	padding-left: 40px;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #EEEEEE;
}

