body {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica;
	margin: 0px;
	padding: 0px;
	background: #605F46;
}

#contenedor {
	width: 780px;
	margin: 20px auto;
	padding: 0px;
	background: #a7bd96;
}

#banner {
	width: 780px;
	height: 235px;
	float: left;
	background: url(../imagenes/plantilla/banner.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
}

#contenido {
	width: 780px;
	clear: both;
	margin: 0px;
	padding: 0px;
}

#menu {
	width: 145px;
	background: #316F47 url(../imagenes/plantilla/fondo_menu.jpg) no-repeat;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	float: left;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	width: 145px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	clear: both;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#menu ul li a:link, #menu ul li a:visited {
	width: 121px;
	padding: 7px 12px 3px 12px;
	color: #fff;
	display: block;
	text-decoration: none;
}

#menu ul li a:hover {
	background: #13572d url(../imagenes/plantilla/bt_hover.jpg) no-repeat bottom;
}

#pie_menu {
	background: url(../imagenes/plantilla/pie_menu.jpg) no-repeat;
	width: 145px;
	height: 168px;
	margin: 0px;
	padding: 0px;
}


#txt {
	width: 475px;
	padding: 20px;
	margin: 0px 0px 0px 25px;
	background: #e4e3de;
	float: left;
}

#derecha {
	width: 95px;
	height: 247px;
	background: url(../imagenes/plantilla/deco_der.jpg) no-repeat;
	float: left;
}


#footer {
	width: 780px;
	height: 9px;
	padding: 0px;
	margin: 0px;
	clear: both;
	background: url(../imagenes/plantilla/pie.jpg) repeat-x bottom;
	}
	

	/**************************************************************************************************
	generales
	**************************************************************************************************/
	
#txt h1, #txt h2, #txt h3, #txt h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 0px;
}

#txt h2, #txt h3, #txt h4 {
	margin: 10px 0px 10px 0px;
	color: #36724D; 
}

#txt h1 {
	font-size: 18px;
	line-height: 20px;
	margin: 0px 0px 20px 0px;
	color: #004B24;
}

#txt h2 {
	font-size: 15px;
	line-height: 17px;
}

#txt h3 {
	font-size: 13px;
	line-height: 15px;
}

#txt h4 {
	font-size: 12px;
	line-height: 14px;
}

#txt p, #txt ul, #txt ol {
	font-size: 11px;
	line-height: 16px;
	color: #483B37;
	margin: 0px 0px 10px 0px;
}

.just {
	text-align: justify;
}

.izq {
	text-align: left;
}

.der {
	text-align: right;
}

.cent {
	text-align: center;
}


#txt ul {
	margin: 0px;
	padding: 0px;
}

#txt ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 17px;
	list-style: none;
	background: url(../imagenes/vineta.gif) no-repeat left 4px;
}


.destaquebloque {
	font-size: 14px !important;
	color: #006600 !important;
	font-weight: bold !important;
	border: solid 1px #006600;
	background:#A5C994;
	width: 350px;
	margin: 15px auto !important;
	display: block;
	padding: 10px !important;
	text-align: center;
	}