/* Classis color scheme - blue for header and links, green for buttons
--------------------------------------------------------- */

/* BODY DEFAULTS
--------------------------------------------------------- */
a { color: #eee;  }   /* casi blanco */
input[type=submit], input[type=button], button, .button { background-color: #1cae5d; }  /* green */

/* HEADER
--------------------------------------------------------- */
#header, #content-header { /*background-color: #BB0467; */ }   /* burdeos */
#content-header h1 { background: #BB0467; }   /* burdeos */
#header nav ul.sub-menu li a:hover { color: #FEDAEE; }  /* light burdeos */

/* CONTENT
--------------------------------------------------------- */
#content .pricing th.heading { background-color: #BB0467; } /* orange */
content .pricing table.highlighted th.heading { background-color: #550731; } /* dark burdeos */
ul.tags li a.active { background: #95B83F; border-color: #1cae5d; }  /* green */
#menu-portfolio-items ul.tags li a.active { background: #1cae5d; }  /* green */
