/**
 * Stylesheet holding the colors of "lopezmerino" 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: #f9b200; }
.section-color-fg { color: #f9b200; }

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

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


.second_level_slotlet .cq_menu .cq_item .cq_submenu,
.second_level_slotlet .cq_menu .cq_item .cq_submenu .cq_sub_submenu
{
  background-color: rgba(249, 178, 0, 0.75);
}

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

.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: #f9b200;
}

.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;
}

.second_level_slotlet
{
  border-bottom: 2px solid #f9b200;
}

.photo-summary-content h1 a
{
    color: #f9b200;
}

.photo-summary {
border-bottom:#f9b200 1px solid;
}



.slotlet_multimedia_gallery .cq_gallery .cq_tabs .cq_tab a:hover, 
.slotlet_multimedia_gallery .cq_gallery .cq_tabs .cq_tab a.cq_selected_tab {
background-color: #f9b200 !important;
}

.slotlet_multimedia_gallery .cq_tabs {
border-bottom: 2px solid #f9b200 !important;
}

.slotlet_multimedia_gallery .cq_gallery {
border-bottom: 4px solid #f9b200 !important;
}

.go_home_movil .slotlet_container .shortcut_slotlet_go_home a{
background-color: #f9b200 !important;
