.accordionButton {
	width: 940px;
	float: left;
	_float: none;  /* Float works in all browsers but IE6 */
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-bottom: 10px;
	color: #C01C20;
	font-weight: normal;
	padding-left: 15px;
	background-color: #CCC;
	}
	
.accordionContent {
	width: 890px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	margin-bottom: 10px;
	padding-left: 40px;

	}
.accordionContent a:hover {
	width: 940px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	}
	

.on {
	background-color: #C01C20;
	color: #FFF;
	}
	
.over {
	border-bottom-width: 1px;
	border-bottom-stle: solid;
	border-bottom-color: #C01C20;
	background-image: url("../images/flecha-acordeon.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	}
