/**
 * Stylesheet holding the colors of "cinetica_quimica_y_fotoquimica_en_fase_gaseosa" section.
 *
 * Use this classes to add section-dependant color schemes to your stylesheets.
 *
 * To add this stylesheet to your layout, put this in the <head> section:
 *
 *   <?php if (isset($section)): ?>
 *     <link rel="stylesheet" type="text/css" media="all" href="<?php echo url_for('@section_css?name='.$section->getName() ?>
" />
 *   <?php endif; ?>
 *
 */

/* Background and foreground colors */
.section-color-bg { background-color: #578dcb; }
.section-color-fg { color: #578dcb; }

/* Border colors */
.section-color-border-all { border-color: #578dcb; }
.section-color-border-t { border-top-color: #578dcb; }
.section-color-border-r { border-right-color: #578dcb; }
.section-color-border-b { border-bottom-color: #578dcb; }
.section-color-border-l { border-left-color: #578dcb; }

/* On hover colors */
.section-color-bg-hover:hover { background-color: #578dcb; }
.section-color-fg-hover:hover { color: #578dcb; }
.section-color-border-all-hover:hover { border-color: #578dcb; }
.section-color-border-t-hover:hover { border-top-color: #578dcb; }
.section-color-border-r-hover:hover { border-right-color: #578dcb; }
.section-color-border-b-hover:hover { border-bottom-color: #578dcb; }
.section-color-border-l-hover:hover { border-left-color: #578dcb; }

/* Agenda */
.sl_agenda .content .calendar-table th
{
  background-color: #578dcb;
}

.sl_agenda .title
{
  background-color: #578dcb;
}

/* Section name */
.section_name_slotlet
{
  color: #578dcb;
}

/* Article title */
#full-html .title
{
  color: #578dcb;
}

/* Second level */
.second_level_slotlet .cq_menu .cq_item .cq_submenu,
.second_level_slotlet .cq_menu .cq_item .cq_submenu .cq_sub_submenu
{
  background-color: rgba(85, 85, 85, .75);
}

.second_level_slotlet .cq_menu .cq_item:hover > a
{
  background-color: #578dcb;
}

.second_level_slotlet .cq_menu .cq_item a.selected,
.second_level_slotlet .cq_menu .cq_item:hover > a,
.second_level_slotlet .cq_menu .cq_item .cq_submenu .cq_submenu_item:hover,
.second_level_slotlet .cq_menu .cq_item .cq_submenu .cq_submenu_item .cq_sub_submenu .cq_sub_submenu_item:hover
{
  background-color: #578dcb;
}

.second_level_slotlet .cq_menu > .cq_item:hover > a,
.second_level_slotlet .cq_menu .cq_item > a.selected
{
  background-color: rgba(85, 85, 85, .75);
}

.second_level_slotlet .cq_menu a.selected,
.second_level_slotlet .cq_menu .cq_item .cq_submenu .cq_submenu_item:hover > a,
.second_level_slotlet .cq_menu .cq_item .cq_submenu .cq_submenu_item .cq_sub_submenu .cq_sub_submenu_item:hover > a
{
  color: #fff;
}

.article_gallery .scrollable .items .item a
{
  border-top-color: #578dcb;
}

.article_gallery .scrollable .items .item a:hover
{
  background-color: #578dcb;
}


/* link */

.slotlet_main_content a {
   color: #578dcb;
}