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

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

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



/**
 * Use this file for further customization of the stylesheets generated using
 * the current section's color.
 *
 * Here you can define your own CSS rules, using:
 *
 *   #2697dd        => The color of the section (#000000 for example)
 *   rgba(38, 151, 221, 0.75)         => The color of the section in RGBA (rgba(0, 0, 0, .75) for example)
 *   secretaria_de_innovacion         => The name of the section
 *   &nbsp;&nbsp;&nbsp;&nbsp;Secretaría de Innovación      => (Advanced) The Section object itself
 *
 * You can see apps/frontend/modules/section/stylesheetSuccess.php for a simple
 * example.
 *
 * Put this file in your flavor:
 *
 * <flavor>/modules/section/templates/_extra_stylesheet.php
 * 
 */

.front-title-only a{	
  background-color: #2697dd;
}

.text-only-container {
background-color: #2697dd;
}

.photo-summary-content{
background-color: #2697dd;
}