@charset "UTF-8";

#basic-accordian{
	border:0px;
	padding:0px;
	width:168px;
	left:50%;
	top:50%;
	z-index:2;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, Arial;
	font-size: 11px;
	text-decoration: none;
	background-color: #99CC00;
}

.accordion_headings{
	padding:5px;
	background:#00CCFF;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, Arial;
	font-size: 11px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.txt_botons_ac{
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, Arial;
	font-size: 11px;
	text-decoration: none;
}

.accordion_headings:hover{
	background:#99CC00;
	text-decoration: none;
}

.accordion_child{
	padding:0px;
	background:#EEE;
}

.header_highlight{
	background:#99CC00;
	text-decoration: none;
}

.menu_rollout{
	padding: 3px 3px 3px 15px;
	background-color: #F0F0F0;
	border-top: 1px solid #cccccc;
}
.menu_rollover{
	padding: 3px 3px 3px 15px;
	background-color: #D2D2D2;
	border-top: 1px solid #cccccc;
}

.txt_menu{
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.menu_etiquetes {
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, Arial;
	font-size: 11px;
	color: #333333;
	margin: 0px;
	font-weight: normal;
	text-align: left;
}
.menu_color {
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif, Arial;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0px;
}
