/*RESET*/

	
/* -----------------------------------------
Reset.css
Resets html styles (extends YUI reset.css)
Add clearfix.
Add class to standardize the architecture.

Author: Alberto Fortes, modificado por eCliente
Web: http://www.albertofortes.com y http://www.ecliente.com
E-mail: info@albertoortes.com y info@ecliente.com
Version: February, 2008.
---------------------------------------- */

	
/* Reset ---------------------------------- */
body {
	font:13px Arial,Helvetica,sans-serif;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

img {
	border:0;
}

h1,h2,h3,h4,h5,h6 {
	font-size:1em;
	font-size:100%;
	font-weight:normal;
}

a {
	outline:none;
}


	
/* estructura ------------------------- */
.invisible {
	display:none;
}

.dcha {
	text-align:right;
}

.izq {
	text-align:left;
}

.centro {
	text-align:center;
}

.no-float {
	float:none!important;
}

.clear {
	clear:both;
	height:1px;
}

.spacer {
	clear:both;
	height:20px;
}


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


	
/* Hides from IE-mac \*/
* html .clear {
	height:1%;
}


	
/* End hide from IE-mac */

	
/*GENERICOS*/
body {
	background:#eee url(../img/bandaFideSombra.jpg) repeat-x top left;
}

a,a:visited {
	text-decoration:underline;
	color:#317023;
}

a:hover {
	text-decoration:none;
}

h1 {
	font-size:18px;
	color:#433333;
	border-bottom:solid 1px #e8e8e8;
	margin-bottom:10px;
}

h2 {
	font-size:14px;
	margin-bottom:10px;
	font-weight: bold;
}

h3 {
	font-size:1.2em;
}

h4 {
	font-size:1em;
}

ul {
}

ul li {
	
}

ul.categorias {
	
}

ul.categorias li {
	background: url(../img/globalBulletCaegoria.jpg) no-repeat top left;
	padding: 0 0 5px 20px
}

ul.categorias li a {
	text-decoration: none;
	padding: 2px 5px;
}

ul.categorias li a:hover, ul.categorias li.seleccionado a {
	background: #317023;
	color: #fff;
	text-decoration: none;
}

ul.temas {

}

ul.temas li {
	background: url(../img/globalBulletTemas.jpg) no-repeat top left;
	padding: 0 0 5px 20px;
}

ul.temas li a {
	text-decoration: none;
	padding: 2px 5px;
}

ul.temas li a:hover, ul.temas li.seleccionado a  {
	background: #317023;
	color: #fff;
	text-decoration: none;
}

p {
	padding: 10px 0;
}

hr {
}

.clear {
	clear:both;
}

.invisible {
	display:none;
}

small {
	font-size:.8em;
}

.derecha {
	float: right;
}

.izquierda {
	float: left;
}

.boton {
	clear: both;
	margin: 10px 0;
	padding: 13px 15px 15px 60px;
}

.boton.apuntate {
	clear: both;
	margin: 10px 0;
	padding: 13px 15px 15px 60px;
	background: url(../img/globalBotonApuntate.jpg) no-repeat top right;
	width: 85px;
}

.boton.proponer {
	clear: both;
	margin: 10px 0;
	padding: 15px 15px 15px 60px;
	background: url(../img/globalBotonProponer.jpg) no-repeat top right;
	width: 180px;
}

.boton a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.boton a:hover {
	font-weight: bold;
}

.rss {
	font-size: 11px;
	text-align: right;
}

.rss a {
	color: #000;
	padding: 0 0 20px;
	font-weight: bold;
}

.rss small a {
	font-size: 9px;
	text-decoration: none;
}

.rss small a:hover {
	text-decoration: underline;
}

.rss img {
	float: left;
	padding: 0 10px;
}

/*FOTOS*/
.foto-left {
	float:left;
	margin:10px 10px 5px 0;
}

.foto-left p {
	font-style:italic;
	font-size:.8em;
	margin-top:5px;
	text-indent:0;
	padding: 0;
}

.foto-right {
	float:right;
	margin:10px 0 5px 10px;
}

.foto-right p {
	font-size:.8em;
	font-style:italic;
	margin:5px 0 0;
	text-indent:0;
	padding: 0;
}

.foto-center {
	text-align:center;
	width:80%;
	margin: 10px 0 5px;
}

.foto-center p {
	font-size:.8em;
	font-style:italic;
	margin:5px 0 0;
	width:100%;
	text-indent:0;
	padding: 0;
}	
	
/*POSICIONAMIENTO GENERICO*/
#contenedor {
	width:920px;
	margin:13px auto 0;
	background:url(../img/contenedorSombra.jpg) repeat-y top center;
}

#contenido {
	width:860px;
	margin:0 auto;
}

.barraVerde {
	background:#317023;
	width:902px;
	height:15px;
	margin:0 auto;
}

#contenidoLateral {
	width:306px;
	float:left;
	padding:20px 0;
}


#contenidoLateral .moduloLateral {
	clear: both;
	padding: 10px 0;
}

#contenidoCentral {
	width:513px;
	float:left;
	padding:20px 0;
}

#espacio20 {
	width:20px;
	float:left;
}

#espacio40 {
	width:40px;
	float:left;
}

	
/*CABECERA*/
#bandaFide {
	width:900px;
	margin:0 auto;
	background:#fff url(../img/bandaFideFondo.gif) no-repeat bottom right;
	height:125px;
}

#bandaFide #logo {
	padding:10px;
	font-family:Times;
	font-size:20px;
}

#bandaFide #logo a {
	color:#000;
	text-decoration:none;
}

#bandaFide #logo img {
	float:left;
	padding:0 10px;
}

#bandaFide #fundacion {
	float:right;
	padding:10px;
	color:#326f21;
	font-size:1.8em;
	text-align:right;
}

#bandaFide #fundacion a {
	color:#000;
	font-size:16px;
	font-weight:bold;
	background:url(../img/bandaFideContacto.jpg) no-repeat top left;
	padding:0 0 0 30px;
}

#cabecera {
	background:url(../img/cabeceraFondo.jpg) no-repeat top right;
	margin:0 auto;
	width:900px;
	height:200px;
	position: relative;
}

#cabecera a#enlaceHome {
	float: left;
	padding: 140px 350px 10px;
	font-size: 1px;
	color: #fff;
}

#cabecera #colabora {
	background: #fff;
	float:right;
	color:#000;
	font-size:11px;
	text-align:left;
	margin: 0px 0;
	padding: 10px 10px 15px 10px;
}

#cabecera #introWeb {
	clear:both;
	width:880px;
	text-align:right;
	font-weight:bold;
	padding: 10px 0 0;
}


	
/*PIE*/
#pie {
	clear:both;
	width:900px;
	height:105px;
	margin:0 auto;
	background:url(../img/pieFondo.jpg) no-repeat bottom right;
}

#pie #copy {
	padding:50px 20px 0;
	width:650px;
	font-size:11px;
	font-weight:bold;
}

#sombraAbajo {
	background: url(../img/pieSombra.jpg) no-repeat top center;
	width:920px;
	height: 50px;
	margin: 0 auto;	
}

#sombraAbajo  #ecliente {
	text-align: right;
	font-size: 11px;
	padding: 5px 10px;
}

	
/*HOME*/
#contenidoCentral.destacado {
	width:493px;
	padding:20px;
	background:#f0ffed;
}

#contenidoCentral.destacado .destacamos {
	float: left;
	padding: 0 20px 20px ;
	width: 205px;
	text-align:center;
}

#contenidoCentral.destacado .destacamos.impar {
	clear: both;
}


#contenidoCentral.destacado .destacamos img{
	border: solid 3px #000;
}

#contenidoCentral.destacado .destacamos p {
	text-align: center;
	font-weight: bold;
	padding: 10px 0 0;
}

#contenidoCentral.destacado .destacamos a {
	text-decoration: none;
	color: #000;
}

#contenidoCentral.destacado .destacamos p.comentarios a:hover {
	text-decoration: underline;
}

#contenidoCentral.destacado .destacamos p.comentarios {
	width: 98%;
	text-align: right;
	font-size: 11px;
	padding: 0;
}

#contenidoCentral.destacado .destacamos p.comentarios img {
	border: none;
}


#contenidoLateral.jornadas {

}

#contenidoLateral.jornadas .jornada {
	background: url(../img/homeJonadaIcono.jpg) no-repeat top left;
	padding: 10px 0 10px 60px;
	color: #433333;
}

#contenidoLateral.jornadas .jornada a {
	color: #000;
}

#contenidoLateral.jornadas .jornada strong {
	font-size: 18px;
	color: #000;
}

#contenidoLateral.jornadas .jornada small {
	font-size: 11px;
}

.columna1_3 {
	float: left;
	width: 265px;
	padding: 20px 0;
}

/*LISTADOS Y DETALLE*/

#contenidoCentral.extendido {

}

#contenidoCentral.extendido h1 {
	font-size: 24px;
	color: #000;
}

#contenidoCentral.extendido .lupa {
	background: url(../img/listadoBusquedas.jpg) no-repeat top left;
	width: 75px;
	height: 67px;
	float: left;
	padding: 10px 0 10px 10px;
}

#contenidoCentral.extendido .ficha {
	background: url(../img/detalleFicha.jpg) no-repeat top left;
	width: 75px;
	height: 67px;
	float: left;
	padding: 10px 0 10px 10px;
}

#contenidoCentral.extendido .busquedas {
	background: #e8e8e8;
	margin: 36px 10px 10px 0;
	padding: 15px;
}

#contenidoCentral.extendido .fichaTexto {
	background: #e8e8e8;
	margin: 36px 10px 10px 0;
	padding: 15px 15px 15px 85px;
}

#contenidoCentral.extendido .fichaTexto strong {
	font-weight: bold;
}

#contenidoCentral.extendido h2 {
	clear: both;
	font-size:18px;
	color:#433333;
	border-bottom:solid 1px #e8e8e8;
	margin-bottom:10px;
	padding: 25px 0 5px;
}

#contenidoCentral.extendido h2.tema {
	background: url(../img/listadoH2.jpg) no-repeat top left;
	padding: 5px 0 5px 25px;
}

#contenidoCentral.extendido h2.descarga {
	background: url(../img/detalleDescargas.jpg) no-repeat top left;
	padding: 5px 0 5px 40px;
	margin: 20px 0 10px;
}

#contenidoCentral.extendido h2.enlace {
	background: url(../img/detalleEnlaces.jpg) no-repeat top left;
	padding: 5px 0 5px 40px;
	margin: 20px 0 10px;
}

#contenidoCentral.extendido .fotoListado {
	clear: both;
	float:left;
	padding: 5px 0;
	width: 110px;
	text-align: center;
}

#contenidoCentral.extendido .fotoListado.generico {
	text-align: center;
}

#contenidoCentral.extendido .textoListado {
	float:left;
	width: 400px;
	margin: 0 0 10px 0;
}

#contenidoCentral.extendido ul.listadoTema {

}

#contenidoCentral.extendido ul.listadoTema li {

}

#contenidoCentral.extendido ul.listadoTema li h3 a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#contenidoCentral.extendido ul.listadoTema li h3 a:hover {
	text-decoration: underline;
}

#contenidoCentral.extendido ul.listadoTema li p.subtitulo {

}

#contenidoCentral.extendido p.comentarios {
	width: 98%;
	text-align: right;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#contenidoCentral.extendido p.comentarios img {
	border: none;
}

#contenidoCentral.extendido p.comentarios a {
	color: #000;
	font-weight: bold; 
	text-decoration: none;
}

#contenidoCentral.extendido p.comentarios a:hover {
	text-decoration: underline;
}

#contenidoCentral.extendido .entradilla {
	font-weight: bold;
}

#contenidoCentral.extendido .entradilla strong {
	font-weight: bold;
}

#contenidoCentral.extendido ul.extras {
	padding: 0 0 0 20px;
}

#contenidoCentral.extendido ul.extras li {
	background: url(../img/detalleBullet.jpg) no-repeat top left;
	padding: 0 0 5px 20px;
}

#contenidoCentral.extendido .videoArchivo {
	float:right;
	margin: 0 0 5px 10px;
}

/* Formulario Contacto------------------------------*/
form.formulario input.texto {
	width:300px;
	float:left;
	margin-bottom:10px;
}

form.formulario textarea.texto {
	width:300px;
	float:left;
	margin-bottom:10px;
}

form.formulario label {
	display:block;
	float:left;
	margin-right:5px;
	text-align:right;
	width:110px;
}

/*COMENTARIOS*/

h4 {
	font-size: 15px;
	font-weight: bold;
	padding: 20px 0 0;
	
}

.haComentado {
	border: solid 1px #d6d6d6;
	padding: 10px;
	margin: 0 20px;
	min-height: 70px;
}

form#formularioComentarios input {
	width: 200px;
	float: left;
	height: 20px;
	margin: 5px;
	font-size: 16px;
}

form#formularioComentarios .labelComentario {
	width: 210px;
	float: left;
	clear: both;
	padding: 10px;
	text-align: right;
}

form#formularioComentarios textarea {
	clear: both;
	margin: 10px auto;
	padding: 10px;
	width: 420px;
	height: 200px;
}

#contenedor #contenido .entrada.materiales form#formularioComentarios textarea {
	border: solid 2px #d79325;
}

#contenedor #contenido .entrada.actividades form#formularioComentarios textarea {
	border: solid 2px #cc0000;
}

#contenedor #contenido .entrada.otros form#formularioComentarios textarea {
	border: solid 2px #0892f5;
}

#contenedor #contenido .entrada.opinion form#formularioComentarios textarea {
	border: solid 2px #89c03e;
}

form#formularioComentarios input#enviarComentario {
	background: url(../img/botonSiguiente.jpg) no-repeat top left;
	color: #fff;
	font-size: 13px;
	cursor: pointer;
	width: 150px;
	height: 30px;
	float: right;
	clear: both;
	border: none;
	padding: 1px 7px;
	margin: 0;
	text-align: left;
}

.paginacionComentarios {
	text-align: center;
	width: 100%;
	margin: 20px 0;
}

.escritoPor {
	clear: both;
	text-align: right;
	padding: 5px 20px 10px;
}

.BotonRssToMail, .LabelRssToMail {
	float: left;
	padding: 0 5px 0 0;
}

.RssMailHome {
	padding: 10px;
}