/* ----------------------------------------------------------------------------------------
- Sitio Web:			http://www.misitio.com
- Versión:				1.0
- Fecha:				00 / 00/ 2008
- Gramática CSS:		2.1
- Gramática (X)HTML:	1.0 Transitional
- Accesibilidad:		Nivel AA	
------------------------------------------------------------------------------------------- */





/* Formateo de los estilos
------------------------------------------------------------------------------------------- */

html, body, div, a, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, abbr, acronym, address, code, object, label, legend, input, textarea, p, blockquote, th, td, del, dfn, q, table, caption, tbody, tfoot, thead, tr, th, td { 
	vertical-align: baseline;
	padding: 0em 0em 0em 0em;
	margin: 0em 0em 0em 0em;
	border: 0em 0em 0em 0em;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
}


/* Tablas
-------------------------------------------- */

	table {
		border-collapse:collapse;
		border-spacing:0;
		width:100%;
	}


/* Objects
-------------------------------------------- */

	object {
		margin: 0em 0em 0em 0em;
		padding: 0em 0em 0em 0em;
		border: 0em;
	}


/* Abreviaturas, acronimos y definiciones
-------------------------------------------- */

	abbr, acronym, dfn {
		border: none;
		cursor: help;
	}
	

/* Imágenes
-------------------------------------------- */

	img, a img, :link img, :visited img, :hover img {
		border: 0em;
	}
	
	
/* Teclado Kbd
-------------------------------------------- */
	
	kbd {
		border-bottom: .1em solid #cccccc;
		border-right: .1em solid #cccccc;
		padding-bottom: 0.1em; 
		padding-right: 0.4em; 
		padding-left: 0.4em; 
		background: #EFECEC;
		padding-top: 0.1em;
		font-size: 115%; 
	}
	
	
/* Listas
-------------------------------------------- */
	
	ul, ol, dl, li {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		position: relative;
	}	
	

/* FIN / Formateo de los estilos
------------------------------------------------------------------------------------------- */



/* Estilos comunes
------------------------------------------------------------------------------------------- */

.clearfix:after {
	height: 0;
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
}

.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }

.clearfix { display: block; }
.clear_both { clear: both; }

/* Iconos
----------------------------------*/

.correo { 
	background: url(../img/ico/correo.gif) no-repeat right center;
	padding: 0em 0em 0em 0em;
}

.goBack { display: none; }

.externalLink { 
	background: url(../img/ico/externalLink.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.webMap { 
	background: url(../img/ico/webMap.gif) no-repeat right center;
	padding: 0em 1.3em 0em 0em;
}

.download { 
	background: url(../img/ico/download.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.continue { 
	background: url(../img/ico/continue.gif) no-repeat right center;
	padding: 0em 1.2em 0em 0em;
}

.more { display: none; }


.display { 
	background: url(../img/ico/display.gif) no-repeat right center;
	padding: 0em 1em 0em 0em;
}

.goTop { display: none; }

.goBottom { display: none; }



/* Fin / Iconos
----------------------------------*/


.nota, .salto { position: absolute; top: -5000px; left: -5000px; }

.invisible { display: none; visibility: hidden; }
.negrita { font-weight: bold; }

.float_left { float: left; }	
.float_right { float: right; }

.background_none { background: none !important; }

.align_center { text-align: center; }	
.align_left { text-align: left; }
.align_right { text-align: right; }	

.no_print { display: none; }

/* FIN / Estilos comunes
------------------------------------------------------------------------------------------- */















/* Cuerpo de página
------------------------------------------------------------------------------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../img/fondo.jpg) center top #31680d;
	line-height: 1.7em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 75%;
	color: #000000;
	text-align: justify;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: bold; 
  color: #18461d; 
  clear: both; 
}

strong { color: #18461d; }
a { color: #18461d; }

h1 {}

h2 {
	padding: .3em 0em;
	font-size: 1.8em;
	color: #18461d;
	font-weight: normal;
	background: #ecf7e0;
	margin: 0em 0 .5em 0;
	border-bottom: 1px solid #18461d;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
}

h3 {
	padding: 0 0 .3em 0;
	font-size: 1.6em;
	color: #18461d;
	font-weight: normal;
	background: #ffffff;
	margin: 0em 0 .5em 0;
	border-bottom: 1px solid #18461d;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 24px;
}

h4 {
	font-size: 1.2em;
	padding: 0 0 .3em 0;
	border-bottom: 1px solid #18461d;
}



/* ---
------------------------------------------------------------------------------------------- */

#sombra {
	background: url(../img/fondo-bottom.jpg) no-repeat left bottom;
}

#sombra-bottom {
	margin: 1em auto;
	background: url(../img/pagina/sombra-repeat-y) repeat-y;
}


/* Contenedora de la página
------------------------------------------------------------------------------------------- */

#detalle-superior {}

ul#botones-accesibilidad {
	display: none;
}


/* Contenedora de la página
------------------------------------------------------------------------------------------- */

#contenedor {
	border: 0em solid #d7dce4;
	padding-bottom: .7em;
	background: none;
	margin: 0em auto;
	color: #2b383e;
}

/* Cabecera de la página
------------------------------------------------------------------------------------------- */

#cabecera {
	margin: .1em 0 .5em 0;
}


/* Contenedor logotipo
------------------------------------------------------------------------------------------- */

#logotipo {
	border: 2px solid #cccccc;
	background: none;
	text-align: left;
	padding: 1.5em 1.5em 1.5em 1.5em;
	width: 25cm;
}

.logoImg { width: 15em; float: left; margin-left: 1cm; }

#logotipo img {
	background: #ffffff;
	color: #006633;
}

.logoTxt { width: 35em; float: left; }

#logotipo h1 {	
	font-size: 150%;
	color: #000000;
	float: left;
	background: #fff;
	margin-top: 1.3em;
	line-height: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
}


/* Banner de la página
------------------------------------------------------------------------------------------- */

#banner {
	display: none;
}


/* Idiomas de la página
------------------------------------------------------------------------------------------- */

#nav-superior { display: none; }


/* Idiomas de la página
------------------------------------------------------------------------------------------- */

#idiomas { display: none; }


/* Navegación
------------------------------------------------------------------------------------------- */

#navegacion { display: none; }


/* Contenido
------------------------------------------------------------------------------------------- */

#contenido {
	width: 25cm;
	color: #06210a;
	font-size: 1.2em;
	line-height: 1.3em;
	background: #ffffff;
	margin: 1em 0em 0em 0em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#contenido p {
	margin: 1em;
	line-height: 1.3em;
}

#contenido hr {
	border-bottom: 1px solid #c6cfbb;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #dae3cf;
	margin: 1.5em 0 1.5em 0;
}

#contenido a:link {
	color: #18461d;
	text-decoration: underline;
}

#contenido a:visited {
	color: #18461d;
	text-decoration: underline;
}

#contenido a:hover {
	color: #18461d;
	text-decoration: underline;
}

span.fecha {
	text-transform: uppercase;
	margin-bottom: 1em;
	font-weight: bold;
	color: #18461d;
}

ul.listado {
	display: block;
	clear: both;
}

ul.listado li {
	background: url(../img/ico/dott.gif) no-repeat 0px 7px;
	border=right: .1em solid #fff;
	margin-bottom: .7em;
	text-align: left;
	padding-left: 1em;
	margin-left: 2em;
	display: block;
	clear: both;
}


/* Sendero de migas
------------------------------------------------------------------------------------------- */

#rutaPagina { display: none; }


/* Historia
------------------------------------------------------------------------------------------- */

ol.ListaNumerada, ol.ListaNumerada li {
	display: block !important;
}

.ListaNumerada li {
	clear: both;
	margin: 0em 0em 0em 2em;
	list-style-type: decimal;
	border: 0em solid #dfdfdf;
	padding: .9em 0em .9em 3em;
	border-left: .3em solid #dfdfdf;
	border-bottom: .1em solid #dfdfdf;
}


/* Estadisticas
------------------------------------------------------------------------------------------- */

#definicion-estadisticas {
	width: 19em;
	clear: both;
	text-align: left;
	margin: 2em 0;
	}

#definicion-estadisticas dt {
	border: 1px solid #ccc;
	background: #eae9e9;
	margin-bottom: .2em;
	font-weight: bold;
	color: #18461d;
	float: left;
	width: 8%;
}

#definicion-estadisticas dd {
	border: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	margin-bottom: .2em;
	padding-left: .7em;
	float: left;
	width: 85%;
	}

.tabla-estadisticas caption {
	text-align: left;
	margin-bottom: 1em;
}

.tabla-estadisticas th, td {
	border: 1px solid #ccc;
	text-align: center;
}

.tabla-estadisticas th {
	background: #eae9e9;
	font-weight: bold;
	color: #18461d;
}

.tabla-estadisticas th.total, .tabla-estadisticas td.total {
	background: #eae9e9;
	font-weight: bold;
}


/* Boletin
------------------------------------------------------------------------------------------- */

.revista {
	border: 1px solid #e1e1e1;
	background: #ecf7e0;/*#edecec;*/
	margin-right: .7em;
	margin-bottom: .5em;
	padding: .7em;
	width: 46em;/*21.5em;*/
	float: left;
}

.revista h3 {
	font-family: Arial, Helvetica, sans-serif;
	border: 0em solid #cccccc;
	text-transform: uppercase;
	background: #ecf7e0;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}

/*.r-izq { width: 5.3em; }
.r-der { width: 15.2em; }*/

.r-izq { width: 5.3em; }
.r-der { width: 38em; }

.list-revista {
	width: 37em;
	height: auto;
}

.list-revista dt {
	text-transform: uppercase;
	background: #ecf7e0;
	font-weight: bold;
	text-align: left;
	float: left;
	width: 7em;
}

.list-revista dd {
	font-weight: normal;
	padding-left: .5em;
	/*float: left;*/
	margin-left: 7.3em;
	width: 29em;/*9em;*/
}

.list-revista dd li {
	margin-left: 1em;
}

/* Enlaces
------------------------------------------------------------------------------------------- */

.enlaces {
	border: .1em solid #a6d1ab;
	padding: 1.5em;
	margin: 2em 4em;
}

.enlaces h3 {
	color: #ffffff;
	font-size: 115%;
	font-weight: bold;
	background: #18461d;
	text-align: center;
	text-transform: uppercase;
	padding: .3em .3em .3em .3em;
	font-family: Arial, Helvetica, sans-serif;
}

.enlaces dd {
	margin-bottom: .9em;
}

/* Longdesc
------------------------------------------------------------------------------------------- */

.longdesc {
	border: .1em solid #a6d1ab;
	padding: 1.5em;
	margin: 2em 4em;
}

.longdesc h3 {
	color: #ffffff;
	font-size: 115%;
	font-weight: bold;
	background: #18461d;
	text-align: center;
	text-transform: uppercase;
	padding: .3em .3em .3em .3em;
	font-family: Arial, Helvetica, sans-serif;
}

/* Contactar / Dirección
------------------------------------------------------------------------------------------- */

#datos-direccion {
	width: 30em;
	height: 8.3em;
	margin: 0em auto 0 auto;
	padding-left: 12em;
	background: url(../img/logotipo-begisare.jpg) no-repeat left center;
}

#datos-direccion dt {
	border: 1px solid #ccc;
	background: #e8e8e8;
	padding-left: .5em;
	margin: .1em 0;
	float: left;
	width: 10em;
}

#datos-direccion dd {
	border: 1px solid #ccc;
	padding-left: .5em;
	margin: .1em 0 .1em .5em;
	float: left;
	width: 17em;
}


/* Formulario
------------------------------------------------------------------------------------------- */

#formulario {
	margin-top: 2em;
}

#formulario fieldset {
	border: .1em solid #b1d4b5;
	margin: 1em 5em;
	padding: 1em;
}

form#formulario legend {
	padding: .1em .3em;
	background: #e2f6e4;
	color: #2d7535;
}

.linea-form {
	margin: .5em 0;
}

.label-form {
	width: 9em;
	float: left;
}

.input-form, .textarea-form {
	border: .1em solid #b1d4b5;
	color: #0a4410;
	width: 16em;
}

input:focus {
	border: .1em solid #1e7327;
	background: #def2e0;
	color: #0a4410;
}

textarea:focus {
	border: .1em solid #1e7327;
	background: #def2e0;
	color: #0a4410;
}

.leer-privacidad {
	clear: both;
	padding-left: 9em;
}

.boton-form {
	border: .1em solid #1e7327;
	padding: .1em .3em .1em .3em;
	letter-spacing: .1em;
	background: #def2e0;
	margin: .3em auto;
	color: #0a4410;
}


/* Accesibilidad
------------------------------------------------------------------------------------------- */

ul#lista-accesibilidad li {
	background: url(../public_images/dott.gif) no-repeat .1em .3em;
	margin: .5em .7em .5em .7em;
	list-style-type: none;
	padding-left: 1em;
}

#atajos {
	padding-top: .7em;
}

#atajos li {
	list-style: none;
	margin-bottom: .7em;
}


































/* Área cliente
------------------------------------------------------------------------------------------- */

fieldset#area-cliente {
	border: 0em;
	padding: 2em;
}


/* mapa web
------------------------------------------------------------------------------------------- */

#ul_mapaWeb li {
	list-style: none;
	padding-left: 1em;
	background: url(../public_images/mapa_web/arrow.gif) no-repeat 0px 6px;
}

#ul_mapaWeb li li {
	list-style: none;
	padding-left: 3em;
	background: url(../public_images/mapa_web/arrow.gif) no-repeat 0px 6px;
}



/* paginar las noticias
------------------------------------------------------------------------------------------- */

.paginado {
	float: right;
	width: 20em;
	text-align: right;
	margin-right: .5em;
	margin-top: 2em;
	color: #1a4a20;
}

.paginado a, a:hover {
	text-decoration: none;
}

.pagina_actual{
	background-color: #1a4a20;
	padding: .2em .3em .2em .3em;
	color: #ffffff;
}

/* foto actividades
------------------------------------------------------------------------------------------- */

#fotosactividades {
	width: 48.3em;
}

#fotosactividades img{
	border: 1px solid #bfd2ab;
	background: #ecf7e0;
	padding: .3em;
	}
	
	
/* pie de página
------------------------------------------------------------------------------------------- */

#pie_pagina {
	border: 1px solid #555555;
	padding: .5em 0 .5em 0;
	background: #31680d;
	text-align: center;
	margin: 1em 0 0 0;
	display: block;
	clear: both;
	width: 25cm;
}
#pie_pagina ul strong {
	color: #000000;
}
#contacto_pie span {
	text-transform: lowercase;
}

#pie_pagina ul,
#pie_pagina li {
	display: inline;
}

#contacto_pie li {
	border-right: 1px solid #2b383e;
	padding-right: .5em;
	background: #31680d;
	padding-left: .5em;
	overflow: hidden;
	color: #555555;
}

#contacto_pie li a {
	color: #555555;
	background: #31680d;
}

#contacto_pie li a:hover {
	color: #555555;
	background: #ffffff;
}

#contacto_pie li.fin {
	border: none;
}


#direccion_pie {
	text-align: center;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	clear: both;
	}
