#accordion {

}
#accordion img {
	border: 2px solid #FF5119;
}

#accordion a {
	color: #FE510F;
	text-decoration: none;
}
#accordion a:hover {
	color: #990000;
	text-decoration: none;
}


.fecha {
	font-size: 9px;
	color: #666666;
	text-align: right;
}


h3.toggler {
	cursor: pointer;
	border-bottom-color: #CFCFCF;
	color: #333333;
	font-weight: bold;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
h3.toggler:hover {
	color: #000000;
	background-color: #F7F7F7;
}


div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}
div.element {
	padding-bottom: 30px;
}
