body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#003366;
	table-layout:fixed;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	font-weight: bold;
	color:#003366;
}
a:link {
	text-decoration: none;
	color:#003366;
}
a:visited {
	text-decoration: none;
	color:#003366;
}
a:hover {
	text-decoration: underline;
	color:#993300;
}
a:active {
	text-decoration: none;
}
.top {
	vertical-align: top;
}
.lateral {
	width:150px;
	background-color: #F6F6F6;
	padding: 10px;
	white-space: nowrap;
}
.relleno {
	background-color: #F6F6F6;
	padding: 10px;
	white-space: nowrap;
}
.logolat {
	width:150px;
	padding: 10px;
	white-space: nowrap;
}
.central {
	width:650px;
	padding: 10px;
}
#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: url(none) none;
	line-height: 1;
	background: #7DBDFD;
	font-weight: bold;
	padding: 0;
	border: none;
	margin: 0;
	text-align:center;
}
#nav ul {

}
#nav li {
	float: left;
	text-align: center;
	vertical-align: middle;
}
#nav li a {
	float: left;
	padding: 4px 10px;
}
#nav li a:hover {
	background-color:#006699;
	color:#FFFFFF;
}
#encabezado {
	width:900;
	text-align:center;
	height: 100px;
	border: 0px none;
	padding:0px;
}
#pie {
	width:900;
	border: 0px none;
	padding:2px;
	color:#666666;
	background-color: #EBEBEB;
	font-size: 9px;
}

