
/* Cabecera principal */
#header {
    background-color: #9F2241 !important;
    color: #ffffff;
}
#branding h1, #branding h1 a:link, #branding h1 a:visited {
    color: #ffffff;
}
/* Barra secundaria (Breadcrumbs) */
div.breadcrumbs {
    background-color: #7A1A32 !important;
    color: #ffffff;
}
div.breadcrumbs a {
    color: #f0f0f0 !important;
}
/* Títulos de los módulos y botones */
.module h2, .module caption, .inline-group h2 {
    background-color: #9F2241 !important;
}
.button, input[type=submit], input[type=button], .submit-row input, a.button {
    background-color: #9F2241 !important;
}
.button:hover, input[type=submit]:hover, input[type=button]:hover {
    background-color: #7A1A32 !important;
}
/* Fila seleccionada */
tr.selected td, tr.selected th {
    background-color: #f2e6e8 !important;
}