@charset "UTF-8";
/* CSS Document */

a {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #000;
}
.CeldaMenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	letter-spacing: 1px;
	background-image: url(../imagenes/menuBack.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;
	width: 160px;
	vertical-align: middle;
}
.CeldaMenuULTIMA {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	letter-spacing: 1px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 35px;
	width: 160px;
	vertical-align: middle;
}
body {
	margin-left: 0px;
	margin-top: 0px;
}
