/* Add here all your CSS customizations */
.legend {
	color: #f60;
}

.form-group label {
	color: black;
}

.titulo {
	color: #09f;
}

.requerido {
	color: red;
	font-weight: bold;
}

.colorNegro {
	color: black;
}

.colorNaranja {
	color: #f60;
}

@media (min-width: 100px) and (max-width: 648px) {
	.imagenHome {
		width: 100%;
	}

	.panel1 {
		display: none;
	}

	.acceder1 {
		display: inline-block !important;
	}

	.acceder2 {
		display: none !important;
	}
}

@media (min-width: 100px) and (max-width: 1000px) {
	.boton-buscar {
		margin-top: 15px !important;
	}
}