body {
	background : #517426;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ddff8e;
}

a {
	color: #c8dd79;
}

#cuerpo {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border-color: #27461d;
	border-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 0;
	border-bottom-width: 0;
}

#menu {
	background-image: url(imagenes/menu_fondo.png);
	background-repeat: repeat-x;
	height: 28px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	font-weight: bold;
}

#menu table {
	height: 28px;
}

#menu td:hover {
	background-image: url(imagenes/menu_fondo_over.png);
	background-repeat: repeat-x;
}

#menu td:hover a {
	color: #f4c288;
}

#menu a {
	color: #402c00;
	text-decoration: none;
}

#submenu {
	background-color: #7d9250;
	color: #deff8d;
	height: 30px;
}

#submenu a:link, #submenu a:visited, #submenu a:active {
	text-decoration: none;
	color: #deff8d;
}

#submenu .active {
	background-color: #b5d171;
	font-weight: bold;
	color: #517426;
	font-size: 12px;
}

#contenido {
	color: #3a471a;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;
	background-color: #b5d171;
	border-style: none;
}

#contenido a {
	color: #526822;
	text-decoration: underline;
}

#contenido p {
	text-align: justify;
}

#contenido h1 {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 20px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #507326;
	text-indent: 20px;
}

#contenido h2 {
	font-size: 13px;
	font-variant: normal;
	color: #2c431c;
	border-bottom-width: 1px;
	border-bottom-color: #a0b161;
	border-bottom-style: dotted;
	background-color: #c9de79;
}

#contenido td {
	border-right-width: 1px;
	border-right-color: #9eaf5f;
	border-right-style: dotted;
}

#pie {
	background-color: #2d441c;
	color: #ffffff;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}

#pie a {
	color: #c8ff53;
	text-decoration: underline;
}