.titulos {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #300;
	text-align: center;
	list-style-type: none;
}
.integrantes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	list-style-type: none;
}
.integrantesDerecha {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	list-style-type: none;
	text-align: left;
	float: right;
	width: 170px;
}
.integrantesIzquierda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	list-style-type: none;
	text-align: right;
	float: left;
	width: 170px;
}
