﻿@charset "utf-8";
/* CSS Document */

#menu {
	width: 100%;
	height: 27px;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CDDDBC;
	border-bottom-color: #CDDDBC;
	font-size: 0.75em;
	font-weight: bold;
	display: block;
}
#menu li {
	float: left;
	width: auto;
	display: block;
}
#menu a, #menu a:visited {
	text-decoration: none;
	color: #377D27;
	height: 15px;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CDDDBC;
	margin: 0px;
	clear: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	display: block;
	width: auto;
	float: left;
}
#menu li a.active {
}

#menu a:hover, #menu a.active, #menu a.active:visited {
	color: #89aa3e;
	background-color: #f4f4b1;
}
#principal {
	width: 635px;
	margin-right: 40px;
	margin-left: 75px;
	padding-top: 40px;
}
#principal p, #principal li {
	font-size: 0.7em;
	line-height: 1.5em;
	padding-bottom: 20px;
}
#principal h1 {
	font-size: 1.15em;
	font-weight: bold;
	color: #39792B;
	padding-bottom: 15px;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
}
#ilustraciones {
	float: right;
	padding-top: 6px;
	padding-left: 25px;
	height: 400%;
	width: 160px;
	text-align: center;
	position: relative;
	top: 0px;
}
#ilustraciones img {
	margin-bottom: 1px;
}
#ilustraciones p, #ilustraciones li {
	font-weight: bold;
	color: #8A8C8E;
	padding-bottom: 10px;
	font-size: 0.55em;
	width: 160px;
	float: left;
}

