/*----------------- GENERALES ---------------------*/
table {font-size:0.8rem;}
.cursor {cursor:pointer}

/*------------ CSS TEXTOS -------------------------*/
.upper {text-transform:uppercase;}
.minitipo {font-size:0.8rem !important}

/* ----------------- LOGIN -----------------------*/
.fondologin {background:url('../images/fondo.jpg') no-repeat;background-position: center center;background-repeat: no-repeat;background-attachment: fixed;background-size: cover;background-color:#a2b4cf}

/*-------------- SPECIAL BACKGROUNDS -----------------------*/
.bg-cream {background-color:#fff3cd}
.bg-default {background-color:#c5c5c5 !important;color:#000 !important}
.bg-slate {background-color:#bed1da !important;color:#000 !important}
.bg-violet {background-color:#b760e8 !important;color:#fff !important}
.bg-brown {background-color:#c9bab5 !important;color:#000 !important}
.bg-pink {background-color:#fbdbe6 !important;color:#000 !important}
.bg-indigo {background-color:#d2d6f3 !important;color:#000 !important}
.bg-teal {background-color:#b2cdca !important;color:#000 !important}
.bg-black {background-color:#353433 !important;color:#fff !important}

/*--------------- WIDTH -------------------------------------*/
.w-5 {width: 5% !important; }
.w-8 {width: 8% !important; }
.w-10 {width: 10% !important; }
.w-12 {width: 12% !important; }
.w-15 {width: 15% !important; }
.w-20 {width: 20% !important; }
.w-30 {width: 30% !important; }
.w-35 {width: 35% !important; }
.w-40 {width: 40% !important; }
.w-45 {width: 45% !important; }


