/*Overall CSS for each Horizontal Accordion.
	Most settings should be kept as it.
	Customize each Accordion by styling each Accordion's ID attribute instead.
*/

.centro
	{
	width: 800px;
	position: relative;
	margin-top: 150px;
	margin-left: 370px;
	margin-right: auto;
	text-align:center;
	height:260px;
	}
	
.botton {
	position: relative;
	margin-top:7px;
	font-family:"Trebuchet MS";
	font-size:10px;
	font-weight:bold;
	text-align:center;
	color:#1f1a17;
	width: 570px;
	}

.haccordion{
padding: 0;
}

.haccordion ul{
margin: 0;
padding: 0;
list-style: none;
overflow: hidden; /*leave as is*/
}


.haccordion li{
margin: 0;
padding: 0;
display: block; /*leave as is*/
width: 100%; /*For users with JS disabled: Width of each content*/
height: 250px; /*For users with JS disabled: Height of each content*/
overflow: hidden; /*leave as is*/
float: left; /*leave as is*/
}

.haccordion li .hpanel{
width: 100%; /*For users with JS disabled: Width of each content*/
height: 250px;  /*For users with JS disabled: Height of each content*/
}