.text-celeste {
	color: #36b0c9;
}

a.text-celeste:hover {
	color: #007481;
} 

.bg-celeste {
	background-color: #36b0c9;

}

.bg-naranja {
	background-color: #003a5d;
	
}

.bg-blanco {
	background-color: rgba(255, 255, 255, 1) !important;
	
}

.bg-none {
	background: none !important;
}

.toolbar {
	background: none !important;
}
