/* Scroll de noticias */

/* the news box when JavaScript is available */
#news{
	height:150px;
	overflow:auto;
	padding-right:2px;
}
#news strong{
	font-size:1.1em;
}
#news ul{
	list-style:none;
	padding:0;
	margin:0;
	}
#news.hasJS
{
	height:135px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:120px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}
/* Fin scroll */

		#header ul{
			list-style:none;
			margin:0;
			padding:0;
		}
			#header ul li{
				float:left;		
				padding:0;	
				height:96px;
			}
			#header ul li a{
				display:block;
				height:96px;
			}
			#header ul li a span{
				display:none;
			}
			/* Menu options */
			#misionerosb a{
				background:url(../images/misioneros_btn.jpg) no-repeat;
				width:81px;
			}
				#misionerosb a:hover{
					background-image:url(../images/misioneros_btn_h.jpg);
				}
			#museob a{
				background:url(../images/museo_btn.jpg) no-repeat;
				width:96px;
			}
				#museob a:hover{
					background-image:url(../images/museo_btn_h.jpg);;
				}
			#formacionb a{
				background:url(../images/formacion_btn.jpg) no-repeat;
				width:96px;
			}
				#formacionb a:hover{
					background-image:url(../images/formacion_btn_h.jpg);
				}
			#bibliotecab a{
				background:url(../images/biblioteca_btn.jpg) no-repeat;
				width:96px;
			}
				#bibliotecab a:hover{
					background-image:url(../images/biblioteca_btn_h.jpg);
				}
			#publicaciones a{
				background:url(../images/publicaciones_btn.jpg) no-repeat;
				width:96px;
			}
				#publicaciones a:hover{
					background-image:url(../images/publicaciones_btn_h.jpg);
				}
			#campaniasb a{
				background:url(../images/campanias_btn.jpg) no-repeat;
				width:90px;
			}
				#campaniasb a:hover{
					background-image:url(../images/campanias_btn_h.jpg);
				}
		/* Content / Presentation */
	#presentationb{
	color:#FC0;
	height:180px;
	clear:both;
	background-color: #000000;
	}
		#presentationb p{
			font-size:1.4em;
			width:196px;
			margin:0;
			padding:15px;
			line-height: 18px;
			letter-spacing: 1px;
		}
	#introtext{
		margin:10px;
		width:350px;
	}
		#introtext h2{
			color:#900;
			font-size:1.7em;
		}
	#newsb{
		width:339px;
		height:202px;
		background:url(../images/box_normal_index.jpg) repeat-x;
		padding-top:15px;
		padding-left:20px;
		padding-right:10px;
	}
		#newsb h3{
			font-size:1.5em;
			color:#900;
		}
		#newsb a{
			color:#000;
		}
		#newsb a:hover{
			border-bottom:0;
			text-decoration:none;
		}
	#rightbar{
		float:right;
		width:160px;
		display:none;
	}
	#boxLink{
		width:160px;
		background:#C1BEAE url(../images/box_link_bg.jpg) bottom repeat-x;
	}
	#newsletterb{
		background:url(../images/jpa_asset/index_r2_c2.jpg) no-repeat !important;
	}
	#rigthContextSide{
		float:right;
		width:160px;
		margin-top:15px;
		margin-right:5px;
	}
		.rcsPanel{
			width:160px;
			background-color:#C1BEAE;
		}
			.rcsPanTop{
				height:17px;
				background:url(../images/box_rcsPanel_r1_c1.jpg) no-repeat;
			}
			.rcsPanMid{
				padding:5px;
				background:url(../images/box_rcsPanel_r4_c1.jpg) bottom no-repeat;
				min-height:137px;
			}
			.rcsPanMid p{
				margin:0;
			}
			.rcsPanBottm{
				background:url(../images/box_rcsPanel_r6_c1.jpg) no-repeat;
				height:17px;
			}
