/* YOUR CUSTOM STYLES */

.header-top {
    background: #f4f4f4 !important; /*el color es el que definio Nicolas*/
}
header .container{
    background-color:#f4f4f4 !important;
}
footer#main-footer{
    background-color: #f4f4f4 !important;
} 

/*colores para tema clarito*/
.top-user-area .top-user-area-list > li > a {
  color: #565656;
}
.top-user-area .top-user-area-list > li:after {
  background: rgba(86, 86, 86, 0.3);
}
footer#main-footer a,
footer#main-footer h1,
footer#main-footer h2,
footer#main-footer h3,
footer#main-footer h4,
footer#main-footer h5 {
  color: #565656;
}
footer#main-footer {
  color: #565656;
}
footer#main-footer .form-control {
  background: #fff;
  border-color: #d9d9d9;
  color: #565656;
}
.gradientBackground {
    background: #f4f4f4;
    background-image: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
}