/* Titulares */
#contenido h2 {
	font-size: 2.6em;
	clear: both;
	display: block;
/*	height: 1.5em; PARA IE */
	min-height: 1.5em;
	margin: 1.2em 35px 0 51px;
	padding: 0;
	color: #79A000;
}
#contenido h3 {
	font-size: 1.2em;
	color: #79A000;
	margin: 0 35px 1em 53px;
}

/* Comunes */
a {
	color: #3C3C3C;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 35px 1em 53px;
}
p.entradilla {
	color: #79A000;
	font-weight: bold;
	margin: 0 35px 0 53px;
}
p.entradilla span {
	color: #3C3C3C;
}
p.no_resultados {
	color: #79A000;
	margin: 0 35px 0 53px;
	font-style: oblique;
}
span.no_resultados {
	color: #79A000;
	font-weight: bold;
}

/* Botones */
/* Botón tipo 1 */
div.botonera {
	clear: both;
	float: right;
/*	margin: 1.5em 18px 0 53px; PARA IE */
	margin: 1.5em 35px 0 53px;
}
a.boton_volver {
	background-image: url(../images/css_fnd_boton_volver_01.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
	float: left;
	color: #FFF !important;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	font-size: .8em;
}
a.boton_volver:hover {
	background-image: url(../images/css_fnd_boton_volver_01_o.gif);
	background-color: #1D83B9;
	color: #3C3C3C !important;
}
a.boton_volver span {
	display: block;
	background-image: url(../images/css_fnd_boton_volver_02.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
a.boton_volver:hover span {
	background-image: url(../images/css_fnd_boton_volver_02_o.gif);
}
a.boton_volver span span {
	background-image: url(../images/css_fnd_boton_volver_03.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
a.boton_volver:hover span span {
	background-image: url(../images/css_fnd_boton_volver_03_o.gif);
}
a.boton_volver span span span {
	background-image: url(../images/css_fnd_boton_volver_04.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
a.boton_volver:hover span span span {
	background-image: url(../images/css_fnd_boton_volver_04_o.gif);
}
a.boton_volver span span span span {
	padding: .5em 1em .5em 1em;
	background-image: url(../images/css_fnd_boton_volver_00.gif);
	background-position: 1.4em 1.1em;
	background-repeat: no-repeat;
}
a.boton_volver:hover span span span span {
	background-image: url(../images/css_fnd_boton_volver_00.gif);
}


/* Lista de enlaces. */
dl.lista_enlaces {
	margin: 0 35px 20px 53px;
}
dl.lista_enlaces dt {
	clear: both;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	background-image: url(../images/css_lista_enlaces.gif);
	background-position: top;
	background-repeat: repeat-x;
}
dl.lista_enlaces dt.primero {
	background-image: none;
}
dl.lista_enlaces dt img {
	float: left;
	margin: 0 15px 10px 5px;
}
dl.lista_enlaces dd {
	padding: 0 0 0px 0;
}
dl.lista_enlaces dd a {
	color: #79A000;
}
dl.lista_enlaces dd a:hover {
	text-decoration: none;
}

/* Listado de áreas */
ul.areas {
	margin: 1em 35px 1em 53px;
}
ul.areas li {
/*	width: 100%; PARA IE */
	width: 98%;
	padding: .2em 0 .1em 9px;
	background-image: url(../images/css_areas_li_01.gif);
	background-position: 0 .7em;
	background-repeat: no-repeat;
}
ul.areas li a {
	color: #3C3C3C;
}
ul.areas li a:hover {
	color: #79A000;
}


/* ESPECÍFICOS AJAX */
div.cargando {
	font-size: 1.2em;
	font-weight: bold;
}
div.cargando img {
	vertical-align: middle;
	margin: 0 .5em 0 0;
}


/* ESPECÍFICOS DE FORMULARIOS */
input.enfocado {
	background-color: #E5FF9E;
}
textarea.enfocado {
	background-color: #E5FF9E;
}


/* ESPECÍFICOS DE FORMULARIO DE CONTACTO */
#contenido .contactoFormulario {
	background-image: url(../images/css_contacto.gif);
	background-position: right 0;
	background-repeat: repeat-y;
}
#contenido form.formularioContacto {
	margin: 0 0 0 53px;
	padding: 0;
}
#contenido form.formularioContacto p {
	padding: 0;
	margin: 1em 0;
	clear: both;
}
#contenido form.formularioContacto fieldset {
	margin: 0;
	border: 0;
	padding: 0;	
}
#contenido form.formularioContacto legend {
	display: none;
}
#contenido form.formularioContacto label {
	cursor: pointer;
	float: left;
	width: 360px;
	padding: 0 10px 0 0;
	text-align: right;
	font-size: .88em;
}
#contenido form.formularioContacto input {
	vertical-align: bottom;
	color: #3C3C3C;
}
#contenido form.formularioContacto textarea {
	color: #3C3C3C;
}
#contenido form.formularioContacto label.error {
	color: #C00000;
}
#contenido form.formularioContacto input.error {
	color: #D00000;
	background-color: #FFDDDD;
	border: 1px solid #D00000;
}
#contenido form.formularioContacto textarea.error {
	color: #D00000;
	background-color: #FFDDDD;
	border: 1px solid #D00000;
}
#contenido form.formularioContacto span.error {
	display: block;
	color: #C00000;
	font-size: 94%;
	font-style: italic;
/*	margin: 0 0 0 365px; PARA IE */
	margin: 0 0 0 370px;
}
#contenido form.formularioContacto p.error input, #contenido form.formularioContacto p.error textarea {
	background-color: #F5F4EE;
	border: 1px solid #D00000;
	padding: 1px 3px 2px 3px;
}
#contenido form.formularioContacto #nameContacto, #contenido form.formularioContacto #emailContacto, #contenido form.formularioContacto #mensajeContacto {
	width: 250px;
	border: 1px solid #7F9DB9;
	padding: 1px 3px 2px 3px;
}
#contenido form.formularioContacto #mensajeContacto {
	width: 300px;
	height: 6em;
	padding: 3px;
}
#contenido form.formularioContacto #formContactoEnviar {
	cursor: pointer;
/*	margin: 0 0 0 365px; PARA IE */
	margin: 0 0 0 370px;
}
#contenido div.contactoDirecto {
	float: right;
	width: 300px;
/*	margin: 0 18px 0 0; PARA IE */
	margin: 0 35px 0 0;
	padding: 0;
}
#contenido div.contactoDirecto p {
	padding: 0;
	margin: 0;
}
#contenido p.textoCentrado {
	padding: 0;
	margin: 0;
	text-align: center;
}
#contenido a {
	color: #79A000;
}
#contenido a:hover {
	text-decoration: none;
}


/* ESPECÍFICOS DE FORMULARIO DE BÚSQUEDA */
#contenido form.formularioBusqueda {
	clear: both;
/*	width: 95%; PARA IE */
	width: 90%;
	margin: .8em 0 0 53px;
	padding: 2.6em 0 0 0;
	background-image: url(../images/css_lista_enlaces.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
#contenido form.resultado {
	margin: 0 0 1.5em 53px;
	padding: 0;
	background-image: none;
}
#contenido form.formularioBusqueda p {
	padding: 0;
	margin: 0;
	clear: both;
}
#contenido form.formularioBusqueda fieldset {
	margin: 0;
	border: 0;
	padding: 0;	
}
#contenido form.formularioBusqueda legend {
	display: none;
}
#contenido form.formularioBusqueda label {
	cursor: pointer;
	float: left;
	padding: 2px 10px 0 0;
	text-align: right;
	font-size: .88em;
}
#contenido form.formularioBusqueda input {
	vertical-align: middle;
	color: #3C3C3C;
	width: 200px;
	border: 1px solid #7F9DB9;
	padding: 1px 3px 2px 3px;
}
#contenido form.formularioBusqueda input#buscadorEnviar {
	vertical-align: middle;
	width: auto;
	margin: 0 0 0 5px;
	border: none;
	padding: 0;
}
#contenido div.resultadosBusqueda {
	margin: 0 35px 1.1em 53px;
	padding: 1.8em 0 0 0;
	background-image: url(../images/css_lista_enlaces.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: 1px solid #DEDEDE;
	font-size: 1.3em;
}
#contenido div.resultadosBusqueda p {
	margin: 0 0 .7em .1em;
	color: #3C3C3C;
	font-weight: bold;
}
#contenido div.resultadosBusqueda p span {
	color: #79A000;
}
#contenido ul.cero_resultados {
	margin: -0.5em 35px 1.5em 53px;
}
#contenido ul.cero_resultados li {
	margin: 0 0 0 30px;
	list-style-type: square;
}
/* Lista de resultados */
#contenido #resultados {
	margin: 0 35px 1.5em 53px;
}
#contenido div.resultado {
	clear: both;
	margin: 0 0 .5em 0;
}
#contenido div.resultado span {
	display: block;
	float: left;
	width: 2em;
	text-align: right;
	line-height: 1.4em;
	font-weight: bold;
}
#contenido div.resultado div {
	padding: 0 0 .5em 2.4em;
}
#contenido div.resultado div p {
	margin: 0 0 .3em 0;
}
#contenido div.resultado a {
	color: #79A000;
}
#contenido div.resultado a:hover {
	text-decoration: none;
}


/* ESPECÍFICOS DE LA FICHA DEL ORGANISMO */
#contenido div#organismo h3 {
/*	width: 100%; PARA IE */
	font-size: 1.5em;
	color: #79A000;
	margin: 0 35px 1em 53px;
	border-bottom: 1px solid #DEDEDE;
}
#contenido div#organismo h4 {
	font-size: 1.2em;
	color: #79A000;
	padding: 1em 35px .5em 53px;
}
#contenido div#organismo h5 {
	font-size: 1.1em;
	color: #000;
	padding: 1em 35px .5em 53px;
}
#contenido div#organismo p {
	margin: 0 35px .5em 53px;
}
#contenido div#organismo ul {
	margin: 0 35px 1em 73px;
}
#contenido div#organismo ul li {
/*	width: 100%; PARA IE */
	width: 98%;
	padding: 0 0 .3em 9px;
	background-image: url(../images/css_areas_li_01.gif);
	background-position: 0 .6em;
	background-repeat: no-repeat;
}
#contenido div#organismo ul li a {
	color: #79A000;
}
#contenido div#organismo ul li a:hover {
	text-decoration: none;
}
#contenido div#organismo div {
	margin: 0 35px 1em 53px;
	padding: 1em;
	background-color: #F4F4F4;
	line-height: 1.4em;
}
#contenido div#organismo div span {
	color: #79A000;
	font-weight: bold;
}

/* INDEX */
#contenido div.dos_columnas {
}
#contenido div.dos_columnas div.dch {
	float: right;
	width: 35%;
}
#contenido div.dos_columnas div.izq {
	float: left;
	width: 60%;
}
#contenido div.dos_columnas div.dch ul.libro {
	padding: 30px;
	margin: 7em 0 0 0;
	background-image: url(../images/libro.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 256px;
	height: 248px;
}
#contenido div.dos_columnas div.dch ul.libro li {
/*	width: 100%; PARA IE */
	width: 98%;
	padding: .2em 0 .1em 9px;
	background-image: url(../images/css_areas_li_01.gif);
	background-position: 0 .7em;
	background-repeat: no-repeat;
}
