@charset "utf-8";

body, img, p, h1, h2, h3, ul, li, a, form {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: normal;
	font-weight: normal;
	color: #333333;
}

a {
	text-decoration: none;
	color: #631707;
}

div#contenedor {
	width: 770px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	
}

div#cabecera {
	background-image:url(../images/imagen-superior.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}

div#menu_superior, div#agenda, div#noticias {
	width: 554px;
	float: right;
	font-size: 1.2em;
	height: 20px;
	margin-top: 0px;
	margin-top: 10px !important;
	margin-left: 6px;
}

div#menu_superior {
	background-image:url(../images/fondo_menuSuper2.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 403px;
	float: left;
	margin-left: 13px;
}
div#iconos {
	float: right;
	width: 150px;
	height: 20px;
	margin-top: 10px;
	background-color: #5A1F01;
}
div#iconos   img  {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#iconos a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




div#menu_superior ul li{
	display:inline;
	padding-right:3px;
	padding-left: 15px;
}

div#menu_superior ul li a{
	font-weight: bold;
	line-height: 20px;
	color: #F0E8D3;
}

div#menu_superior ul li a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}

/*--------------------------------empieza el menu lateral---------------------------------*/

div#menu_lateral {
	width: 204px;
	clear: left;
	margin-top: 40px;
	float: left;
	margin-bottom: 20px;
}

div#menu_anual {
	background-color: #eee1ce;
	line-height: 1.4em;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

div#menu_anual ul li, div#menu_fundacion ul li{
	color: #713325;
	margin-top:2px;
	padding-bottom:2px;
	padding-right: 2px;
}

div#menu_anual ul li a, div#menu_fundacion ul li a {
	display:block;
	padding-bottom: 3px;
	padding-top: 3px;
}	

div#menu_anual ul li a:hover, div#menu_fundacion ul li a:hover{
	color: #EEE1CE;
	background-color:#591F00;
	display:block;
	text-decoration: none;
}

div#menu_anual ul li ul li a, div#menu_fundacion ul li ul li a {
	font-weight:normal;
	/*color: #713325;*/
	display:block;
	padding-top:2px;
	font-size: 0.9em;
}

div#menu_anual ul li ul li a:hover, div#menu_fundacion ul li ul li a:hover {
	color: #EEE1CE;
	background-color:#591F00;
	display: block;
	text-decoration: none;
}

.seccion_activa {
/*	color: #EEE1CE;
	background-color:#591F00;*/
	text-decoration: none;
}

.subseccion_activa {
	color: #EEE1CE;
	background-color:#591F00;
	text-decoration: none;
}

div#menu_anual li, div#menu_fundacion li {
	padding-left: 10px;
	text-indent: 5px;
}

div#menu_fundacion {
	background-color: #eee1ce;
	line-height: 1.4em;
	margin-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}


.primer_nivel {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-bottom: 5px;
	font-size:1.4em;

}


/*---------------------  fin del menu lateral  ------------------------------------*/
a:hover {text-decoration:underline;}


div#central {
	float: right;
	width: 560px;
}

div#agenda {
	height: auto;
	width: 554px;
	margin-bottom: 10px;
}


div#noticias {
	clear:left;
	margin-bottom: 10px;
	width: 550px;
	height:auto;
}

div#noticias p{
	padding-left:0px;
	padding-right: 20px;
	text-align:justify;
}

div#publicidad {
	float: right;
	width: 125px;
	background-color: #FFCCFF;
	margin-top: 10px;
}


div#calendario {
	float: left;
	width: 214px;
	padding-left: 10px;
} 

div#eventos {
	float: right;
	width: 330px;
	padding-top: 10px;
}

div#eventos p{
	padding-top: 5px;
	font-size: 1.1em;
	text-align:justify;
}
div#eventos a:hover, div#noticias a:hover, div#pie a:hover {
	text-decoration: underline;
}

div#pie {
	background-color: #631707;
	text-align: center;
	clear: both;
	color: #ece9c8;
	margin-bottom: 10px;
	font-size: 1.2em;
	padding: 20px;
	margin-top: 20px;
}

div#pie a{
		color: #ece9c8;
}

/*----------------------------clases---------------------------------*/

.color_encuentro {
	background-color: #9E2E2C;
}

.color_fia {
	background-color: #631707;
}

.encabezado_menu {
	font-size: 1.5em;
	color: #EEE1CE;
	background-color: #631707;
	height: 24px;
	font-weight: bold;
	line-height: 24px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.sin_color {
	background-color: #5A1F01;
}
.fechaEvento {
	font-size: 1.2em;
	font-weight: bold;
	color: #631707;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #631707;
	padding-top: 20px;
}
.titularHome {
	font-size: 1.4em;
	font-weight: bold;
	color: #631707;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: left;
}
.fechaNoticias {
	color: #631707;
	padding-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #631707;
	margin-right: 0px;
	clear: left;
	float: left;
	width: 490px;
}


#logo_fundacion   {
	padding-left: 75px;
	padding-top: 10px;
}
#programa {
	color: #611C0D;
	text-align: center;
	padding-top: 20px;
	font-size: 1.2em;
	font-weight: bold;
}
#cabecera_noticias {
	padding-left: 5px;
	margin-top: 5px;
}


.masDrch  {
	/*color: #631707;*/
	color: #9E2E2C;
	text-align: right;
	/*padding-top: 25px;*/
	clear: left;
}

.masNoticias  {
	color: #631707;
	text-align: right;
	margin-top: 25px;
	float:right;
}
.masDrNoticias    {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #631709;
	padding-top: 10px;
	margin-right: 5px;
}

.icono {
	float: right;
}
div#menu_lateral div#logos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
div#menu_lateral div#logos p img {
	float: left;
	padding-top: 10px;
	padding-left: 16px;
}

.alin1 {
	margin-top: 10px;
}

.alin2 {
	margin-top: 25px;
}

div#menu_lateral div#logos2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align:center;
}

.logo1
{
    margin-left:15px;
    margin-top:40px;
}

.logo2
{
    margin-top:40px;
}

.logo3
{
    margin-left:15px;
    margin-top:40px;
}


/*--- AŅADIDO PARA LA SOLICITUD EN MODO POPUP. Por culpa del IE*/
div#contenedor_solicitud{
	width:811px;
	height:414px;
	background-image:url(../images/fondo_solicitud.jpg);
	background-repeat: no-repeat;
	background-position: center 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 110%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top:10px;
}

div#logos_solicitud {
	float: left;
	width: 100px;
	padding-top: 20px;
	margin-left: 0px;
}

div#logos_solicitud p {
	text-align: center;
	margin-top: 0px;
}

div#logos_solicitud p img {
	padding-bottom: 10px;
}

div#contenido_solicitud {
	width: 605px;
	float: left;
	margin-left: 5px;
	padding-top: 15px;
}
div#contenido_solicitud p {
	margin-top: 2px;
	margin-bottom: 2px;
}

div#contenido_solicitud ul {
	padding-left:10px;
	margin-left:0px;
}

div#contenido_solicitud ul li {
	list-style-type: none;
	margin-left: 0px;
	padding-bottom: 5px;
}

#contenido_solicitud ul li a {
	color: #4B5154;
}

div#contenido_solicitud form {
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 20px;
	margin-top: 0px;
	width: 585px;
	margin-bottom: 5px;
}

div#contenido_solicitud form input, div#contenido_solicitud form label {
	margin-top: 5px;
	margin-right: 5px;
}

div#contenido_solicitud form .enviar_solicitud {
	margin-top: 15px;
	background-image: url(../images/fondo_bt_enviar.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
	border: 0px;
}



.titular_solicitud {
	font-size: 18px;
	margin-top: 0px;
	padding-bottom: 10px;
	line-height: 110%;
	text-align: center;
}
.centrarParrafo {
	text-align: center;
}



.pie_pagina_solicitud {
	font-size: 10px;
	color: #FFF;
	padding-top: 5px;
	text-align: justify;
}

/*--- FIN AŅADIDO PARA LA SOLICITUD EN MODO POPUP*/


.link_sinFondo
{
    background-color:white;
    color:#631707;
    text-decoration:none;
}