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

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

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

/* Agenda */
  background-color: #707173;
}

.sl_agenda .title
{
  background-color: #707173;
}

.sl_agenda .content .calendar-table td.today
{
 background-color: #707173; 
}

/* Section name */
.section_name_slotlet
{
  color: #707173;
  background-color: #707173;
}

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

/* 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: #707173;
}

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

.second_level_slotlet .cq_menu > .cq_item:hover > a,
.second_level_slotlet .cq_menu .cq_item > a.selected
{
  background-color: #707173;
}

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

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


.slotlet_multimedia_gallery .cq_tabs .cq_tab a.cq_selected_tab, .slotlet_multimedia_gallery .cq_tabs .cq_tab a:hover
{
  color: #707173;
}

/***portada***/

.text-only-not-linked .front-title
{
  color: #707173;
  border-bottom: 4px solid #707173;
}

/* Galeria multimedia */
.slotlet_multimedia_gallery .cq_gallery
{
  border-top:4px solid #707173;
}

/*agenda back*/
.sl_agenda .day-title 
{
  background-color: #707173;  
}

.sl_agenda .event
{
  border-bottom-color: #707173;
}

/*agenda secciones*/

.sl_agenda_seccion .content .calendar-table th 
{
 background-color: #707173; 
}

.sl_agenda_seccion .title
{
  color: #707173;
}

.sl_agenda_seccion .title a 
{
  color: #707173;
}

.sl_agenda_seccion .content .calendar-table td.today
{
 background-color: #707173; 
}

.sl_agenda_seccion .day-title
{
 background-color: #707173; 
}

.sl_agenda_seccion .event
{
 border-top:1px solid #707173;
}


/* titulos en portadas */
.text-without-link h1.front-title 
{
  color: #707173;
  border-bottom:1px solid #707173;
}


/*novedades*/
.tns_tabular .content .tns_container .tns_row .tns_cell .tns_title
{
  color: #707173;
}


/* news cuadros*/

.content-child.child-1,
.content-child.child-2,
.content-child.child-3,
.content-child.child-4
{
   background-color: #707173; 
}

/*acciones*/

.main_content .article-actions a {
  background-color: #707173; 
}

/***titulo documentos***/

.documents_slotlet .title
{
  background-color: #707173; 
}

/***titulo enlaces***/

.links_slotlet .title
{
  background-color: #707173; 
}


h1.front-title-only a
{
 list-style-color:#707173;
}



