
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	text-align: center;
	color: #333;
	background: #636958;
}

/* --[ common elements ]---------------------- */

blockquote {
	margin: 1em 0 1em 30px;
	padding: 0;
	font-size: 88%;
	line-height: 1.5em;
	color: #777;
}
code {
	color: #7B9905;
	font-family: Monaco, monospace;
	font-size: 110%;
	line-height: 1.2em;
	text-align: left;
}
code strong {
	color: #4E6200;
}
abbr, acronym, .popup {
	font-style: normal;
	border-bottom: 1px dotted #999;
	cursor: help;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
strike, del {
	text-decoration: line-through;
}
ins {
	text-decoration: none;
}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
}

/* --[ vínculos ]-- */
a:link { 
  	color: #3080CB;
  	text-decoration: none;
  	border-bottom: 1px dotted #3080CB;
}
a:visited {
	color: #3080CB;
	text-decoration: none;
  	border-bottom: 1px dotted #3080CB;
}
a:hover {
	color: White;
	background-color: #3080CB;
	text-decoration: none;
	border: none;
}
a:active { 
	background-color: #6CA300;
}
a.more {
	padding-right: 13px;
	background-image: url(../imagenes/more.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}


/* --[ estructura ]-- */
#pagina {
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding: 8px 0 0 0;
	text-align: left;
	background: #fff;
	border-left: 4px solid #53584A;
	border-right: 4px solid #53584A;
	background: #fff url(../imagenes/greenbar-top.gif) repeat-x top left;
}
#encabezado {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background: url(../imagenes/header-bg.gif) repeat-x bottom left;
}
#arbol {
	float: left;
	width: 100%;
	background-color: #91B0DB;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	color: White;
}
#arbol a {
	padding: 0 0 0 5px;
	text-decoration: none;
	color: White;
	border: 0;
}
#arbol a:hover {
	color: White;
}
#arbol a:visited {
	color: White;
}
#contenido {
	float: left;
	width: 670px;
	margin: 20px 20px 20px;
	font-size: 95%;
	line-height: 1.5em;
}
#logoCompleto {
	background: url(../imagenes/logoCompleto.gif) no-repeat bottom left;
	height: 128px;
	width: 572px;
}

#footer {
	clear: both;
	margin: 10px;
	font-size: 85%;
}

/* --[ encabezado ]-- */
#encabezado h1 {
	float: left;
	width: 144px;
	height: 36px;
	margin: 0;
	padding: 10px 20px 12px 20px;
}
#encabezado h1 a {
	border: none;
	background: none;
}
	
/* --[ contenido ]-- */
#contenido h2 {
	margin: 0 0 1em 0;
	padding: 0 0 0 0;
	font-family: "Trebuchet MS", sans-serif;
	color: #E97E00;
}
#contenido h2.titulo-principal {
	margin: 0 0 10px 0;
	text-indent: 55px;
	line-height: 55px;
	font-size: 190%;
	background-repeat: no-repeat;
	background-position: 0px 1px;
	border-bottom: 1px dotted #E0E8B9;
}
#contenido h2.titulo-principal#institucional {
	background-image: url(../imagenes/info.gif);
}
#contenido h2.titulo-principal#socios{
	background-image: url(../imagenes/carpeta.gif);
	padding-bottom: 0px;
}
#contenido #sponsor{
	float: right;
}
#contenido h2.titulo-principal#estatuto {
	background-image: url(../imagenes/documentos.gif);
}
#contenido h2.titulo-principal#comdir {
	background-image: url(../imagenes/comdir.gif);
}
#contenido h2.titulo-principal#comdirant {
	background-image: url(../imagenes/comdirant.gif);
}
#contenido h2.titulo-principal#proyectos{
	background-image: url(../imagenes/proyectos3.gif);
}
#contenido h2.titulo-principal#contacto {
	background-image: url(../imagenes/direcciones.gif);
}
#contenido h2.titulo-principal#fotos {
	background-image: url(../imagenes/pictures.gif);
}
#contenido h2.titulo-principal#publicidad {
	background-image: url(../imagenes/publicidad.gif);
}
#contenido h3.publicacion {
	background-image: url(../imagenes/publicacion.gif);
	background-repeat: no-repeat;
	text-indent: 1.7em;
	height: 1.4em;
}
#contenido h3 {
	font-size: 140%;
	margin: 30px 0 10px 0;
	font-family: "Trebuchet MS", sans-serif;
	color: #6CA300;
	margin: 2em 0em 0em 0em;
}
#contenido ul li {
	margin: 0 0 2px 0;
	padding-left: 20px;
	list-style: none;
	background: url(../imagenes/bullet.gif) no-repeat 0 6px;
}
#contenido ul.lala li {
	background: url(../imagenes/bullet2.gif) no-repeat 0 6px;
}
#contenido dl {
	margin: 1em 0;
}
#contenido dl dt {
	font-weight: bold;
}
#contenido dl dd {
	margin: 0 0 1em 20px;
	font-size: 90%;
	line-height: 1.4em;
}
img.figure {
	float: right;
	margin: 0 0 10px 15px;
}

/* sub navigation */
#contenido ul.subnav {
	margin: 1em 0;
	padding: 5px;
	border-top: 1px solid #E0E8B9;
	border-bottom: 1px solid #E0E8B9;
	background: url(../imagenes/subnav-bg.gif) repeat-x top left;
}
#contenido ul.subnav li {
	margin: 0 22px 0 0;
	padding: 0;
	color: #333;
	background: none;
	display: inline;
	font-weight: bold;
}
#contenido ul.subnav li a {
	color: #6CA300;
	border: none;
}
#contenido ul.subnav li a:hover {
	color: #fff;
	background: #6CA300;
}

#contenido table.comdir {
	margin: 5px 0 0 0;
	border: 0px;
	font-size: 105%;
	color: #3080CB;
	font-weight: bold;
}
#contenido table.comdir td.cargo {
	color: #E97E00;
	padding-right: 15px;
}
#contenido table.comdir td.agronomia {
	color: #778899;
	padding-right: 15px;
}
#contenido table.comdir td.provincia {
	color: #A9A9A9;
	padding-right: 15px;
}

/* XML feed link */
#feed-link {
	margin-left: 4px;
	vertical-align: middle;
	border: none;
}
a:hover#feed-link {
	background: none;
}


/* technorati tags */
#contenido h4.tags {
	margin: 0;
	padding: 0;
	display: inline;
	color: #7F7F4C;
	font-size: 90%;
}
#contenido ul.tags {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 90%;
	color: #7F7F4C;	
	list-style: none;
}
#contenido ul.tags li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}
#contenido ul.tags li+li:before {
	margin-left: -.35em;
	contenido: ", ";
}
#contenido ul.tags li a {
	color: #99A26B;
	border-color: #cc9;
}
#contenido ul.tags li a:hover {
	color: #fff;
	background-color: #7F7F4C;
}


/* rounded box style */
.box {
	float: none;
	width: 241px;
	margin: 0 10px 14px 10px;
	background: #F8F8EC url(../imagenes/box-tile.gif) repeat-y top left;
}
.box-inner {
	background: url(../imagenes/box-bottom.gif) no-repeat bottom left;
}
.box h3 {
	margin: 0;
	padding: 1em 18px 0 18px;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 110%;
	color: #E97E00;
	background: url(../imagenes/box-top.gif) no-repeat top left;
}
.box p, .box ul, .box ol, .box dl, .box form {
	padding: 0 18px 18px 18px;
	font-size: 85%;
	line-height: 1.4em;
}
.box ul li {
	margin: 0 0 2px 10px;
	padding-left: 15px;
	list-style: none;
	background: url(../imagenes/logo_bullet_s.gif) no-repeat 0 3px;
}
.box dl dt {
	margin: 0 0 2px 0;
	font-weight: bold;
}
.box dl dd {
	margin: 0;
	padding: 0;
}
.box dl#mf-list {
	margin-left: 10px;
}
.box dl#mf-list dt {
	margin: 0;
	padding-left: 15px;
	font-weight: normal;
	background: url(../imagenes/logo_bullet_s.gif) no-repeat 0 3px;
}
.box dl#mf-list dd {
	margin: 0 0 8px 15px;
}

/* search form */
.box #search {
	margin: 0;
	padding: 18px;
	background: url(../imagenes/box-top.gif) no-repeat top left;
}
#search input {
	vertical-align: middle;
}
#search-text {
	width: 130px;
}

/* --[ nav ]-- */
#nav {
	width: 520px;
	float: left;
	margin: 0;
	padding: 20px 0 18px 36px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 115%;
}
#nav li {
	list-style: none;
	float: left;
	margin: 0 6px 0 0;
	padding: 0 0 0 0;
}
#nav a {
	float: left;
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #6CA300;
	border: none;
}

/* hover state */
#nav li:hover {
	background: #E0E8B9 url(../imagenes/nhov-top.gif) no-repeat top left;
}
#nav a:hover { /* a backup for IE's lack of li:hover support */
	background-color: #E0E8B9;
}
html>body #nav a:hover {
	background: transparent url(../imagenes/nhov-bottom.gif) no-repeat bottom right;
}
	
/* active state */
#nav li.active {
	background: url(../imagenes/nav-top.gif) no-repeat top left;
}
#nav li.active a {
	color: #333;
	background: url(../imagenes/nav-bottom.gif) no-repeat bottom right !important;
}

	
/* --[ Pie ]-- */
#footer {
	margin: 20px 0 0 0;
	padding: 0px 0 28px 0;
	color: #473C28;
	text-align: center;
	background: #F8F8EC url(../imagenes/footer-bottom.gif) no-repeat bottom left;
}
#footer p {
	margin: 0 20px 0 20px;
	padding: 20px;
	line-height: 1.4em;
	background: url(../imagenes/footer-top.gif) no-repeat top left;
}
#footer-feed {
	padding-left: 27px;
	background-image: url(../imagenes/xml.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#footer a {
	color: #6CA300;
	border: none;
}
#footer a:hover {
	background-color: #E0E8B9;
}


/* --[ misc ]-- */
img { 
	border: none;
}
.hide {
	display: none;
}
img#mf-diagram { 
	border: none;
}