.cabecera {
	background-color: #FFFFFF;
	clear: none;
	float: none;
	height: 150px;
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	overflow: visible;
}
.menu {
	background-image: url(../imgs/interfaz/fondo_menu.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: none;
	height: 33px;
	width: 720px;
	position: relative;
	margin: auto;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #006699;
	text-decoration: none;
	text-align: center;
	padding-top: 3px;
	vertical-align: top;
}
a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
.contenido {
	width: 720px;
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	overflow: visible;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	height: 2200px;
}
.inferior {
	margin: auto;
	float: none;
	height: auto;
	width: 720px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: center;
	vertical-align: middle;
	overflow: visible;
	background-color: #FFFFFF;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #CCCCCC;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	margin: auto;
	float: none;
	height: auto;
	width: 720px;
	background-color: #FFFFFF;
}
