html, body {
	height: 100%;
}
body {
	margin: 0px;
	background-color: #CCC;
	background-image: url(imagenes/salafondo.jpg);
}
#contenedor {
	font-family: "Trebuchet MS", aRIAL, CALibri;
	background-color: #FFFFFF;
	height: auto;


	min height: 100%
	margin-right: auto;
	margin-left: auto;
	font-size: 0.9em;
	width: 970px;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navegacion {
	width: 970px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: left;
	padding: 0px;
	margin-left: 0px;
	color: #003300;
	margin-bottom: 10px;
	}

#encabezado {
	padding-bottom: 5px;
}

#navegacion ul {
	padding: 0px;
	margin-bottom: 5px;
	margin-top: 6px;
	margin-right: 0px;
	margin-left: 0px;
}
#navegacion ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#navegacion ul li a {
	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	white-space: normal;
	padding: 0.4em;
	background-color: #558A24;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navegacion a:hover {
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
	margin-left: 0px;
	color: #61983A;
}
#pata {
	clear: both;
	margin-bottom: 0px;
}

#contenido {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 528px;
	float: left;
	color: #385722;
	background-color: #FFFFFF;
	height: auto;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#lateral {
	width: 342px;
	background-color: #385722;
	float: right;
	padding: 25px;
	color: #FFFFFF;
	font-size: 0.8em;
	height: auto;
}
#lateral a {
	color: #FFFFFF;
}
#lateral a:hover {
	color: #80BB53;
}

.subtitulo {
	font-weight: bold;
}

