#document{
	background:none !important;
}
		/* Header . Botones para la parte de arriba */
		#header{
			text-align:right;
			float:right;
			width:555px;
			background:url(../images/header_content_bg.jpg) repeat-y;
			height:60px;
			border-bottom:1px solid #900;
			padding-top:40px;
		}
		
			.fecha{
				margin-right:15px;
			}
			#navBackbar{
				list-style:none;
				margin:0;
				padding:0;
			}
			#navBackbar li{
				display:inline;
				border-left:1px solid #900;
				padding:0 10px;
			}
			#navBackbar li a{
				color:#900;
				font-size:1.2em;
			}
		#rightside{
			background:url(../images/jpa_asset/index_r4_c2_3.jpg) repeat-y;
		}
			#textsBox{
				background:url(../images/content_background.jpg) left top no-repeat;
				padding:10px;
				font-size:1.1em;
				width:530px;
				min-height: 620px;
			}
			#textsBox h2{
				background:url(../images/title_bullet1.jpg) left center no-repeat;
				margin-top:15px;
				padding-left:25px;
				color:#900;
				font-size:1.7em;
			}
			#textsBox h3{
				font-size:1.2em;
				margin:5px;
				color:#900;
			}
			#textsBox a{
				color:#990;
			}
				#textsBox a:hover{
					color:#900;
					text-decoration:none;
				}
			#textsBoxBtm{
				height:25px;
				background:url(../images/jpa_asset/index_r4_c2_2.jpg) no-repeat;
			}

	/* Content / Presentation */
	#footer{
		background:url(../images/jpa_asset/index_r4_c2_1.jpg) no-repeat !important;
	}
/* Alungas clases */

			.imgBordered{
				width:100%;
			}
				.imgBordered img{
					border:1px solid #ccc;
					background-color:#999;
				}
		.imgFloated{
			margin-bottom:5px;
			margin-right:5px;
			float:left;
			border:1px solid #ccc;
		}