.margen {
	margin: 0px 0px 20px 0px;
}

.nomargen {
	margin: 0px;
}

.justificado {
	text-align: justify;
}

.centrado {
	text-align: center;
}

.izquierda {
	text-align: left;
}

.derecha {
	text-align: right;
}

.error {
	text-align: center;
	color: #CC0000;
	margin: 20px 0px;
}

.notice {
	text-align: center;
	color: #003f7f;
	border: 2px solid #003f7f;
	
	margin: 0px 75px 20px 75px;
}

.indentado {
	margin-left: 20px;
}

.negrita {
	font-weight: bold;
}

.pequenyo {
	font-size: 12px;
}