body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #003300;
	font-size:0.8em;
	color: #000;
	margin:0px;
	padding:0px;
	margin-left:5px;
	margin-top:5px;
	
}
strong{
color: #006600;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #006600;
	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #006600;
	background-color:#FFE576;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	/*border-top:1px solid #000;
	height:23px;*/
	margin:0px;
	margin-left:1px;
	padding-top:5px;
	padding-left:4em;
	text-transform: uppercase;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#006600;
	/*font-weight: bold;*/
	text-transform: none;
	padding-top:1em;
	margin-left:2em;
	border-bottom:1px dashed #000;
	clear:both;
}
.noVisible {
	display:none;
}
#cabecera {
	height:131px;
	width:100%;
	margin: 0px;
	padding: 0px;
	float: left;
	overflow:hidden;
	background-image: url(../imagenes/imagenBanner_g.jpg);
}
#logos{
	/*background-color: #000;*/
	width: 100%;
	height:106px;
	margin: 0;
	padding: 0;
	float: left;
	/*background-color:#FFE476;*/
	text-align:center;
	clear:both;
}
#logos div.dcha{
	float: left;
	/*background-color:#ffffff;*/
	margin: 0;
	padding: 0;
	width: 150px;
}
#logos div.centro{
	float:left;
	/*width:500px;
	background-color:#FFE476;*/
	text-align:center;
	/*height:105px;
	border-right:1px solid #000;*/
}
#logos h1{
	margin:0px;
	padding-top:25px;
	padding-right:2em;
	padding-left:2em;
	color:#006600;
	font-weight:bold;

}
#logos div.logoIzda{
	float:right;
	width:106px;
	background-color:#ffffff;
	text-align:center;
	height:105px;
	color:#000;
	font-size:0.9em;
	font-weight:bold;
	/*border-top:1px solid #ffffff;*/
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-left:1px solid #000000;

}

div#menuHorizontal {
	background-image : url(../imagenes/fondo_menu_ayuda.gif);
	background-repeat:  repeat-x;
	height:26px;
	width:800px;
	min-width: 100%;
	margin:0px;
	padding:0px;
	float: left;	

}
div#idioma{
	background-image : url(../imagenes/fondo_menu_ayuda.gif);
	background-repeat:  repeat-x;
	width: 25%;
	min-width: 25%;
	height:26px;
	margin:0px;
	padding:0px;
	float:left;
}
div#idioma ul{
	margin:0px;
	padding:0px;
	text-align:center;
	width: 152px;
	min-width: 152px;
	height:26px;
}
div#idioma ul li{
	display: inline;
	padding-left:1em;
	padding-right:1em;
	border-right: 1px solid #fff;
}
div#idioma ul li a{
	color:#fff;
	text-decoration: none;
}
div#idioma ul li a:hover{
	color:#FFE576;
	text-decoration: none;
}
div#idioma ul li#ultimoidioma{
	border-right: 0px solid #fff;
}

div#menuAyuda {
	background-image : url(../imagenes/fondo_menu_ayuda.gif);
	background-repeat:  repeat-x;
	float:right;
	height:26px;
	width:75%;
	min-width: 75%;
	margin:0px;
	padding:0px;
	text-align:center;
}

div#menuAyuda ul{
	margin:0px;
	padding:0px;
	height:26px;
	
}
div#menuAyuda ul li{
	display: inline;
	padding-left:1em;
	padding-right :1em;
	border-right: 1px solid #fff;
}
div#menuAyuda ul li a{
	color:#fff;
	text-decoration: none;
}
div#menuAyuda ul li a:hover{
	color:#FFE576;
	
}
div#menuAyuda ul li#ultimo{
	border-right: 0px solid #fff;
}

#contenido {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #ffffff;
	background-image : url(../imagenes/fondo_contenido.gif);
	background-repeat:  repeat-y;
	
}
div#columna1 {
	float: left;
	margin: 0;
	padding: 0;
	width:151px;

}
div#columna2 {
	width:80%;
	margin:0;
	float: right;
}

div#columna2 p{
	padding-left:2em;
	padding-right:2em;
	text-align:justify;
}
div#columna2 p:first-letter {
	font-size: 150%;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	padding-right:0.05em;
}

div#columna2 dl{
	padding-left:2em;
	padding-right:2em;
}
div#columna2 dt{
	text-align:justify;
	font-weight: bold;
	padding-bottom:1em;
	color: #006600;

}
div#columna2 dd{
	text-align:justify;
	padding-bottom:1em;
}
div#columna2 dd:first-letter {
	font-size: 150%;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
	padding-right:0.05em;
}

div#columna2 table{
	width:90%;
	margin-left:2em;
	margin-right:2em;
	background-color:#fff;
	font-size:1em;
}
div#columna2 caption{
	color:#006600;
	font-weight: bold;
	font-size:1em;
	margin-top:0.5em;
	margin-left:2em;
	margin-right:2em;
	padding: 0.5em 0px 0.5em 0px;
	border-bottom:1px dashed #000;
	text-align:left;

}
div#columna2 th{
	/*width:auto;*/
	background-color:#fff;
	text-align:left;
}
div#columna2 td{
	width:auto;
	text-align:left;
	background-color:#f2f2f2;
}
/*Estilos para el foro*/
div#columna2 th.foro{
	background-color: #FFE576;
	text-transform: uppercase;
	color: #006600;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: left;
}

div#columna2 td.listadofilapar {
	background-color:#ffffff;

}

div#columna2 td.listadofilaimpar {
	background-color:#efefef;
}
.tabla {
border: 1px solid #000000;
}
.barrabotones {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: right;
	width: 70%;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}
.boton{
	background-color:#f2f2f2;
	border: none;
	color:#003300;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;


}

/*fin*/

div#columna2 img{
	border: 3px double #2E822E;
	border-right: 3px solid #2E822E;
	border-bottom: 3px solid #2E822E;
}
div#columna2 ul{
	margin-left:2em;
	margin-right:2em;
	list-style-type:square;
	list-style-position: outside;
}
div#columna2 ul li{
	border-left: 1px solid #060;
	margin-bottom:1em;
	padding-left:5px;
	list-style: url(../imagenes/flecha.gif);
}
div#columna2 ul.primerNivel{
	padding-left:2em;
	border:0px;
}

div#columna2 ul.primerNivel li{
	border:0px;
	list-style: url(../imagenes/flecha.gif);
	list-style-type:none;
}
div#columna2  ul.listadoArchivos{
	margin-bottom:0em;
	padding:0px !important;
	margin-left:4em;
	border:0px;
	background-color:#f2f2f2;
	width:90%;
	border-top: 1px dashed #060;
	border-bottom: 1px solid #060;
}
div#columna2  ul.listadoArchivos li{
	margin-bottom:0em;
	border:0px !important;
	list-style: url(none) !important;
	list-style-type:none !important;
}
div#columna2  ul.tareas{
	margin-bottom:0em;
	margin-left:1em;
	margin-right:1em;
/*	padding:0px !important;*/
	padding-left:5px;
	

	border:0px;
	background-color:#f2f2f2;
/*	border-top: 1px dashed #060;
	border-bottom: 1px solid #060;*/
	/*\*/
	/* */
}
div#columna2  ul.tareas li{
	border:0px !important;
	list-style: url(../imagenes/circulo.gif) !important;
	/*\*/
	margin-bottom:0em;
	/*  */
	padding-left:0px;

}


div#columna2  ul.listadoUrl{
	margin-bottom:0em;
	margin-left:4em;
	padding:0px !important;
	border:0px;
	background-color:#f2f2f2;
	width:90%;
	border-top: 1px dashed #060;
	border-bottom: 1px solid #060;
	

}
div#columna2  ul.listadoUrl li{
	margin-bottom:0em;
	border:0px; /*!important;*/
	/*list-style: url(none) !important;
	list-style-type:none !important;*/
	list-style-type:square; /*!important*/
}
div#columna2  ul.listadoFotos{
	margin-bottom:0em;
	margin-left:4em;
	padding:5px;
	border:0px;
	background-color:#f2f2f2;
	width:90%;
	border-top: 1px dashed #060;
	border-bottom: 1px solid #060;
	overflow:auto;
}
div#columna2  ul.listadoFotos li{
	margin-bottom:0em;
	padding:5px;
	border:0px;
	list-style: url(none) !important;
	list-style-type:none !important;
	width:auto;
	/*\*/
	float:left;
	/* */
	/*border-top: 1px dashed #060;
	border-bottom: 1px solid #060;*/
}

div#columna2  ul.listadoFotos li img{
	margin:0px;
	padding:0px;
	border: 3px double #060;
}div#columna2 a{
	color:#003300;
	text-decoration:none;
}
div#columna2 a:hover{
	color:#2E822E;
	text-decoration:none;
}
.flotaIzda{
	float:left;
	margin-top:1em;
	margin-bottom:1em;
	margin-right:2em;
	margin-left:0;
}
.flotaDrcha{
	float:right;
	margin-top:1em;
	margin-bottom:1em;
	margin-left:2em;
	margin-right:0px;
}
ul#menu {
	width:152px;
	margin: 0;
	padding: 0;
	float: left;
	background-image : url(../imagenes/fondo_menu.gif);
	background-repeat:  repeat-y;
}
ul#menu li {
	display:inline;
	list-style-type:none;
	width:120px;
	margin-left: 20px;
	border-bottom: 1px dashed #FFE476;
	float: left;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
}
ul#menu li.ultimo{
	display:inline;
	list-style-type:none;
	width:132px;
	margin-left: 20px;
	border-bottom: 0px dashed #FFE476;
	float: left;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:10px;
}
ul#menu li a{
	color:#000;
	text-decoration:none;
}
ul#menu li a:hover{
	color:#FFE576;
	text-decoration:none;
}
#pie {
	overflow:auto;
	background-color: #fff;
	width:152px;
	padding:0px;
	margin-right:0px;
	margin-top:5px;
	text-align:center;
	font-size:11px;
	/*height:142px;
	border-right:1px solid #003300;*/
	float:left;
	color:#2E822E;
}
#direccion {
	width:152px;
	/*padding-top:1em;
	padding-bottom:1em;*/
	float: left;
	text-align:center;
	/*height:142px;*/
	font-size:11px;
}
#mail{
	width:152px;
	border-top:1px solid #003300;
	/*padding-top:1em;
	padding-bottom:1em;*/
	text-align:center;
	float:left;
	font-size:11px;
}
#mail a {
	color:#060;
	font-weight: bold;
	text-decoration:none;
}
#mail a:hover {
	color:#2E822E;
	font-weight: bold;
	text-decoration:none;
}

/********************************************************* pie index *******************************************/

#pieIndex {
    overflow:auto;
	width:100%;
	padding:0px;
	margin-right:0px;
	margin-top:10px;
	/*text-align:center;*/
	float:left;
	color:#2E822E;
	background-image : url(../imagenes/imagen_inferior.jpg);
	background-repeat:  repeat-x;

}
#pieIndexIzda{
	width:151px;
	float:left;
	text-align:center;
	background-color:#fff;
    padding-top:0.5em;
	padding-bottom:1em;
	font-size:11px;
}
#pieIndexIzda a {
	border-top:1px solid #003300;
	color:#060;
	font-weight: bold;
	text-decoration:none;
	padding-top: 1px;
	width:151px;
}
#pieIndexIzda a:hover {
	border-top:1px solid #003300;
	color:#2E822E;
	font-weight: bold;
	text-decoration:none;
}
#pieIndexImg {
float:right;
width:80%;
background-image : url(../imagenes/imagen_inferior.jpg);
background-repeat:  repeat-x;
height:136px;

}

div#columna2Index {
	width:80%;
	margin:0px;
	float: right;
	height:209px;
	
}

#contenidoIndex{
	background-image: url(../imagenes/centro_index.gif);
	background-repeat:  repeat-y;
	margin-top:19px;
	height:190px;
	width:607px;
}
#presentacion{
margin-top:13px;
width:260px;
height:190px;
float:left;
}

#columna2Index h3{
color:#fff;
border:0px;
text-align:center;
margin-right:2em;
text-transform:none;
font-size:1.2em;
}
/*
#presentacion h3{
color:#fff;
border:0px;
text-align:center;
margin-right:2em;
text-transform:none;
font-size:1.2em;

}
*/
#noticias{
overflow:auto;
margin-top:13px;
width:265px;
height:190px;
float:right;
}
#columna2Index ul.noticias{
margin-top:2em;
margin-left:2em;
color:#fff;
}
#columna2Index ul.noticias li{
text-align:left;
list-style-type:none;
padding-bottom:1em;
}
#columna2Index ul.noticias li span{
font-weight:bold;
color:#FFFF00;
}
#columna2Index ul.noticias li a{
color:#fff;
text-decoration:none;
}
#columna2Index ul.noticias li a:hover{
color:#FFFF00;
text-decoration:none;
}
#columna2Index .titulo{
	color:#ffffff;
	border:0px;
	text-align:left;
	text-transform:none;
	font-size:1em;
	margin:10px;
	font-weight: bold;
}
#columna2Index td{
	background-color: #2e822e;
}
/********************************************* fin pie index **********************************************************/
.sustituir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
}
.bio{
	text-transform: uppercase;
	color:#006666;
}
.soil{
	text-transform: uppercase;
	color:#BC5418;
}
.pieImagen{
	font-style: italic;
	color:#060;
}
