body {
	margin: 10px;
	background-color: #FFDF9D;
 }
#general {
	margin: auto;
 }
#cabecera {
	height: 230px;
 }
#logo {
	float: left;
 }
#titulo {
	font-family: "Times New Roman", Times, serif;
	font-size: 43px;
	font-weight: bold;
	color: #000000;
	padding-top: 22px;
	text-align: center;
 }
 .subtitulo {
    font-size: 24px
 }
#cuerpo {
	margin-right: 5px;
	padding-top: 15px;
 }
#menu {
	height: 200px;
	width: 110px;
	float: left;
 }
 #menu a {
	width: 86px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #B40000;
	text-align: center;
	display: block;
	text-decoration: none;
	font-weight: bold;
	border: thin solid #000000;
}
#menu a:link {
	color: #FFFFFF;
}
#menu a:visited {
	color: #FFFFFF;
}
#menu a:hover {
	color: #00FF99;
}
#menu a:active {
	color: #00FFCC;
}
#texto {
	margin-left: 120px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
 }
#pie {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	padding-top: 15px;
 }