/* CSS Document */

/*------	Vertical Accordions -----*/
#top_container {
				width: 580px;
				height: 130px;
				margin: 10px auto 10px auto;
}
* html #top_container {
	width: 570px;
	}
#bottom_container {
				clear: both;
				width: 580px;
			}
* html #bottom_container {
	width: 570px;
	}			
.accordion_toggle {
	display: block;
	height: 24px;
	width: 585px;
	line-height: 24px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #A5A5A1;
	cursor: pointer;
	margin: 0;
	background-color: #F1F1E9;
	background-image: url(../club/_img/flechita_close.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
		}
* html .accordion_toggle {
	width: 570px;
	}	
.accordion_toggle_active {
	color: #ffffff;
	border-bottom: 1px solid #F1F1E9;
	background-color: #4ea443;
	background-image: url(../club/_img/flechita_open.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
		}
.accordion_content {
			background-color: #ffffff;
			color: #444444;
			overflow: hidden;
		}
.accordion_content h2 {
				margin: 15px 0 5px 8px;
			}
.accordion_content h3 {
				margin: 15px 0 5px 8px;
			}
.accordion_content p {
				line-height: 150%;
				font-size: 12px;
				padding: 0px 10px 10px 10px;
			}
.accordion_toggle .titaccordion {
	background-image: url(../club/_img/quadrifoglia_verde.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	padding-left: 25px;
	background-position: 0px 3px;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 2px;
}

.accordion_toggle_active .titaccordion {
	background-image: url(../club/_img/quadrifoglia_blanco.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	padding-left: 25px;
	background-position: 0px 3px;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 2px;
}

.accordion_toggle_active span.rojo {
color:#FFFFFF;
}

.accordion_content ul {
	font-size: 12px;
	list-style-type: circle;
}

.accordion_content ul li{
	margin-bottom: 10px;
	line-height: 16px;

}

