body{
	background-color: #DAECB2;
	background-image: url(../_rcs/bodyfondo.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Verdana, Arial, Geneva, Helvetica, sans-serif;
/*	font-family: 'Bitstream Vera Serif',Georgia,serif;
	font-family: Trebuchet MS;*/
	font-size: 0.7em;
}
body, input, textarea {
	font-family: Trebuchet MS, Verdana, Arial, Geneva, Helvetica, sans-serif;
}
input, textarea {
	font-size: 1em;
}
a img {
	border: 0;
}
#cabecera{
	background-color: #B9D184;
	background-image: url(../_rcs/cabeceraFondo.png);
	background-repeat: repeat-x;
	height: 57px;
	margin: 0;
	margin-left: 17px;
}

#cabecera .logo{
	background-image: url(../_rcs/logoVerdeTransparente.png);
	width: 166px;
	height: 99px;
	position: fixed;
	left: 0;
	z-index: 1;
	display: block;
	pointer-events: none;
}

#cabecera span.titulo{
	display: none;
}
ul#menu, ul#menu li {
	margin: 0;
	padding: 0;
}
ul#menu{
	width: 12em;
	position: absolute;
	left: 0;
	margin-top: 42px;
	/*border: 1px solid red;*/
}
#menu a, #menu span{
	background-color: #5A8200;
	padding: 0.2em 0.6em;
	display: block;
	margin: 0.5em 1em 0 0.5em;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#menu span {
	background-color: #B9D184;
	color: black;
}
#menu a:hover{
	background-color: #B9D184;
}
#alojacontenidos{
	margin-left: 137px;
}
#alojacontenidos h2{
	margin: 0;
	background-color: #B9D184;
	padding-left: 4em;
	font-size: 1.5em;
	font-style: italic;
	color: #5A8200;
	border-bottom: 3px solid #5A8200;
	padding-top: 42px;
}
#alojacontenidos h2 a {
	color: #5A8200;
}
#alojacontenidos h2 .paginacion {
	display: block;
	font-size: 80%;
}

#alojacontenidos #contenidos{
	background: url(../_rcs/alojaContenidoFondoCurva.png) no-repeat;
/*	height: 30em;*/
	margin-top: -3px;
	padding: 4em;
}
#alojacontenidos #contenidos p.inicial:first-letter{
	font-size: 200%;
}
#alojacontenidos .enlaceSimulado {
	text-decoration: underline;
	cursor: pointer;
}
#alojacontenidos #contenidos a{
	color: #5A8200;
}
#alojacontenidos #contenidos a:visited{
	color: #2F4400;
}
#alojacontenidos #contenidos a:active{
	color: #B9D184;
}

/* Última hora */
#contenidos .ultimaHora {
	width: 45%;
	float: right;
	margin: 0 0 1em 1em;
	border: thin solid #5A8200;
	color: Black;
	background-color: #E7EFCE;
	padding: 0.5em;
}
#contenidos .ultimaHora h3 {
	margin: -0.5em;
	background-color: #5A8200;
	color: White;
	padding: 0.2em 1em;
	text-align: center;
	font-size: 120%;
}
#contenidos .ultimaHora div.imagen {
	margin: 0.5em -0.5em -0.5em -0.5em;
}
#contenidos .ultimaHora div.imagen  img {
	width: 100%;
}
#contenidos .ultimaHora cite {
	border-top: dotted 1px #5A8200;
	display: block;
	padding-top: 0.5em;
}

/* Eventos */
#eventos ul a {font-size:120%;}
p#eventos {margin-top: 0; font-size:120%;}
#eventos ul a .fecha, #eventos .fecha {font-size:85%; font-style: italic;}

#alojacontenidos #contenidos .paginacion {
	display: block;
	clear: both;
	margin-top: 1em;
	background-color: #B9D184;
	float: left;
	color: Black;
	padding: 0.2em 1em;
}
#alojacontenidos #contenidos .paginacion a {
	color: Black;
}
#alojacontenidos #contenidos .paginacion a:visited {
	color: #6C911A;
}


/* Fotos */
.bloqueFoto {
	display: inline-table;
	margin: 0.3em;
}
	.bloqueFoto .alojaFoto {
		display: table-row;
	}

			.bloqueFoto .alojaFoto span, .bloqueFoto .alojaPie span {
				display: table-cell;
				text-align : center;
			}
			.bloqueFoto img {
				border: 0;
			}

			.bloqueFoto .alojaFoto span{
				background-color: #EFF7DF;
				padding: 0.5em 1em;
				border: medium solid #EFF7DF;
			}
			.bloqueFoto:hover .alojaFoto span {
				border: medium solid #5A8200;
			}
			.bloqueFoto:visited .alojaFoto span {
				background-color: #EBEBEB;
			}


	.bloqueFoto .alojaPie {
		display: table-row;
	}

			.bloqueFoto .alojaPie span{
				background-color: #B9D184;
				color: Black;
				padding: 0 0.5em;
				width: 10em;
			}
			.bloqueFoto:visited .alojaPie span {
				background-color: #D7D7D7;
				font-style: italic;
			}

/* Foto grande (sombras gracias a http://www.alistapart.com/articles/cssdrop2/ )*/
.alpha-shadow {
	float: left;
	background: url(../_rcs/shadowVerde.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.alpha-shadow div {
	background: url(../_rcs/shadow2Verde.png) no-repeat left top !important;
	background: url(../_rcs/shadow2Verde.gif) no-repeat left top;
	padding: 0px 5px 5px 0px;
}

.alpha-shadow img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 4px;
	display: block;
}

.alpha-shadow .privada {
	display: block;
	padding: 10em 1em;
}
h3#personas {
	/* Evitamos que flote a la derecha de la foto */
	clear: both;
}

/* Enlaces */
#contenidos li p {
	margin-bottom: 0.5em;
}
.desaparecida {
	text-decoration: line-through;
}
code {
	font-size: 1.3em;
}

/* Por hacer (TODO) */
li.implementado {
	text-decoration: line-through;
}

/* Contacto */
form.contacto {
	/*border: medium solid #AFA;*/
}
form.contacto fieldset {
	background-color: #EAF3D3;
	border: 0;
}
form.contacto fieldset.envio {
	margin-top: 1em;
}
form.contacto fieldset legend {
	font-weight: bold;
}
form.contacto label {
	width: 6em;
	padding-right:1em;
	float:left;
	text-align:right;
}

form.contacto input#remitente {
	width: 25em;
}
form.contacto textarea {
	width: 40em;
	height: 7em;

}
form.contacto input#url, form.contacto input#asunto  {
	width: 40em;
}

form.contacto .envio input {
	width: auto;
	margin-left: 7em;
}
/* Pie */
#pie {
	clear: both;
	border-top: thin solid #5A8200;
	text-align: right;
	margin: 1em 4em 1em 4em;
	padding-top: 0.5em;
}
#pie div, #pie ul, #pie li {
	display: inline;
	margin: 0;
	padding: 0;
}
#pie a img {
	border: 0;
}

/* Atentado 11 de marzo */
h1#atentado11m{
	font-size: 1.5em;
}
#atentado11m img {
	float: left; padding: 0 1em 0em 0;
}

