/* CSS de focoaljucer */


/* estilos generales */
* {
	vertical-align: top;
	margin: 0;
	padding: 0px;
	border-color: #333333;
}
html,body {
	height: auto;
	background: #FFF;
	color: #325d19;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/* hipervínculos */
a {
	color: #458023;
	text-decoration: none;
	outline: 0;
	}
/*-------------------------------------------*/

a.vinculo2:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC6600;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
a.vinculo2:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #A85400;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
a.vinculo2:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #993399;
	font-size: 13px;
	font-weight: bold;
}
a.vinculo2:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

a.vinculo3:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #325D19;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a.vinculo3:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #325D19;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a.vinculo3:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: 14px;
	font-weight: bold;
}
a.vinculo3:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

a.vinculo4:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #325D19;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
a.vinculo4:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #325D19;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
a.vinculo4:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #003399;
	font-size: 16px;
	font-weight: bold;
}
a.vinculo4:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

/* outline: 0; es para quitar la linea de puntos alrededor del vínculo */
	outline: 0;
}
/* lo siguiente es para que Internet Explorer lo lea */
#menuhor li:hover ul { display: block; }

/* ------------------------------------------------------- */
/* NUEVO MENU HORIZONTAL */
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:8e8e8e;
	position: absolute;
	width: 495px;
	left: 501px;
	top: 150px;
	}
.menu ul{
	background:url(../images/menu-bg_b.gif) top left repeat-x;
	height:30px;
	list-style:none;
	margin:0;
	padding:0px;
	}
	.menu li{
		float:left;
		padding:0px 3px 0px 3px;
		}
	.menu li a{
		color:#315a18;
		display:block;
		font-weight:bold;
		line-height:30px;
		padding:0px 10px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover{
			color:#CC6600;
			font-weight:bold;
			text-decoration:none;
			}
	.menu li ul{
	background:#E0E8DB;
	border-left:2px solid #315a18;
	border-right:2px solid #315a18;
	border-bottom:2px solid #315a18;
	display:none;
	height:auto;
	filter:alpha(opacity=95);
	opacity:0.95;
	position:absolute;
	width:150px;
	z-index:200;
	/*top:1em;
	/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		}
	.menu li li {
		display:block;
		float:none;
		padding:0px;
		width:150px;
		}
	.menu li ul a{
		display:block;
		font-size:12px;
		font-style:normal;
		padding:0px 0px 0px 5px;
		text-align:left;
	    border-top:1px solid #E0E8DB;
	    border-bottom:1px solid #E0E8DB;
		}
		.menu li ul a:hover{
	background:#5c9936;
	color:#FFF;
	opacity:1.0;
	filter:alpha(opacity=100);
	border-top:1px solid #315a18;
	border-bottom:1px solid #315a18;
			}
	.menu p{
		clear:left;
		}	
	.menu #current{
		/*background:url(../images/current-bg.gif) top left repeat-x;*/
		color:#666666;
		}
		
/* ------------------------------------------------------- */

a:hover {
	color: #003399;
	font-weight: normal;
}

/* centra la página */
#container {
	width: 996px;
	height: auto;
	margin: 0 auto 0 auto;
}	


/* the topbar that contains the most upper links */
#topbar {
	width: 996px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

/* the links in the topbar are an unordered list, formatted here */
	#topbar ul {
	float: right;
	background-repeat:  no-repeat;
	}
	#topbar li {
		list-style: none;
		display: block;
		width: auto;
		float: left;
	}
	#topbar a {
	text-decoration: none;
	display: block;
	padding: 0 10px 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	}
	#topbar a:hover {
		background: #458023;
		color: #FFF;
	}
/* the header that contains the big image */
#header {
	width: 996px;
	height: 180px;
	/*background: #458023 url(../images/header.jpg) top left no-repeat;*/
	position: relative;
	background-image: url(images/77a130.jpg);
}

/* the big title text in the header */
	#header h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 30px;
		font-weight: 100;
		letter-spacing: -1px;
		color: #FFF;
		position: absolute;
		top: 60px;
		left: 20px;
	}

/* the core contains all the site contents */
#core {
	width: 996px;
	height: auto;
	margin-top: 10px;
	background: #FFF url(../images/coreback.gif) top left repeat-y;	
}

/* the coreleft contains the left part of the core */
#coreleft {
	width: 140px;
	height: auto;
	float: left;
	padding-bottom: 25px;
}

/* the links in coreleft are another unordered list */
	#coreleft ul {
	}
	#coreleft li {
	display: block;
	height: auto;
	margin: 0px;
	list-style-image: none;
	}
	
	#coreleft a {
	height: auto;
	width: auto;
	color: #325d19;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 0;
	background-image: none;
	background-repeat: no-repeat;
	vertical-align: middle;
	white-space: normal;
	}

	#coreleft a:hover {
	color: #FFFFFF;
	background-image: none;
	}
		
	#coreleft h3 {
	padding: 5px 4px 5px 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	font-weight: bold;
	background-attachment: fixed;
	}
	
	#coreleft p {
	margin-top: 0px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 0px;
	height: auto;
	width: 110px;
	background-image: url(../../Mis%20p%C3%A1ginas%20Webs/Web%20Focolares%20Alujucer/images/encima_btn.jpg);
	}
	

/* the corecenter contains the center part of the core */
#corecenter {
	width: 856px;
	height: auto;
	float: right;
}

	#corecenter h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
	line-height: 24px;
	}
	#corecenter p {
	line-height: 20px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	
	#corecenter ul {
		padding: 20px;
		width: auto;
	}
	#corecenter li {
		list-style: none;
		line-height: 20px;
		border-bottom: 1px solid #DDD;
	}
	#corecenter li a {
		text-decoration: none;
		color: #a6c384;
		display: block;
		height: auto;
		padding: 4px;
	}
	#corecenter li a:hover {
		background: #a6c384;
		color: #000;
	}
	
/* corecentro para el cuerpo de la web */
	#corecentro {
	width: 850px;
	height: auto;
	float: right;
}

	

/* the footer contains all copyright info etcetera */
#footer {
	clear: both;
	width: 996px;
	height: 30px;
	background: #458023;
	line-height: 30px;
	vertical-align: middle;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	#footer p {
		color: #FFF;
		padding-right: 20px;
	}
	#footer a {
		color: #FFF;
	}
#menunav {
	margin: 0;
	padding:0;
	width: 136px;
	}
#menunav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image:  url(../images/desplegable/debajo_btn.jpg);
	/* background-repeat: repeat-x; */
	border-bottom: 1px solid #325d19;
	background-color: #62A439;
	width: 140px;
}
#menunav ul {
	border-top: 1px solid #eeeeee;
	margin: 0;
	padding: 0;
	z-index: 10000;
}
#menunav ul li {
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #333333;
}
#menunav a {
	display: block;
	text-decoration: none;
	background-color: transparent;
	padding: 4px 0px 4px 4px;
	color: #ffffff;
	border-top: 1px solid #325d19;
	border-right: 1px solid #325d19;
	border-bottom: 0;
	border-left: 3px solid #325d19;
	line-height:1;
	width: 132px;
}
/*controla la botonera */
#menunav a:hover, #menunav a:active, #menunav a:focus,
#menunav .menuon, #menunav .menuon:hover, 
#menunav .menuon:active {
	color: #333333;
	background-color: #A4DB80;
	letter-spacing: 0.01px;
	border-top: 1px solid #325d19;
	border-right: 1px solid #325d19;
	border-left: 3px solid #325d19;
	background-image:  url(../images/desplegable/encima_btn.jpg);
	background-repeat: repeat-x;
}
#menunav .menumark, #menunav .menumark:hover {
	font-weight: bold;
}

/*Controlan los links y la imagen de flecha */
/*the normal trigger link */
#menunav .menutrg, #menunav .menutrg:hover, #menunav .menutrg:active {
	background-image:  url(../images/desplegable/flecha.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
#menunav .menutrg:hover {
	background-position: right center;
	background-image:  url(../images/desplegable/encima_btn.jpg);
	background-repeat:  repeat-x;
}
/*controla el desplazamiento y alcance de los submenus */
#menunav .menuhide {
	left: -9000px;
	border: 0;
}
#menunav .menushow {
	left: auto;
	z-index: 20000;
}

.parrafo_norm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: #000000;
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 10px;
	font-weight: normal;
	text-decoration: none;
}
.parrafo_norm_centrado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	font-weight: normal;
	text-decoration: none;
}

.parrafo_norm12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #000000;
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 10px;
	font-weight: normal;
	text-decoration: none;
}

.parrafo_norm_negrita {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: #000000;
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 10px;
	text-decoration: none;
	font-weight: bold;
}
.parrafo_norm_negrita_top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: #000000;
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 0px;
	text-decoration: none;
	font-weight: bold;
}
.negrita_peque {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #000000;
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 10px;
	text-decoration: none;
	font-weight: bold;
}
.negrita_peque_top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #000000;
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 0px;
	text-decoration: none;
	font-weight: bold;
}
.parrafo_norm_negrita_firma_12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #000000;
	padding-right: 0px;
	padding-left: 600px;
	padding-top: 0px;
	text-decoration: none;
	font-weight: bold;
}
.parrafo_norm_negrita_firma {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: #000000;
	padding-right: 0px;
	padding-left: 600px;
	padding-top: 0px;
	text-decoration: none;
	font-weight: bold;
}

.parrafo_top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: #000000;
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 1px;
	text-decoration: none;
	font-weight: normal;
}
.parrafo_top_centrado {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: #000;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	text-decoration: none;
	font-weight: normal;
}

.parrafo_top_centrado_azul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	color: #009;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 1px;
	text-decoration: none;
	font-weight: normal;
}

.parrafo_top12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #000000;
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 1px;
	text-decoration: none;
	font-weight: normal;
}

.titulo  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #325d19;
	padding-left: 5px;
	padding-right: 10px;
	vertical-align: text-top;
}
.titulo_subrayado {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #325d19;
	text-decoration: underline;
	padding-left: 5px;
}
.subtitulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CC6600;
	padding-top: 5px;
	padding-left: 5px;
}
.subtitulo_Palabra_Vida {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #CC6600;
	padding-top: 10px;
	padding-left: 5px;
}

.Estilo1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #325d19;
}
.Estilo2 {
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #325d19;
	font-weight: bold;
}


.Estilo3 {
	font-size: 11px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #325d19;
}
.Estilo4 {
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC6600;
}
.Estilo5 {
	font-size: 5px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #325d19;
}
.Estilo6 {
	font-size: 12px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #325d19;
	line-height: 12px;
}


.Estilo_enlaces  {
	font-size: 16px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #325d19;
}

.Estilo_titulo_cartel_coreleft {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #325d19;
}
.Romano_Prodi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	padding-right: 0px;
	padding-left: 5px;
	padding-top: 10px;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	line-height: 10px;
}
.imgborde {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #8C2E40;
	border-right-color: #8C2E40;
	border-bottom-color: #8C2E40;
	border-left-color: #8C2E40;
}
