<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

#pagina {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	display: block;
	clear: both;
	float: none;
}
	#pagina #cabeza {
		display: block;
		clear: both;
		float: none;
		text-align: center;
	}
	#pagina #cuerpo {
		width: 890px;
		margin: 0px auto;
		padding: 0px;
		display: block;
		clear: both;
		float: none;
		margin-top: 10px;
	}
	#pies {
		display: block;
		clear: both;
		float: none;
	}
		#pies ul.menub {
			display: block;
			clear: both;
			float: none;
			margin: 0px;
			margin-top: 10px;
			padding: 7px 5px;
			border-top: #0099CC double 3px;
		}
			.menub li {
				display: inline;
				margin: 0px;
				padding: 3px 7px;
				font-size: 10px;
				color: #0066CC;
				list-style-type: none;
			}
-->
