

/* Dirty Reset */
ul, ul li {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

a, a:link, a:active, a:visited, a:active {
	border: none;
	outline: none;
	color: white;
	text-decoration: none;
}
img{
	
	border:0px;
}
p { font-size: 14px; line-height: 20px; }
/*EL TAMAÑO DE LA IMAGEN SE CAMBIA MANUAL*/
/* TAMAÑO CONTENEDOR */
#container {
	display: block;
	width: 990px;
	margin-top:0px;
	
	
}

/* TAMAÑO CONTENEDOR */ 
#billy_clip { 
	width: 990px; 

	overflow: hidden;
	height: 290px;

}
/* TAMAÑO CONTENEDOR */
ul#billy_scroller {
	width: 9999px;
	height: 200px;
	display: block;
	float: left;
	position: relative;
	
	
}
/* TAMAÑO CONTENEDOR */	
	ul#billy_scroller li {
		width: 990px;
		height: 200px;
		float: left;
		display: block;  
		
	}
	
.subtle {
	display: block;
	float: right;
	color: #878793;
	font-size: 11px;
	padding: 20px 0;
}


/* Indicators */
ul#billy_indicators {
	width: auto;
	margin: -20px 0 0 0;
	float: right;
	display: block;
	z-index: 90;
	
	margin-right:450px;
}

	ul#billy_indicators li {
		display: block;
		width: 9px;
		height: 9px;
		float: left;
		margin: 0 5px 0 0;
		background-color: #093;
		
		
	}
		
		ul#billy_indicators li a {
			display: block;
			width: 11px;
			height: 11px;
			background: #093;
			opacity: 0.8;
			
		 border-radius:6px
			
			
		}	

		ul#billy_indicators li.active a { background-color:#999;  height:1px; width:11px; border-radius:6px }
		ul#billy_indicators li a:hover { opacity: 0.6; background-color:#999;}
			ul#billy_indicators li.active a:hover { opacity: 1;  }
		
/* Controls */
#clicker {
	display: block;
	float: left;
	margin: 20px 0 0 0;
}

	#clicker a {
		background: transparent;
		border: 1px solid white;
		font-size: 12px;
		color: white;
		padding: 5px 10px 4px;
		margin: 0;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 50px;
		-ms-border-radius: 50px;
	}
	
		#clicker a:hover {
			color: #252529;
			background: white;
		}
		

/* Tabber */
ul#tabber {
	width: 9999px;
	height: 400px;
	display: block;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}
	
	ul#tabber li {
		width: 900px;
		height: 400px;
		float: left;
		display: block;
	}
	
/* Tabs */
#tabber_clip { 
	width: 900px; 
	position: relative; /* For IE */
	overflow: hidden;
	height: 400px;
	z-index:101;
	border-top: 1px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	border-left: 1px solid white;
	float: left;
}


ul#tabber_tabs {
	display: block;
	float: left;
	width: 900px;
	padding: 0;
	margin: 10px 0 0 0;
	float: left;
}

	ul#tabber_tabs li {
		display: block;
		float: left;
		margin: 0 10px 0 0;
	}
		
		ul#tabber_tabs li a {
			padding: 5px 6px 6px;
			display: block;
			font-size: 13px;
			border-top: 1px solid white;
			border-right: 2px solid white;
			border-bottom: none;
			border-left: 1px solid white;
			-moz-border-radius-topleft: 4px;
			-webkit-border-top-left-radius: 4px;
			-moz-border-radius-topright: 4px;
			-webkit-border-top-right-radius: 4px;
			
			-o-border-radius-topleft: 4px;
			-ms-border-top-left-radius: 4px;
			-o-border-radius-topright: 4px;
			-ms-border-top-right-radius: 4px;
		}
		
			ul#tabber_tabs li.active a {
				background: white;
				color: #252529;
			}

.codetab {
	padding: 10px;
	width: 880px;
	height: 380px;
	background: #646391;
	font-size: 0.9em;
	overflow: auto;
	display: block;
	float: left;
}