 .acordeon {
	margin-top: 0px;
	width: 100%;
}

.titulo {
	margin: 0;
	font-size: 13px;
	font-weight:bold;
	color: #1D7A8B;
	cursor: pointer;
	font-family:"Trebuchet MS";
	border-bottom-width: thin;
	border-bottom-style: dashed;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-color: #CCCCCC;
}

.abajo {
	margin: 0;
	color: #777;
	font-family:"Trebuchet MS";
	font-size:2px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.arriba {
	margin: 0;
	color: #777;
	font-family:"Trebuchet MS";
	font-size:2px;
	border-top-color:#666666;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.seleccionado {
border-bottom:medium;
color:#1D7A8B;

}

.contenido {
	font-family:"Trebuchet MS";
	font-size:12px;
	text-align: justify;
	
}
