@charset "utf-8";
/*
-----------------------------------------------
Colors
----------------------------------------------- */


/*Rojos:*/

body .rojo-1 {background-color:#CC0000;}
body .rojo-2 {background-color:#990000;}
body .rojo-3 {background-color:#7A0000;}
body .rojo-3 {background-color:#510101;}


/*Grises:*/
body .gris-0 {background-color:#F8F8F8;}
body .gris-1 {background-color:#EBEBEB;}
body .gris-2 {background-color:#CCCCCC;}
body .gris-3 {background-color:#999999;}
body .gris-4 {background-color:#5F5F5F;}
body .gris-5 {background-color:#4C4C4C;}
body .gris-footer {background-color:#3B3A3A;}
body .gris-6 {background-color:#333333;}
body .gris-7 {background-color:#2D2D2D;}
body .gris-8 {background-color:#111111;}
body .gris-9 {background-color:#0E0E0E;}
body .gris-10 {background-color:#000000;}

