#container {
	width: 475px;
	margin:0;
	float: right;
		}
#cont {
	width: 475px;
	margin:0;
		}

			#top_container {
				width:475px;
				height:130px;
			}

			#bottom_container {
				clear:both;
				width:475px;
				float:right;
			}

			h1 span {
				color:#fff;
				font-size:20px;
				font-weight:normal;
				margin:5px 5px 5px 0;
				text-align:left;
			}

		.description {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	padding: 5px 0 15px 0;
	font-weight: normal;
		}	

		pre {
		  	font-size: 11px;
		  	padding: 10px;
		  	background: #000000;
		  	overflow: auto;
			margin: 10px 0 10px 0;
		}

		code {
		  	color: #ffffff;
		  	background: #000000;
		  	font-family: Monaco, Courier, monotype;
		}
			
		/*
			Vertical Accordions
		*/
		
		.accordion_toggle {
	display: block;
	height: 67px;
	width: 475px;
	color: #FFF;
	font-weight: normal;
	outline: none;
	font-size: 12px;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0;
	background: #3a299e;
	border-top: 15px solid #fff;
		}
		
		.accordion_toggle_active {
	color: #ffffff;
	background: #5ea614;
		}
		
						.accNombre {
	font-size: 20px;
	padding-left: 4px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 0px;
	}
		#accFoto{
	width:95px;
	height:67px;
	float: left;		
		}
		#accNombre {
	width:305px;
	float: left;
	font-size: 20px;
	padding-top: 47px;
	padding-left: 5px;
	font-weight: bold;
		}
		.accNumero {
	float: left;
	color: #FFF;
	font-size: 60px;
	font-weight: bold;
	font-family: Lucida, Helvetica;
	text-align: right;
	filter: alpha(opacity=20);
	opacity: 0.2;
-moz-opacity:0.2;
	padding-top: 30px;
	height: 30px;
		}

		
	.accordion_content {
	width:475px;
	overflow:hidden;
	display:block;
	background:url(../img/bg-acc-conten.jpg);
		}
			
			.accordion_content h2 {
				/*margin: 15px 0 5px 10px;*/
				color: #09F;
			}
			
			.accordion_content p {
				line-height: 150%;
				/*padding: 5px 10px 15px 10px;*/
			}
			
		/*
			Horizontal Accordion
		*/
		
		.horizontal_accordion_toggle {
			/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */

			display: block;
			height: 100px;
			width: 30px;
			background: url(../images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
			color: #ffffff;
			text-decoration: none;
			outline: none;
			border-right: 1px solid #cde99f;
			cursor: pointer;
			margin: 0;
		}
		
		.horizontal_accordion_toggle_active {
			background: url(../images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
			border-right: 1px solid #f68263;
		}
		
		.horizontal_accordion_content {
			/* REQUIRED */
			height: 100px;	/* We need to define a height for the accordion as it stretches the width */
			float: left;	/* This make sure it stays horizontal */
			/* REQUIRED */
			
			overflow: hidden;
			background-color: #ffffff;
			color: #444444;
		}
			
			.horizontal_accordion_content p {
				width: 475px;
				line-height: 150%;
				padding: 5px 10px 15px 10px;
			}
