.texto {
	text-align: justify;
}
.textoLuis {
	font-style: italic;
	font-weight: normal;
	text-align: justify;
}
.titulo {
	font-size: 15px;
	font-weight: bold;
	color: #003300;
}
.texto-estribillo {
	font-weight: bold;
	text-align: left;
	margin-left: 15px;
}
.texto-super {
	font-size: 14px;
	color: #666666;
}
.titulo-super {
	font-size: 24px;
	color: #666666;
	text-align: center;
}
.textoCentrado {
	text-align: center;
}
.textoCentradoNegrita {
	font-weight: bold;
	color: #003300;
	text-align: center;
}
.titulopeque {
	font-size: 12px;
	font-weight: bold;
	color: #003300;
}
.titulopequebl {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.titulosAsociacion {
	font-size: 15px;
	font-weight: bold;
	color: #990000;
}
.listas {
	text-align: justify;
	display: block;
	list-style-position: outside;
	list-style-type: circle;
}
.titulopequeAsociacion {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}
.listados {
	list-style-position: outside;
	list-style-type: circle;
	list-style-image: none;
}

.marcoTablas {
	border: 2px dotted #003300;
}
.tituloDiario {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#003300;
}

input {
	border: 1px solid #003300;
}	

textarea {
	border: 1px solid #003300;
}
