/* ==========================================================================
   Color
   ========================================================================== */

.gul { background-color: #EFE6AF !important; }
.orange { background-color: #EBD47B !important; }
.rosa { background-color: #EDC2C9 !important; }
.gron { background-color: #D1D2A8 !important; }
.bla { background-color: #C8D0DC !important; }
.rod { background-color: #971F1E !important; }

.gul, .orange, .rosa, .gron, .bla, .rod,
.gul a, .orange a, .rosa a, .gron a, .bla a, .rod a {
	color: #444;
}

.light,
.light a {
	color: #fff !important;
}


.gul-light {
	background-color: rgb(239,230,175) !important;
}
.gul-lighter {
	background-color: rgb(247,242,215) !important;
}