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

.titulo2 {
	font-size: 12px;
	font-weight:normal;
	color: #025491;
	cursor: pointer;
	font-family:"Trebuchet MS";
	border-top-color:#B2B2B2;
	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: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	margin-right: 0;
	margin-left: 0;
}
.subtitular {
	color: #15568A;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial;
	margin: 0px;
	font-size: 12px;
}
.abajo {
	margin: 0;
	color: #777;
	font-family:"Trebuchet MS";
	font-size:2px;
	border-top-color:#005B98;
	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:#005B98;
	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:#0376CB;

}

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

