 .acordeon {
	margin-top: 0px;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1D7A8B;
	padding-bottom: 10px;
}

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

.abajo {
	margin: 0;
	color: #777;
	font-family:"Trebuchet MS";
	font-size:2px;
	border-top-color:#CCCCCC;
	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: 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: #990000; 

}

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

