body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #9EB751;
	margin: 0px;
	background-image: url(../img/fondo_paginas.gif);
}
h1 {
	font-size: 21px;
	color: #0E340B;
	line-height: 100%;
}
h2 {
	font-size: 15px;
	color: #CC9900;
	display: inline;
	line-height: 100%;
}
h3 {
	font-size: 18px;
	color: #FFFFFF;
	display: inline;
	line-height: 100%;
}
th {
	background-color: #EFEFEF;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 121%;
	color: #333333;
}
a {
	color: #003300;
	text-decoration: none;
}
a:hover {
	color: #99CC00;
	text-decoration: underline;
}
.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	border: 1px solid #999999;
}
.piedefoto {
	font-style: italic;
	color: #666666;
}

.fotos {
	padding: 4px;
	border: 1px solid #CCCCCC;
}

.menuCabecera {
	background-image: url(../img/fondo_Menu_Cabecera.gif);
	height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003300;
	cursor: pointer;
}
.menuCabeceraPadre {
	background-image: url(../img/fondo_Menu_Cabecera.gif);
	height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #000033;
}
.cabecera {
	background-image: url(../img/fondo_cabecera.jpg);
	height: 90px;
	color: #FFFFFF;
}
.menuCabeceraOn {
	height: 25px;
	font-weight: bold;
	color: #11330E;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #006633;
	cursor: pointer;
	background-color: #3B6532;
	text-align: center;
	background-image: url(../img/fondo_Menu_Cabecera2.gif);
}
a.cabecera {
	color: #FFFFFF;
	text-decoration: none;
}
a.cabecera:hover {
	color: #FF0F0B;
	text-decoration: underline;
}
.fondoMenu {
	color: #003333;
	background-color: #003300;	
}
.opcionOff{
	color: #003300;
	background-color: #E8F0E6;	
}
.opcionOn{
	color: #ffffff;
	background-color: #16320C;		
	cursor: pointer;
}
.cuerpo {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #11360D;
	border-left-color: #18340E;
}
.pie {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0B2B04;
	border-bottom-color: #0B2B04;
	border-left-color: #0B2B04;
	background-color: #83A76A;
}
.columna_derecha {
	background-color: #F1F7F0;
}
.Caja {
	background-image: url(../img/fondo_caja1.gif);
}
.pie2 {
	background-color: #D9E2D3;
	height: auto;
}
.justificado {
	line-height: 16px;
	text-align: justify;
}
.texto {
	line-height: 16px;
}
h2 a {
	color: #CC9900;
}

.caja_dos_columnas {
	float: left;
	width: 350px;
}
.Recorte {
	clear: both;
}