/* example_1 css */
#item_descripcion {
	position: absolute; /* important */
	overflow: hidden; /* important */
	width: 100%; /* important */
	height: 20px; /* important */
	
	z-index:30;
	left: 0px;
	top: 235px;

	background:url(../images/resto_banda.png);

}

#item_descripcion p{

	#position: absolute;  
	#top: 0px;
	vertical-align:bottom;
	padding-left: 10px;
	padding-right: 30px;
	text-align:right;
	font-weight:bold;
}


/* example_6 css */
#example_6 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width: 750px; /* important */
	height: 271px; /* important */
	margin: 0;
	background: #fff;
	left: 0px;
}

#example_6_content {
	position: absolute;
	top: 0px;
	margin-left: 0;
}

#example_6_content
#example_6_content li {
	list-style: none;
	margin: 0;
	padding: 0;
}
	#example_6_content {
		width: 6750px; /*cambiar este valor si cambian el tamanio de las imagenes hacer width x 9.*/
	}
	#container_bd #example_6 ul li {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		border: none;
	}


#container_bd #example_6 ul li img {
	display: block;
}

#botonerita {
	position:absolute;
	width:230px;
	height:52px;
	z-index:1;
	left: 500px;
	top: 185px;
}

.thumb{
	border: 1px solid #9cf;
	padding: 2px;
}
.thumb:hover {border: 1px solid #369;}


.accordion_toggler {
	padding: 5px;
	background: #369;
	border-top: 1px solid #69c;
	border-left: 1px solid #69c;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
	color: #fff;
	cursor: pointer;
}

.accordion_content {
	background: #fff;
}



/* example_2 css */
#descripciones {
	position: absolute; /* important */
	overflow: hidden; /* important */
	width: 740px; /* important */
	height: 15px; /* important */
	background:url(../images/barrita35.png);
	text-align:right;
	top:235px;
}

#descripcion_content {
	position: absolute;
	top: 0;
	left: 380px;


	font-weight:bold;
}

#descripciones a {
	display: block;
	padding: 0 5px;
	text-decoration: none;
}
#descripciones a:hover {text-decoration:none;color:#000000;}
#descripciones a:visited {color:#000000;}
#descripciones a:link {color:#000000;}
#descripciones a:active {color:#000000;}
			
