#accordion {
	margin:0px 0px;
	float:left;
	width:940px;
}
h3.toggler {
	cursor: pointer;
	font-family: 'Andale Mono', sans-serif;
	font-size: 12px;
	background: #999999;
	color:#FFFFFF;
	background-image:url(images/flecha-ac.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 30px;
	height:20px;
	width:910px;
	float:left;	
}
h3.toggler:hover{
	background-image:url(images/flecha-ac2.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	background-color:#333333;
	color:#FFFFFF;
}
h3.toggler:visited {
	background-image:url(images/flecha-ac2.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	background-color:#333333;
	color:#FFFFFF;
	}

#columna-acordeon1 {
	width:300px;
	float:left;
	padding-bottom:15px;
	margin-bottom:15px;
}
#columna-acordeon1 ul li{
	display:block;
	width:290px;
	float:left;
	clear:both;
	font-size:12px;
	font-weight:bold;
	list-style:circle;
	color:#000000;
	list-style-position:inside;
	padding-left:15px;
}
#columna-acordeon2 {
	width:600px;
	float:left;
	margin-bottom:15px;
	padding-bottom:15px;
}
#columna-acordeon2 ul li{
	display:block;
	width:590px;
	float:left;
	clear:both;
	font-size:12px;
	font-weight:bold;
	list-style:circle;
	color:#000000;
	list-style-position:inside;
	padding-left:15px;
}
#columna-acordeon2 h4 { float:left;}
.resaltadov { color:#99cc00; font-size:18px; float:left;}
.resaltadoz { color:#99cc00; font:12px; float:left;}











div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
}
