/******************** Hoja de estilos generalizada ********************/
* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 75%;
	font-family: verdana;
	background: url("imgs/fondo.png") repeat-y top;
	margin-bottom: 1em;
	color: #403CA3;
}

input,textarea,select {
	font-size: 1em;
	font-family: verdana;
}

option {
	padding-right: 0.5em;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 1em 0;
	text-align: justify;
	padding-left: 0.5em;
}

h1 {
	font-size: 2.5em;
}

h2 {
	color: #000;
	font-size: 1.2em;
	margin-bottom: 1em;
	/* Comentado Eva Castaño
	border-bottom: 1px solid;
	height: 2.9em !important;*/
	padding-bottom: 0.6em;
}


h3 {
	color: #000;
	font-size: 1.1em;
	margin: 1em 0;
	border-bottom: 1px solid #84c610;
}

h4 {
	color: #000;
	font-size: 1em;
	margin-bottom: 1em;
	padding-top: 1em;
}

dl.ficha {
	margin: 1em 1em;
}

dl.ficha dt {
	font-weight: bold;
	float: left;
	text-align: right;
	margin-right: 1em;
}

dl.ficha dd {
	text-align: left;
	margin-left: 5em;
}

.oculto {
	position: absolute;
	top: -1000em;
	left: -1000em;
}

#ftiout {
  position: absolute;
  bottom: 1em;
  left: -1000px;
}

.dcha {
	float: right;
}

kbd {
	color: #84C610;
	background-color: #84C610;
	border: 3px outset;
	text-align: center;
}

kbd span {
	color: #FFF;
	font-weight: bold;
	padding: 0 0.2em;
}

.lista_kbd {
	list-style-type: none;
}

ul li{
	list-style-image: url("imgs/li_marker.gif");
}

ol li{
	list-style-image: url("imgs/li_marker.gif");
}

ul.errores {
	margin: 2em 0;
	padding: 0.5em;
	border: dashed 1px #B61030;
	color: #B61030;
}

ul.errores li {
	margin-left: 2em;
}

p.mensajeCorrecto {
	font-weight: bold;
	width: 93%;
	padding: 0.6em;
	padding-left: 4em;
	border: solid 1px #004500;
	background: url("imgs/check.gif") no-repeat 1em #DFEECF;
	margin-bottom: 1em !important;
}

p.mensajeError {
	font-weight: bold;
	width: 80%;
	padding: 1em;
	padding-left: 5em !important;
	border: solid 1px #004500;
	background: url("./imgs/adv.png") no-repeat 1em #DFEECF;
	margin-bottom: 1em !important;
}

.help {
	padding-left: 0.3em;
	vertical-align: bottom;
}

.tooltip {
	background-color: #FFC;
	padding: 0.2em;
	border: 1px solid #CCC;
	width: 15em;
}

.abarca {
	height: 1%;
	overflow: hidden;
}

.dos_columnas {
	float: left;
	width: 49.9%;
}

input.valign {
	vertical-align: bottom;
}

.apunte {
	font-style: italic;
	color: #000;
	text-align: left !important;
}

/************* Estilos de pestaÃÂÃÂÃÂÃÂ±as ****************/
.pestanias {
	clear: both;
	overflow: hidden;
	padding: 0 !important;
	font-size: 0.8em;
	color: #000;
	border-bottom: 2px solid #84c610;
}

.pestanias li#leyenda
{
	float: right;
        border: none;
	font-size: 1.3em !important;
	font-weight: bold;
	color: #84c610
}

.pestanias h3 {
	margin: 0;
	font-size: 1.2em;
	border-bottom: 0;
}

.pestanias h3 a {
	color: #000;
}

.linea_tiempo * h3
{
  font-size: 0.9em;
}

.pestanias li {
	float: left;
	border: 1px solid #84c610;
	margin: 0 0 0 0.2em !important;
	padding: 0.5em 1em;
	list-style-image: none;
	list-style-type: none;
	
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

#contenido .item_dos_columnas ul#pestanias .pestanias li {
	list-style-image: none;
}

.pestanias li.selected {
	background-color: #84C610;
}

.pestanias li.selected h3,.pestanias li.selected h3 a {
	color: #FFFFFF !important;
}

#
_pestania {
	border-top: 1px solid #000;
	margin-top: -1px;
}

/************* Paginador ****************/
.paginador {
	text-align: center;
	clear: both;
	margin: 2em 0;
	padding-top: 0.5em;
	border-top: 1px dashed;
}

.paginador li {
	display: inline;
	padding: 0 0.1em !important;
	background-image: none !important;
	margin-left: 0 !important;
}

.paginador a.anterior {
	float: left
}

.paginador a.siguiente {
	float: right
}

/************* Utiles de los contenidos ****************/

ul.utiles-detalle, ul.accesos-vista-imprimir {
	border-top: 1px dashed #CCC;
	margin: 2em 0 !important;
	padding: 1em 0;
	overflow: hidden;
	height: 1%;
	clear: both;
}
ul.utiles-detalle li, ul.accesos-vista-imprimir li {
	text-align: center;
	list-style-type: none;
	list-style-image: none;
	margin: 0 !important;
}
ul.utiles-detalle.dos li, ul.accesos-vista-imprimir li {
	float: left;
	width: 49.9%;
}
ul.utiles-detalle.tres li {
	float: left;
	width: 33%;
}
ul.utiles-detalle img {
	vertical-align: bottom
}

/************* etiquetas *************/
#etiquetas {
	color: #FFF;
	padding: 2%;
	clear: both;
	margin: 1em 0;
	width: 45%;
}

ul#etiquetas {
    opacity: 0.7;
    background-color: #84B403;
    border-radius: 15px; 
    -moz-border-radius: 15px; 
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;    
}

#etiquetas li {
	display: inline;
}

#etiquetas a {
	color: #FFF;
}

#etiquetas span {
	font-size: 20px;
}

#etiquetas span span span {
	font-size: 30px;
}

#etiquetas span span span span {
	font-size: 40px;
}

/************* rss *************/
#listado_rss {
	padding-left: 0 !important;
}

#listado_rss li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 1.5em 0 !important;
	border-bottom: dotted 1px #84c610;
}

#listado_rss img.imagen {
	float: right;
	max-height: 4em;
}

#listado_rss  p {
	margin-top: 0;
}

/************* agenda de eventos *************/
table.calendario {
	margin: 1em auto;
	text-align: center;
	border-collapse: collapse;
	color: #000;
	border: 2px inset;
}

table.calendario th,table.calendario td {
	border: 1px solid #000;
	padding: 0.2em;
	background-color: #FFF;
}

table.calendario td a {
	color: #FFF !important;
}

#destacados h2.destacado {
	font-weight: bold;
	font-size: 1em;
	color: #FFF;
	background-color: #5382FB;
	padding: 0.2em;
	text-align: center;
	margin: 0;
	
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

#destacados ul.destacados {
	padding: 0.5em;
	border: 1px solid #CCC;
	background-color: #84B901;
}

#destacados table.calendario th a {
	color: #000 !important;
}

.categoria_agenda {
	text-align: center;
}

.categoria_agenda label {
	display: block;
	color: #002374;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.proximos li {
	margin-top: 1.5em;
}

.proximos a {
	font-weight: bold;
	color: #FFF !important;
}

#contenido a {
	color: #84C610;
	font-weight: bold;
}

#contenido ol,#contenido ul {
	padding-left: 1em;
}

#contenido li {
	margin-left: 1em;
}

#contenido .item_dos_columnas ul li {
	list-style-image: url("imgs/li_marker.gif");
}

#contenido .actividades {
	padding-left: 0;
}

#contenido .actividades li {
	list-style-type: none;
	margin-left: 0;
}

#contenido .actividades ol {
	padding-left: 0;
}

#contenido .actividades p {
	margin-left: 5em;
}

#contenido .actividades b {
	float: left;
}

#contenido h2 {
	font-size: 1.5em;
	color: #074B88;
	padding-left: 0.1em;
	background: url("imgs/h2.png") no-repeat bottom left;
}
#contenido h2.h2-2 {
	background-image: none;
	padding: 0;
	font-size: 1.3em;
}

/************* medidas *************/
.medidas {
	padding-left: 0 !important;
	margin-top: 0 !important;
	font-size: 1em;
	color: #403CA3;
}

.submedidas {
	font-size: 1em;
}

.medidas h3 {
	font-size: 1.2em;
	/*background: url("imgs/medidas_ver.gif") left no-repeat;
	padding-left: 2em;*/
}

.medidas h4 { /*background: url("imgs/medidas_ver.gif") left no-repeat;
	padding-left: 2em;*/
	
}

.medidas ul {
	padding-left: 0 !important;
}

.medidas li {
	margin-left: 0em !important;
	float: none;
	border: none !important;
	font-size: 1em;
	padding-left: 1.5em;
	text-align: justify;
	list-style-image: none;
	list-style-type: none;
}

.medidas li * ul
{
	margin-left: 2em;
	text-align: justify;
}

.medidas li * ul li
{
	list-style-image: url(imgs/li_marker.gif);
	text-align: justify;
}

.medidas li ul li p {
	font-size: 1em;
}

.medidas li a {
	padding: 0 1em 0 0.2em;
}

.medidas li.selected {
	background-color: #fff;
	background-image: none;
}

.medidas li.selected a {
	color: #fff !important;
	background-color: #84c610;
}

/************* tabla de indicadores *************/
table.indicadores {
	border-collapse: collapse;
	margin-bottom: 1em;
}

table.indicadores td,table.indicadores th {
	padding: 0.1em 0.5em;
	border: 1px solid;
}

table.indicadores thead th,table.fuentes th {
	background-color: #84C610;
	color: #FFF;
	border: 1px solid #333;
}

table.indicadores tbody th {
	padding: 0.2em 0.5em;
}

table.indicadores td.anio {
	padding-left: 2em;
}

/************* listados *************/
.listado {
	padding-left: 0 !important;
	padding-bottom: 3em;
}

.listado li {
	list-style-type: none;
	clear: both;
	border-bottom: dotted 1px #84c610;
	padding-top: 0.5em;
	margin-left: 2em;
	list-style-image: url("imgs/li_marker.gif");
	overflow: hidden;
}


.listado li a.selected
{
   background-color: #fff;
   font-weight: bold;
   padding:0 1em 0 0;
}

.listado img {
	float: right;
	max-width: 10em;
	max-height: 5em;
	margin: 0 0 0.5em 3em;
}

.listado span {
	display: block;
}

.fecha {
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
}

.fechas {
	width: 100%;
	padding-bottom: 2em !important;
	margin-bottom: 3.5em;
}

.fechas dl {
	padding-top: 0.2em;
}

.fechas dt {
	width: 30% !important;
}

.listado p {
	margin-top: 0;
}

.listado .conFoto {
	margin-right: 11em;
}

.listado .conFoto a {
	text-transform: uppercase;
	font-size: 0.9em !important;
}

.listado li h3 {
	color: #000;
	font-size: 1.1em;
	margin: 0.5em 0em;
}

.imagenListado {
	width: 40%;
}

.imagenNoHay {
	margin: 2.2em 0.7em;
}

/************* Boletines periodicos *************/
form.boletines {
	overflow: hidden;
	height: 1%;
}

form.boletines ul {
	padding-left: 0 !important;
}

form.boletines li {
	list-style-type: none;
	border: 1px solid;
	margin-bottom: 1em;
	padding: 0.5em;
}

form.boletines li input {
	margin-right: 1em;
}

form.boletines h3 {
	margin: 0;
}

form.boletines .email {
	float: left;
}

form.boletines .email label {
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 1em;
}

form.boletines .email input {
	width: 20em;
}

form.boletines .enviar {
	float: right;
}

/************* Estilos para los formularios *************/
form.formulario {
	padding: 0.5em 0;
}

form.formulario fieldset {
	border: 1px solid #84C610;
	margin-bottom: 1em;
	padding: 1em 1em 0.5em;
}

form.formulario legend {
	font-size: 1em;
	font-weight: bold;
	color: #84C610;
	margin-left: 1em;
	padding: 0 0.3em;
}

form.formulario label,form.formulario div.checks span {
	float: left;
	color: #336699;
	width: 10em;
	text-align: right;
	padding-right: 1em;
}

form.formulario div.checks li {
	list-style-type: none;
}

form .labelGrande label,form .labelGrande div.checks span,form .inputGrande input,form .inputGrande textarea,form.formulario .grande
	{
	width: 16em;
}

form .labelDoble label,form .labelDoble div.checks span,form .inputDoble input,form .inputDoble textarea,form.formulario .doble
	{
	width: 22em;
}

form.formulario .triple {
	width: 34em;
}

form.formulario label.label-check {
	text-align: left;
	width: 100%;
	float: none;
}

form.formulario ul.checkSinLabel {
	margin-left: 1em;
}

form.formulario ul.checkSinLabel li {
	display: inline;
}

form.formulario ul.checkSinLabel label {
	float: none;
	padding-left: 0.5em;
	vertical-align: top;
}

form.formulario div.checks label {
	float: none;
	padding-left: 0.5em;
}

form.formulario div.checks ul {
	margin-left: 11em !important;
	padding-left: 0 !important;
}

form.formulario .botones {
	padding: 1em 0 1em 10em;
}

form.formulario .botones input,form.formulario input.boton {
	padding: 0.1em 1em;
}

button {
	padding: 0.2em;
}

button img {
	vertical-align: bottom;
}

form.formulario .botonAccesorio {
	float: right;
	padding-left: 1em;
}

form.formulario .botonAccesorio input {
	padding: 0.1em 1em;
}

form.formulario p span {
	font-style: italic;
	font-size: 0.9em;
}

form option {
	padding-right: 1em;
	padding-left: 0.2em;
}

form optgroup option {
	padding-left: 1em;
}

form span.enLinea {
	padding-left: 1em;
}

form div.separado {
	border-top: 1px solid #B61030;
	border-bottom: 1px solid #B61030;
	padding: 0.5em 0;
	margin: 0.5em 0;
}

form legend a {
	font-size: 0.7em;
	margin-left: 1em;
}

#formularioVotar {
	padding-bottom: 1em;
}

#fondoStaff {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 500;
	background-color: #FFF;
	opacity: 0.7;
	cursor: pointer;
}

#frameStaff {
	border: 0;
	position: absolute;
	top: 100px;
	z-index: 600;
	border: 1px solid #000;
}

/********* Google maps *************/
.map_detalle {
	height: 200px;
	width: 200px;
	margin: 0 0 1em 1em;
	float: right;
	overflow: hidden;
}

/********* Formulario encuestas ****/
#formularioVotar .boton {
	margin-top: 1em;
	margin-left: 16%;
	background-color: #99cc00;
	color: #ffffff;
	font-weight: bold;
	width: 9.15em;
}

a.boton {
	padding: 0.08em 0.5em 0.05em 0.5em;
}

a.boton:hover {
	text-decoration: none;
	cursor: default;
}

#formularioVotar dl {
	float: left;
	width: 100%;
	font-size: 0.9em;
}

#formularioVotar dt {
	font-weight: bold;
	width: 9em;
	float: left;
	text-align: right;
	margin-right: 1em;
}

#formularioVotar dd {
	float: left;
	width: 20%;
}

#formularioVotar p {
	padding-left: 3em;
}

/**** Listado de mediateca *****/
.mediateca {
	float: left;
	width: 100%;
	border-bottom: 1px dashed #84C610;
	margin-top: 1em;
}

#detalle_mediateca
{
	margin-bottom: 4em; 
}
	

.mediateca li {
	border: 1px solid transparent;
	float: left;
	width: 97%;
	height: 1%;
	padding: 0 0.5em;
	margin-bottom: 1em;
	list-style-image: url("imgs/li_marker.gif");
}

.imagen_mediateca_snapshot 
{
	width: 10em;
	margin-top: 0.5em;
}

.imagen_mediateca {
	width: 100%;
	margin-top: 0.5em;
}

.mediateca li.selected {
	border: 1px solid #84c610;
}

.mediateca .carpeta {
	display: block;
	width: 3em;
	position: relative;
	bottom: 4em;
	left: 3em;
}

.volver {
	color: #FF9A00 !important;
	font-weight: bold;
	text-decoration: underline !important;
	float: right;
}

.respuesta {
	margin-right: 0.5em;
}

.explicacion {
	margin-left: 3em;
	margin-top: 1em;
}

/*#encuesta {
	float: left;
	width: 100%;
}*/

/***** Detalle contenidos *****/
#detalle_noticia .foto {
	float: right;
	margin: 0.5em 0 1em 1em;
	max-width: 200px;
}

img.tipo_doc {
	margin-left: 0.5em;
	float: none;
}

.icono {
	width: 2em;
}

/********** RESULTAODS ENCUESTAS **************/
.tablePintaius {
	width: 100%;
}

#participaciones {
	text-align: right;
	font-weight: bold;
}

#respuestasEncuesta {
	float: left;
	clear: both;
	width: 100%;
}

#respuestasEncuesta li {
	list-style-type: circle;
	margin-left: 3em;
}

/********** RESULTAODS ENCUESTAS **************/
form#votaciones p {
	width: 50%;
	text-align: right;
}

form#votaciones * input.doble {
	width: 12em;
	position: relative;
	right: 0;
}

.listado_simple {
	margin-left: 1em;
}

.listado_simple li {
	margin-bottom: 1em;
	list-style-image: none;
}

.listado_simple li.selected {
	list-style-image: url("imgs/fondo_li_selected.gif");
}

.listado_simple li.selected a {
	color: #fff !important;
}

form.formulario .inscripcion label {
	text-align: right;
	width: 14em;
}

form.formulario .inscripcion .ancho_total {
	width: 100%;
}

textarea#resumen {
	width: 31em;
	height: 15em;
}

#contenido .item_dos_columnas ul {
	list-style-type: none;
}

form.formulario .autentificacion label {
	width: 8em;
	text-align: right;
}

.boton {
	padding: 0.2em 0.8em !important;
	background-color: rgb(150, 224, 18);
	color: #004c91 !important;
	font-size: 1.1em;
	font-weight: bold;
	cursor: pointer;
	width: auto;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	border-bottom: 2px solid #425800;
	border-right: 2px solid #425800;
}

.fotoCartaPresentacion {
	float: right;
	padding-left: 2em;
	background-color: #fff;
}

.negrita {
	font-weight: bold;
}

.logged {
	margin: 1em;
	border: 1px solid #84c610;
	padding: 1em;
}

.logged input {
	float: right;
}

#banners li{
	list-style-image: none !important;
}

#banners_concurso {
	width: 20%;
	text-align: right;
	margin-bottom: 1em;
	float: right;
}

.banner_concurso {
	width: 6em;
	margin-left: 2em;
	padding: 0.7em;
	border: 1px solid #074B88;
}

.banner_financion {
	width: 6em;
}

.titulo{
	width: 65%;
	float: left;
}

.imagen{
	margin-left: 2.5em;
	width: 15%;
	float: left;
}
