@charset "UTF-8";
/* CSS Document */
html,body{
	margin: 0;
	padding: 0;
	height:100%;
	font-family:Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #404143;
}
body{
	background: #a4bd04 url(../imgs/fnd_pag.png) repeat-y top center;
	position: relative;
}
hr{display:none;}
a{
	color: #575E65;
	color:#008ED2;
	text-decoration: none;
	outline: none;
}
a:hover{
	color: #3D4247;
	color: #009EE0;
	border-bottom: 1px dotted;
}
select, input{
	font-size: 0.9em;
	font-family:Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
img{
	border: none;
}
img.left{
	float: left;
	margin-right: 10px;
}
img.right{
	float: right;
	margin-left: 10px;
}
ol, ul{
	padding-left: 2em;
	margin-left: 0;
}
address{
	font-style:normal;
}
.invisible{
	display: none !important;
}
h2{
	color:#008ED2;
	text-shadow:1px 1px 0 #FFFFFF;
	font-size: 1.5em;
}
h3{
	color:#008ED2;
	font-size: 1.3em;
}
h4{
	color:#008ED2;
	font-size: 1.1em;
}

#cont{
	width: 758px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
}
#cabecera{
	background: #ef8b00 url(../imgs/fnd_cabecera.gif) repeat-x top left;
	height:100px;
	position:relative;
	width:100%;
}
#cabecera h1{
	background: transparent url(../imgs/logo.png) no-repeat scroll left top;
	height:166px;
	left:-62px;
	margin:0;
	outline:none;
	position:absolute;
	top:0;
	width:335px;
	z-index: 20;
}
#cabecera h1 a{
	border:none !important;
	display:block;
	height:110px;
	position:absolute;
	right:25px;
	text-indent:-999em;
	width:110px;
	cursor: pointer;
}
#menu{
	font-family:Geneva, Verdana, Arial, Helvetica, sans-serif;
	background:#009EE0 url(../imgs/fnd_menu.gif) repeat-x scroll left bottom;
	font-weight:bold;
	height:26px;
	margin:0;
	padding:0 0 0 50px;
	position:absolute;
	right:0;
	bottom:0;
/*	width: 485px; */
}
#menu li{
	display: block;
	float: left;
	position: relative;
	
}
#menu li a{
	color: #fff;
	height: 26px;
	line-height: 26px;
	padding: 0 11px;
	display: block;
	font-size:0.9em;
	white-space: nowrap;
	text-shadow: 1px 1px 0 #335EA5;
}
#menu li a:hover,
#menu li:hover a,
#menu li.iehover a,
#menu li a.activo
{
	background:#00b6e8 url(../imgs/fnd_menu_hvr.png) repeat-x scroll center;
	border-bottom: none;
}
#menu li:hover ul a,
#menu li.iehover ul a
{
	background: none;
}
#menu li ul{
/*	position: absolute !important; PROBAR SI PROBLEMAS EN IE */
	position: absolute;
	padding: 1px;
	margin: 0;
	left: 0;
	top: 25px;
  	background:#eee url(../imgs/fnd_izda.png) repeat-x scroll left top;
	border: 1px solid #aaa;
	width: 125px;
	z-index: 200;
	display: none;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
	box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}
#menu li ul li{
	float: none;
}

#menu li ul a{
	color: #707173;
	background: transparent;
	margin: 0;
	font-weight: normal;
	height: 22px;
	line-height: 22px;
	text-shadow: none;
}
	
#menu li ul a.activo{	
	background:#FFFFFF url(../imgs/fnd_cuerpo.png) repeat-x scroll center;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#menu li:hover ul a:hover,	
#menu li.iehover ul a:hover{	
	background:#00b6e8 url(../imgs/fnd_menu.gif) repeat-x scroll left center;
	color: #fff;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/*#menu li:hover ul li:hover ul,
#menu li.iehover ul li.iehover ul,
#menu .out{*/
#menu li ul li a span{
/*	font-size:2em; */
	position:absolute;
	right:3px;
	top: 0px;
/*	top:-2px; */
}

#menu li ul li ul{

	top: 0px;
	left:123px;
}

#menu_1{
	margin: 0;
	position: absolute;
	right:2px;
	bottom: 45px;
}
#menu_1 li{
	border-left:1px solid #86361E;
	display:inline;
	padding:0 9px 0 11px;
}
#menu_1 li.primero{
	border-left:0px;
}
#menu_1 li a{
	color: #86361E;
	font-size: 0.9em;
}
#menu_1 li a:hover,
#menu_1 li a.activo
{
	color: #572313;
}

#cuerpo{
	background: #fff url(../imgs/fnd_cuerpo.png) repeat-x top left;
	min-height: 500px;
}
#pie{
	color: #535557;
	clear: both;
	margin: 10px 20px;
	border-top: 1px solid;
	font-size: 0.75em;
	padding-top:10px;
}
#pie p{
	float:right;
	margin:0;
}
#pie p a{
	font-weight: bold;
	color: #535557;
}
#centro{
	width: 470px;
	padding: 15px;
	float: right;
/*	position: relative;
	z-index: 50; */
}
#izda{
	background: #fff url(../imgs/fnd_izda.png) repeat-x top left;
	min-height: 500px;
	float: left;
	width: 251px;
	padding-top:70px;
}
#izda .banner{
	display: block;
	margin: 0 auto 8px 20px;
	padding: 0;
	width: 
}
#izda .banner:hover{
	border: 0; 
}

/* index */
#marco_fotos{
	width: 409px;
	height: 324px;
	background: transparent url(../imgs/fnd_fotos_inicio.png) no-repeat center;
	margin:35px auto;
}
h3.actividades{
	text-indent: -999em;
	background: url(../imgs/barra_actividades.gif) no-repeat center;
	width: 420px;
	height: 21px;
	margin: 1em auto;
}
#actividades{
	margin: 0 20px;
}

/* i FORMULARIOS */
fieldset{
	background: #fff url(../imgs/fnd_izda.png) repeat-x top left;
	margin:1em auto;
	padding-left:25px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	
	border: 0;
}
fieldset legend{
	background: #fff url(../imgs/fnd_izda.png) repeat-x top left;
	caption-side:right;
	font-size:1em;
	padding:5px 15px;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	font-weight: bold;
}
.br_clear{
	display: block !important;
	display: none;
	clear: both;
	margin:0;
	line-height: 0px;
}
label{
	display: inline;
}
input[type="text"], select, textarea{
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	-khtml-border-radius:2px;
	border-radius:2px;
	
	background-color:#fff;
	border:2px solid #DBD7EA;
/*	border-bottom:1px solid #00A7E3; */
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:1em;
	padding: 1px;
}
input[type="text"]:focus, select:focus, textarea:focus{
/*	border-bottom-color: #fbba00; */
	border-color: #008ED2;
}

form{
	margin: 1.5em 0;
}
div.linea{
/*	width: 95%;*/
	margin: 0.3em 0;
	padding: 0;
}
label, .label{
	display:block;
	text-align: left;
}
input, select, .como_input{
	width:100%;
/*	font-size: 0.9em; */
}
input.checkbox{
	width: auto;
	background: none;
	border: none;
}
div.med{
	float:left;
	margin-right:5%;
	width:45%;
}
span.label.checkbox{
	display: inline;
}
span.label.checkbox input.checkbox{
	float: left;
}
button#btn_donacion{
	margin:1em 0;
}
.mal{
	color:#cc0000;
	margin: 0;
	font-size:0.8em;
	font-style:italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFEEEE;
	border: 1px solid #ee9999; 
	border-top-style:none; 
	position: relative;
	top: -1px;
	width: 100%;
	text-indent: 2px;
}
/*.linea.error input, .linea.error textarea, .linea.error select{
	border-color: #c00; 
	border-bottom-style:none; 
}*/
.linea input.checkbox{
	margin: 0 1em 0 0;
}
label.como_input{
	float: left;
}
.clear{
	clear: both;
}
#campo_comentarios{
	padding-top:1em;
}
fieldset div.linea textarea{
	width: 100%;
}
label.opcion_multiple{
	float:left;
	text-indent:5%;
	width:50%;
}
div.botones{
	width: 100%;
	text-align: center;
	margin-top: 15px;
}
div.botones input, 
div.botones button{
	width: auto;
}
fieldset small{
	color: #999;
}

.mensaje{
	background: #fff url(../imgs/fnd_izda.png) repeat-x top left;
	margin:3em 0em;
	padding:10px;
	
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	
	border: 0;
}
.lopd{
	color:#999;
	font-size:0.8em;
	margin:0;
}
ul.lopd{
	list-style-type: circle;
	padding: 0 1em 0 1.5em;
}
/* f FORM */
#lista_fotos{
	padding: 0;
	margin: 0;
}
#lista_fotos li{
	display:inline;
}
#lista_fotos li a{
	display:inline-block;
	background-color: #fff;
	margin:10px;
	-moz-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow:3px 3px 5px rgba(0, 0, 0, 0.6);
	box-shadow:3px 3px 5px rgba(0, 0, 0, 0.6);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:2px solid #FFFFFF;
	width:90px;
	height:90px;
}
#lista_fotos li a:hover{
	border-color: #A4BD04;
	border-color: #E77308;
}
/* i DESPLEGABLES */
.despleg_cont{
	position: relative;
	height: 26px;
	z-index:50;
}

.despleg_cont .tit{
	margin: 0 10px 0 0;
	line-height: 24px;
	float: left;
	font-size: 0.9em;
}
.despleg {
	float: left;
}
.despleg li{
	display: block;
	position: relative;
	
}
.despleg ul, .despleg .desp_ph{
	background:#EEEEEE url(../imgs/fnd_izda.png) repeat-x scroll left bottom;
	border:1px solid #AAAAAA;
	margin:0;
	padding:1px;
	position:absolute;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	-moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
	box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}
.despleg ul{
	display: none;
}
.despleg .desp_ph span{
	display: none;
}
.despleg a,
.despleg .desp_activo,
.despleg .desp_ph{
	white-space: nowrap;
	display: block;
	font-size:0.9em;
	color: #707173;
	background: transparent;
	margin: 0;
	font-weight: normal;
	height: 22px;
	line-height: 22px;
	padding:0 40px 0 10px;
}
.despleg .desp_ph{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;	
	background: #FFFFFF url(../imgs/flecha_abajo.gif) no-repeat scroll right center !important;
}
	
.despleg .desp_activo{	
	background:#EF8B00 url(../imgs/fnd_cabecera.gif) repeat-x scroll left bottom;
	color:#FFFFFF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.despleg a:hover{	
	background:#00b6e8 url(../imgs/fnd_menu.gif) repeat-x scroll left center;
	color: #fff;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-bottom: none;
}
.despleg a span, 
.despleg .desp_activo span{
	position: absolute;
	right: 2px;
	bottom:0;
	font-size:0.8em;
}
/* i CALENDARIO */
table.cal{
	width: 208px;
	margin:0 auto 8px 22px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	background-color: #eee;
	border-spacing: 0;
	padding:0 1px 1px;
	/*border: 1px solid #F29700;*/
}
.cal td a,
.cal td span, 
.cal th a{
	border: 1px solid #ddd;
	text-align: center;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background-color: #fff;
	display: block;
}
.cal td a:hover,
.cal th a:hover{
	border-color: #E77308;
}
.cal td em{
	font-style: normal;
}

.cal th{
	font-weight: bold;
	border: none;
	padding:1px 0;
}
tr.dias_semana th{
	background-color: #A4BD04;
	color: #fff;
}
.cal td{
	width:25px;
}
th.calmes{
/*	background-color: #9BAF26;
	border-color: #9BAF26; */
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #604B77;
}
th.calant a{
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-topright:2px;
}
th.calsig a{
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-bottomright:2px;
	-moz-border-radius-topleft:2px;
}
th a{
	color: #A4BD04;
	display: block;
}
.cal td{
}
.cal .cal_hoy span,
.cal .cal_hoy a{
	border-color: #C3002C;
	/* color: #C3002C; */ 
}
.popup_cal{
	-moz-border-radius:3px;
	-moz-box-shadow:2px 2px 10px rgba(0, 0, 0, 0.4);
	background:#EEEEEE url(../imgs/fnd_izda.png) repeat-x scroll left bottom;
	border:1px solid #AAAAAA;
	margin:-8px 0 0 22px;
	padding:5px 12px;
	position: absolute;
	display: none;
}
.popup_cal h5{
	margin: 0;
	color:#008ED2;
}
.popup_cal ul{
	padding: 0;
	margin: 0;
	list-style-position:inside;
	list-style-type:circle;
}
.popup_cal li{
	/* display:block; */
}
/* f CALENDARIO */
/* i ACTIVIDADES */
.actividad{
	height: 72px;
	width: 100%;
	margin: 14px;
	position: relative;
}
.actividad p{
	margin: 0;
	padding-left:90px;
	font-size: 0.8em;
}

.actividad .fecha{
	color: #00B1E6;
	font-size: 1.2em;
	font-family:Geneva, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.actividad p a{
	background:#D9DADB url(../imgs/icono_mas.gif) no-repeat scroll 72px 4px;
	bottom:6px;
	display:block;
	font-size:0.9em;
	padding:2px;
	position:absolute;
	width:78px;
}
.actividad p a:hover{
	border: none;
	background-color:#e9eAeB;
}
.actividad img{
	position: absolute;
	top:0;
	left:0;
	height: 72px;
	width: 72px;
}