#principal {
	padding: 0px;
	height: 100%;
	background-color: white;
	opacity: 0.9;
	filter:alpha(opacity=90);
}


body {
	font-family: Tahoma,Arial;
	margin: 0px;
}

td {
	font-size: 10pt;
	text-align: center;
}

iframe {
	border: 0px #000 solid;
	height: 100%;
	width: 100%;
}

a {
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration:underline;
}

.fondo {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index:-1;
}

.inferior {
	height: 25px;
	background-color: black;
	color: white;
}

.menu {
	color:white;
	cursor: pointer;
}