@charset "UTF-8";
* {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	text-align: center;
}
body {
	background-image: url(img/manuscrito.gif);
	margin: 0px;
}
a:link {
	text-decoration: none;
	color: #003399;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	color: #CC0000;
}
#max {
	background-color: #333333;
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#max #cabezal {
	background-image: url(img/cabezal.gif);
	height: 95px;
	background-repeat: no-repeat;
	background-position: center top;
}
#botonera {
	width: 570px;
	height: 24px;
	float: right;
	bottom: 0px;
	position: relative;
	margin-top: 68px;
	padding-right: 5px;
}
#max #contenido {
	background-color: #FFF5D7;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	height: 490px;
}
#max #contenido .contenido1 {
	overflow: auto;
	height: 480px;
	width: 450px;
	padding-right: 20px;
}
#max #pie {
	color: #FFFFFF;
	bottom: 0px;
}
#max #pie a:link {
	color: #FFF5D7;
	font-size: 10px;
}
#max #pie a:visited {
	color: #CCCCCC;
}
#max #pie a:hover {
	color: #00CCFF;
}
#otra {
	background-color: #EEEEEE;
	width: 40em;
	float: right;
}
#max #contenido #uno {
	overflow: auto;
}
.consola {
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
}
