.accordion {
	width: 870px;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	padding: 7px 12px;
	margin: 0;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 100%;
	font-weight: normal;
	background-color: #EBF3FA;
	background-image: url(../img/arrow-square.gif);
	background-repeat: no-repeat;
	background-position: right -51px;
}
.accordion h3:hover {
	background-color: #EBF3FA;
	font-size: 14px;
	color: #333333;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}

#libreta{
	background-image: url(../../../../Desktop/Sin-ti%CC%81tulo-1.jpg);
}
