/**
 * $Id: theme.css,v 1.1.2.19 2010/03/23 03:29:25 jmburnz Exp $
 * adaptivethemes.com
 *
 * @file theme.css
 * theme.css is the file to use when building your theme.
 * Make a copy first as a backup.
 */

/**********************************************************
 *                    HTML & Body
 **********************************************************/
html {}
body {}

/* Admin menu */
body.admin-menu {}
body.admin-menu #container {}

/**********************************************************
 *                 HTML Elements
 **********************************************************/
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

p {}

strong {}
em, dfn {}
dfn {}

sup, sub {}

del {}
ins {}

blockquote {}
cite {}
q {}

address {}

ul {}
ol {}
li {}

dl {}
dd {}
dt {}

abbr {}
acronym {}

pre, code, tt {}
p code {}
samp {}
kbd {}
var {}


/**********************************************************
 *                 Global Link Styles
 **********************************************************/
a {}
a:link    {}
a:visited {}
a:hover   {}
a:active  {}
a.active  {}

/* Set global a:active and a:focus styles. */
a:active,
a:focus {}


/**********************************************************
 *                    Body Classes
 **********************************************************/
 /* NOTE: these are not active by default; you need to
    enable them in the Advanced theme settings. */

/* Front or not front. */
.front {}
.not-front {}

/* Is the user logged in. */
.logged-in {}
.not-logged-in {}

/* Content type body classes. */
.article-type-book  {}
.article-type-blog  {}
.article-type-forum {}
.article-type-page  {}
.article-type-poll  {}
.article-type-story {}


/**********************************************************
 *                  The wrapper divs
 *    Be careful how you modify these, see layout.css
 **********************************************************/
#container {}

/* Column wrappers */
#columns {}
.columns-inner {}

/* Content wrappers */
#content-column {}
.content-inner {}

/* Main content wrappers*/
#main-content {}
#content { }


/**********************************************************
 *                       Regions
 **********************************************************/
/* Leaderboard is a full width region at the very top of the page. */
#leaderboard {}

/* Header region is embedded in the header, floated between the logo/site_name
   and the search box. */
#header-region {}

/* Menu Bar sits below the header and is ideal for dynamic menus
   such as http://drupal.org/project/superfish. */
#menu-bar {}

/* Secondary content is a full width region between the header and the
   main columns. */
#secondary-content {}

/* Tertiary content is a full width region above the footer, below the
   main content. */
#tertiary-content {}

/* Content top and bottom are above and below the main content, within the main
   content column. Content aside floats to the right within the main central
   column, but below content top. */
#content-top {}
#content-aside {}
#content-bottom {}

/* Article aside appears only in articles (nodes). By default its placed at
   the bottom of the node.tpl.php template. */
#article-aside {}


/**********************************************************
 *                      Sidebars
 **********************************************************/
/* Target both sidebars with this low specifity selector. */
.sidebar {}

/* Target a specific sidebar. */
#sidebar-first {}
#sidebar-last {}


/**********************************************************
 *                   Skip navigation
 **********************************************************/
/**
 * DO NOT USE display:none as this hides it from screen readers!
 */
#skip-nav {}

/* Override default pseudo class styles */
#skip-nav a:link    {}
#skip-nav a:visited {}
#skip-nav a:hover   {}
#skip-nav a:focus   {}
#skip-nav a:active  {}


/**********************************************************
 *                 Header Elements
 **********************************************************/
/* #header wraps #branding, #search-box-top and #header-blocks. */
#header {}

/* #branding wraps #logo, #site-name and #site-slogan. */
#branding {}

/* Logo and Site Name wrapper. */
.logo-site-name {}

/* Logo and Site Name wrapper h1 - normally applies only the homepage. */
h1.logo-site-name  {}

/* Logo and Site Name wrapper DIV - normally applies to all internal pages,
   or where no title is set. */
div.logo-site-name {}

/* DIV/strong combo when when title is set. */
div.logo-site-name strong {}

/* By default the span is set to display:block, you can display:inline
   or float the elements to get them all on one line. */
.logo-site-name span {}

/* Logo and Site Name SPAN wrappers. */
span#logo {}
span#site-name {
  display: none;
}

/* Override default pseudo class styles. */
#site-name a:link    {}
#site-name a:visited {}
#site-name a:hover   {}
#site-name a:focus   {}
#site-name a:active  {}

/* Site slogan. */
#site-slogan {}


/**********************************************************
 *    Search box, Advanced search form, Search results
 *          For the search block see blocks.css
 **********************************************************/
/**
 * Search box
 */
/* Float the serch box right. */
#search-box {}

/* Reset form element margins. */
#search-theme-form {}

/* Wrapper DIVs */
#search-theme-form > div {}
#search-theme-form #search {}
#edit-search-theme-form-1-wrapper {}

#search-theme-form label {}
#search-theme-form input {}

#search-theme-form .form-text {}
#search-theme-form .form-submit {}

/**
 * Advanced search form
 */
/* Advanced search-form id. */
#search-form {}

/* Use the child selector because the inner div has no class. */
#search-form > div {}
#search-form .container-inline {}
#search-form #edit-keys-wrapper {}

#search-form label {}
#search-form input {}
#search-form .form-item {}
#search-form .form-submit {}

/* Textfield styles. */
#search-form #edit-keys-wrapper input {}
#search-form #edit-keys-wrapper input:hover,
#search-form #edit-keys-wrapper input:focus {}

/* Advanced search fieldset. */
#search-form fieldset.search-advanced {}

/**
 * Search results
 */
/* Box styles for the results page. */
.section-search .box {}
.section-search .box-inner {}
.section-search .box-title {}

/* Style the no results messages. */
.section-search .box ul {}
.section-search .box ul li {}

/* Search results document list. */
dl.search-results {}
dl.search-results dt {}
dl.search-results dd {}
dl.search-results dd p {}
dl.search-results dd .search-snippet {}
dl.search-results dd .search-info {}

span.search-info-type {}
span.search-info-user {}
span.search-info-date {}
span.search-info-comment {}
span.search-info-upload  {}


/**********************************************************
 *               Primary & Secondary Links
 **********************************************************/
/* Primary-links div wrapper */
#primary {}

/* Class on the ul */
.primary-links {}

/* Modify the margin to set tab spacings. */
.primary-links li {}
.primary-links li a {}

/* Set pseudo class styles. */
.primary-links li a:link {}
.primary-links li a:visited {}
.primary-links li a:hover {}
.primary-links li a:focus {}
.primary-links li a:active {}

/* Primary first and last classes. */
.primary-links li.first {}
.primary-links li.last {}

/* Active trail classes. */
.primary-links li.active {}
.primary-links li.active-trail {}
.primary-links li.active-trail a {}

/* Secondary-links div wrapper */
#secondary {}

/* Class on the ul */
.secondary-links {}

/* Modify the margin to set tab spacings. */
.secondary-links li {}
.secondary-links li a {}

/* Set pseudo class styles. */
.secondary-links li a:link {}
.secondary-links li a:visited {}
.secondary-links li a:hover {}
.secondary-links li a:focus {}
.secondary-links li a:active {}

/* Secondary first and last classes. */
.secondary-links li.first {}
.secondary-links li.last {}

/* Active trail classes. */
.secondary-links li.active {}
.secondary-links li.active-trail {}
.secondary-links li.active-trail a {}


/**********************************************************
 *                      Breadcrumb
 **********************************************************/
#breadcrumb {}
#breadcrumb a {}
#breadcrumb a:link {}
#breadcrumb a:visited {}
#breadcrumb a:hover {}
#breadcrumb a:focus {}
#breadcrumb a:active {}


/**********************************************************
 *                       Mission
 **********************************************************/
#mission {}


/**********************************************************
 *                    H1 Page Title
 **********************************************************/
h1#page-title {}


/**********************************************************
 *                     Pager
 **********************************************************/
/* The first 2 classes provide the base pager styles. */
ul.pager    {}
ul.pager li {}

/* Theme the various states of pager links. */
ul.pager li a:link    {}
ul.pager li a:visited {}
ul.pager li a:hover   {}

/* Note: .pager-current is for the current page. */
ul.pager li.pager-item     {}
ul.pager li.first          {}
ul.pager li.last           {}
ul.pager li.pager-current  {}
ul.pager li.pager-first    {}
ul.pager li.pager-previous {}
ul.pager li.pager-next     {}
ul.pager li.pager-last     {}


/**********************************************************
 *               Footer, Footer Message
 **********************************************************/
#footer {}

#footer-region {}
#footer-region a {}

#footer-message {}
#footer-message a {}


/**********************************************************
 *                 RSS Feed Icon
 **********************************************************/
#feed-icons {}
#feed-icons .feed-icon {}
#feed-icons .feed-icon img {}
#feed-icons a.feed-icon {}


/**********************************************************
 *                  Generic Content Classes
 **********************************************************/
.title {}
.submitted {}
.submitted em {}
.submitted a {}
.content {}
ul.links {}
ul.links li {}
ul.links li a {}


/**********************************************************
 *                      Articles (nodes)
 **********************************************************/
.article {}

/* Teaser title (H2). */
.article-title {}

.article-title a:link,
.article-title a:visited {}
.article-title a:hover,
.article-title a:focus,
.article-title a:active {}

/* User Picture. */
.article .user-picture {}
.article .user-picture img {}

/* Submitted */
.article .submitted {}
.article .submitted em {}
.article .submitted a {}
.article .submitted a:hover {}
.article .submitted .author {}
.article .submitted .time {}

/* Common links classes. */
.article ul.links {}
.article ul.links li {}
.article ul.links li a {}

/* Taxonomy terms. */
/* Term list */
ul.taxonomy {}
ul.taxonomy li {}
ul.taxonomy li a {}
/* With vocab headers */
ul.taxonomy li.vocab {}
.vocab-name {}
ul.vocab-list {}
ul.vocab-list li {}
ul.vocab-list li a {}

/* Style module links. */
ul.links li.node_read_more a {}
ul.links li.comment_add a {}
ul.links li.comment_comments a {}
ul.links li.comment_new_comments a {}
ul.links li.blog_usernames_blog a {}
ul.links li.print_html a {}
ul.links li.print_email a {}
ul.links li.print_pdf a {}

/* UL link first and last classes. */
.article ul.links li.first {}
.article ul.links li.last  {}

/* Workflow states. */
.article-add    {}
.article-edit   {}
.article-delete {}
.article-preview  {}
.article-sticky   {}
.article-promoted {}

/* Status. */
.article-unpublished {}

/* Theme the teaser seperatly. */
.article-teaser {}


/**********************************************************
 *                     Content types
 *              Style article types by type.
 **********************************************************/
.book-article  {}
.blog-article  {}
.forum-article {}
.page-article  {}
.poll-article  {}
.story-article {}

 /**
  * Custom Content Types
  * Replace CONTENT_TYPE with the content type
  * machine-readable name.
  */
.CONTENT_TYPE-article {}


/**********************************************************
 *                    CCK Fields
 **********************************************************/
/* Wrapper for any CCK field. */
.field {}

/* Use "datetime" when creating new CCK date fields. */
.field-type-datetime {}

/* Filefield field. */
.field-type-filefield {}

/* Node reference field. */
.field-type-nodereference {}

/* User reference field. */
.field-type-userreference {}

/* Number fields. */
.field-type-number-decimal {}
.field-type-number-float   {}
.field-type-number-integer {}

/* Text field. */
.field-type-text {}

/**
 * Specific field names.
 */
/* Underscores in field name are replaced with dashes. */
.field-field-FIELDNAME {}


/**********************************************************
 *                     Comments
 **********************************************************/
/* Comment wrapper: wraps all comments and the comment form. */
#comments {}
#comments-title {}

/* Wrapper class for each individual comment. */
.comment {}

/* Indentation */
.comment .indented {}

/* Comment Title (H3) */
.comment-title {}
.comment-title a:link,
.comment-title a:visited {}
.comment-title a:hover,
.comment-title a:focus,
.comment-title a:active {}

/* Comment id (count with pound sign, see line 28 comment.tpl.php)
   and comment "new" notification. */
.comment-id {}
.comment-title .new {}


/* User Picture */
.comment .user-picture {}
.comment .user-picture img {}

/* Submitted */
.comment .submitted {}
.comment .submitted em {}
.comment .submitted a {}
.comment .submitted a:hover {}
.comment .submitted .author {}
.comment .submitted .time {}

/* Links */
.comment ul.links {}
.comment ul.links li {}
.comment ul.links li a {}

/* Core comment link classes. */
ul.links li.comment_reply a {}
ul.links li.comment_edit a {}
ul.links li.comment_delete a {}

/* UL link first and last classes. */
.comment ul.links li.first {}
.comment ul.links li.last  {}

/* Author */
.comment-by-anonymous   {}
.comment-by-article-author {}
.comment-by-viewer      {}

/* New */
.comment-new {}

/* Zebra */
.comment.odd  {}
.comment.even {}

/* Status */
.comment-unpublished {}

/* Themes the "Unpublished" text. */
.comment-unpublished .unpublished {}

/* Comment box wrapper on a seperate page. */
.section-comment .box {}
.section-comment .box .box-title {}

/* Comment box wrapper below content. */
#comments .box {}
#comments .box .box-title {}

/* Sytle comments by article type. */
.book-comments  {}
.blog-comments  {}
.forum-comments {}
.page-comments  {}
.poll-comments  {}
.story-comments {}


/**********************************************************
 *                       Blocks
 **********************************************************/
/**
 * Styles set for .block, .block-inner, block-title and
 * .block-content will be inherited by all blocks.
 */
.block {}
.block-inner   {} /* Block inner div */
.block-title   {} /* h2 block title */


/**********************************************************
 *                   Sidebar blocks
 **********************************************************/
/**
 * You can target blocks in one or more regions and
 * style them differently.
 */

/* Low specifity selector to style blocks in all regions. */
.aside .block {}
.aside .block h2 {}
.aside .block-inner {}

/* Low specifity selector to style blocks in both sidebars. */
.sidebar .block {}
.sidebar .block h2 {}
.sidebar .block-inner {}

/* High specifity selectors to style blocks in one sidebar - be careful,
   these are powerful selectors! */
#sidebar-first .block {}
#sidebar-first .block h2 {}
#sidebar-first .block-inner {}

#sidebar-last .block {}
#sidebar-last .block h2 {}
#sidebar-last .block-inner {}


/**********************************************************
 *                  Region blocks
 **********************************************************/
/* High specifity selectors to style blocks in one region. */
#leaderboard       .block {}
#header-region     .block {}
#menu-bar          .block {}
#secondary-content .block {}
#tertiary-content  .block {}
#content-top       .block {}
#content           .block {}
#content-bottom    .block {}
#footer-region     .block {float:left}


/**********************************************************
 *                   Module blocks
 **********************************************************/
/**
 * Module Block ID's
 * For contributed module blocks the pattern is the same,
 * i.e. #block-[module]-[delta]
 */
#block-book-0       {} /* Book navigation block   */
#block-blog-0       {} /* Recent Blog posts       */
#block-comment-0    {} /* Recent Comments block   */
#block-forum-0      {} /* Active Forum topics     */
#block-forum-1      {} /* New Forum topics        */
#block-locale-0     {} /* Language Switcher block */
#block-node-0       {} /* Syndicate block         */
#block-poll-0       {} /* Most recent poll        */
#block-profile-0    {} /* Author information      */
#block-search-0     {} /* Search form block       */
#block-statistics-0 {} /* Popular content         */
#block-system-0     {} /* Powered by Drupal       */
#block-user-0       {} /* Login block             */
#block-user-1       {} /* Navigation Menu block   */
#block-user-2       {} /* Who's New block         */
#block-user-3       {} /* Who's Online block      */

/* Primary and Secondary links blocks */
#block-menu-primary-links   {}
#block-menu-secondary-links {}

/* The class selector applies to all blocks of these types. */
.block-user {}
.block-book {}
.block-aggregator {}


/**********************************************************
 *                 Search block form
 **********************************************************/
#search-block-form {}

/* Wrapper DIVs. */
#search-block-form > div {}
#search-block-form .container-inline{}
#edit-search-block-form-1-wrapper {}

#search-block-form label {}
#search-block-form input {}

#search-block-form .form-submit {}
#search-block-form .form-text {}

/* Override forms.css focus style */
#edit-search-block-form-1:hover,
#edit-search-block-form-1:focus {}


/**********************************************************
 *                   Menu blocks
 **********************************************************/
/**
 * Prefix these with the block id to style one menu only.
 */
ul.menu,
ul.menu ul,
ul.menu ul ul,
ul.menu ul ul ul {}

/* Menu li styles */
ul.menu li {}

ul.menu li.collapsed {}
ul.menu li.expanded  {}
ul.menu li.leaf      {}

ul.menu li a:link,
ul.menu li a:visited {}
ul.menu li a:hover,
ul.menu li a:focus,
ul.menu li a:active   {}
ul.menu li.active a  {}
ul.menu li.active-trail a {}

ul.menu li.first {}
ul.menu li.last  {}


/**********************************************************
 *                   Block item-list
 **********************************************************/
.block .item-list ul {}
.block .item-list ul li {}


/**********************************************************
 *                  Gpanel blocks
 **********************************************************/
/* Examples to get started. Add col specific selectors to style
   blocks in different Gpanel columns, or element selectors to
   style specific elements */

.two-col-2x50  .block {}
.two-col-33-66 .block {}
.two-col-66-33 .block {}

.three-col-3x33     .block {}
.three-col-25-25-50 .block {}
.three-col-50-25-25 .block {}

.four-col-4x25 .block {}
.five-col-5x20 .block {}
.six-col-6x16  .block {}


/**********************************************************
 *                  Gpanel Regions
 **********************************************************/
/**
 * NOTE: If you are adding borders, padding or margin (anything
 * that adds width) you should apply these to the INNER div or
 * the contained element, such as a block or mini-panel.
 */

.gpanel {}
.gpanel .region {}
.gpanel .region .inner {}
.gpanel .first  .inner {}
.gpanel .last   .inner {}

/* 2 column */
.two-col-2x50 {}
.two-col-2x50 .region {}
.two-col-2x50 .region .inner {}
.two-col-2x50 .col-1  {}
.two-col-2x50 .col-2  {}
.two-col-2x50 .col-1 .inner {}
.two-col-2x50 .col-2 .inner {}

.two-col-33-66 {}
.two-col-33-66 .region {}
.two-col-33-66 .region .inner {}
.two-col-33-66 .col-1 {}
.two-col-33-66 .col-2 {}
.two-col-33-66 .col-1 .inner {}
.two-col-33-66 .col-2 .inner {}

.two-col-66-33 {}
.two-col-66-33 .region {}
.two-col-66-33 .region .inner {}
.two-col-66-33 .col-1 {}
.two-col-66-33 .col-2 {}
.two-col-66-33 .col-1 .inner {}
.two-col-66-33 .col-2 .inner {}

/* 3 column */
.three-col-3x33 {}
.three-col-3x33 .region {}
.three-col-3x33 .region .inner {}
.three-col-3x33 .col-1 {}
.three-col-3x33 .col-2 {}
.three-col-3x33 .col-3 {}
.three-col-3x33 .col-1 .inner {}
.three-col-3x33 .col-2 .inner {}
.three-col-3x33 .col-3 .inner {}

.three-col-25-25-50 {}
.three-col-25-25-50 .region {}
.three-col-25-25-50 .region .inner {}
.three-col-25-25-50 .col-1 {}
.three-col-25-25-50 .col-2 {}
.three-col-25-25-50 .col-3 {}
.three-col-25-25-50 .col-1 .inner {}
.three-col-25-25-50 .col-2 .inner {}
.three-col-25-25-50 .col-3 .inner {}

.three-col-50-25-25 {}
.three-col-50-25-25 .region {}
.three-col-50-25-25 .region .inner {}
.three-col-50-25-25 .col-1 {}
.three-col-50-25-25 .col-2 {}
.three-col-50-25-25 .col-3 {}
.three-col-50-25-25 .col-1 .inner {}
.three-col-50-25-25 .col-2 .inner {}
.three-col-50-25-25 .col-3 .inner {}

/* 4 column */
.four-col-4x25 {}
.four-col-4x25 .region {}
.four-col-4x25 .region .inner {}
.four-col-4x25 .section-1 {}
.four-col-4x25 .section-2 {}
.four-col-4x25 .col-1 {}
.four-col-4x25 .col-2 {}
.four-col-4x25 .col-3 {}
.four-col-4x25 .col-4 {}
.four-col-4x25 .col-1 .inner {}
.four-col-4x25 .col-2 .inner {}
.four-col-4x25 .col-3 .inner {}
.four-col-4x25 .col-4 .inner {}

/* 5 column */
.five-col-5x20 {}
.five-col-5x20 .region {}
.five-col-5x20 .region .inner {}
.five-col-5x20 .col-1 {}
.five-col-5x20 .col-2 {}
.five-col-5x20 .col-3 {}
.five-col-5x20 .col-4 {}
.five-col-5x20 .col-5 {}
.five-col-5x20 .col-1 .inner {}
.five-col-5x20 .col-2 .inner {}
.five-col-5x20 .col-3 .inner {}
.five-col-5x20 .col-4 .inner {}
.five-col-5x20 .col-5 .inner {}

/* 6 column */
.six-col-6x16 {}
.six-col-6x16 .region {}
.six-col-6x16 .region .inner {}
.six-col-6x16 .col-1 {}
.six-col-6x16 .col-2 {}
.six-col-6x16 .col-3 {}
.six-col-6x16 .col-4 {}
.six-col-6x16 .col-5 {}
.six-col-6x16 .col-6 {}
.six-col-6x16 .col-1 .inner {}
.six-col-6x16 .col-2 .inner {}
.six-col-6x16 .col-3 .inner {}
.six-col-6x16 .col-4 .inner {}
.six-col-6x16 .col-5 .inner {}
.six-col-6x16 .col-6 .inner {}


/**********************************************************
                      AT Panels
    Classes for styling the built in Panels Layouts
    You need the Panels 3 module installed to use the
    built in panels and the Adaptivetheme base theme
    must be enabled.
 **********************************************************/
.panel-col {}
.panel-col .inside {}
.panel-pane {}

.sixcol-6x16 {}
.fivecol-5x20 {}
.fourcol-4x25 {}

.threecol-at-25-25-50 {}
.threecol-at-50-25-25 {}

.twocol-at-33-66 {}
.twocol-at-66-33 {}

.threecol-at-stacked-inset {}
.twocol-at-stacked-inset {}


/**********************************************************
 *                 AT Button Wrappers
 **********************************************************/
/**
 * Adaptivetheme wraps input buttons with SPANs for
 * easy theming.
 */
 span.button-wrapper {} /* Outer wrapper */
 span.button {} /* Inner wrapper */


/**********************************************************
 *                       Tables
 **********************************************************/
/**
 * The selector groupings are from Garland which offers a
 * sensible starting point for styling Drupal tables.
 */
table {}

caption, th, td {}
caption, th {}

table, td, th {}
tbody, tfoot, thead, tr {}
thead th {}
td, th {}

tr.even, tr.odd, tbody th {}
tr.odd, tr.info {}
tr.even {}

tr.drag {}
tr.drag-previous  {}

tr.odd td.active  {}
tr.even td.active {}

td.region,
td.module,
td.container td.category {}

tr:first-child td.region,
tr:first-child td.module,
tr:first-child td.container {}


/**********************************************************
 *                   Forum Tables
 **********************************************************/
#forum table {}
#forum tr td.forum {}
#forum tr td.forum .name {}
#forum div.indent {}

/**********************************************************
 *                   Banners
 **********************************************************/
#block-views-banners-block_1 .view-id-banners .views-row-unformatted,
#block-views-banners-block_2 .view-id-banners .views-row-unformatted {
	  float: left;
  margin: 0 10px;
}

/**********************************************************
 *                   Buscador
 **********************************************************/
.compact-form-label {
  cursor: text;
}
.front .pane-home-noticias img{margin-top:4px;}
.filefield-file a,
#noticia_enlaces a{color:#666;font-size:1.1em;}
#block-twitter .see-more a,
#block-un-blog-en-red .see-more a{color:#D0103A;font-size:1.1em;}
#detalle_noticia #noticia_fields_fecha_lugar div{padding-bottom:1em}
#detalle_noticia #noticia_fields_fecha_lugar span{display:block;line-height:1.2em}
#detalle_noticia #noticia_fields_fecha_lugar{background:transparent;padding-bottom:0;width:24%;}
#detalle_noticia #noticia_field_participantes{float:right;background:transparent;width:64%}
.noticia_field_box{background:#FAFAFA url(../../images/participantes_borde.gif) no-repeat 19.8em 1.3em;zoom:1}
#detalle_noticia #noticia_field_participantes ul {border:0}
.noticia_field_box:after {content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.noticia_fields_enlaces{background:#FAFAFA url(../../images/filete_noticias.gif) no-repeat center top;clear:both;padding:.5em 1.6em .5em 1.6em;;zoom:1}
.noticia_fields_enlaces:after {content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}

.noticia_field_subtitulo{background:#FAFAFA;font-size:1.2em;padding:1em 1em 0 1em;margin-bottom:.8em;margin-top:30px}
.noticia_field_subtitulo ul{list-style-type:none;margin:0;padding:0;}
.noticia_field_subtitulo ul li{background:transparent url(../../images/bullet_noticia.gif) no-repeat .4em .7em;padding:0 0 1em 1em;}
.date-display-single{font-size:1.2em}

/**
 * anieves
 */
.see-all:hover,
.view-footer a:hover,
.custom-flickr-block-recent-photos-more-link:hover {
  text-decoration: underline;
}
.see-all,
.view-footer a,
.custom-flickr-block-recent-photos-more-link {
  text-decoration: none;
}
/*****/

#detalle_convocatoria .convocatoria_fecha_publicacion{padding-top:7px;}
#detalle_convocatoria .convocatoria_fecha_publicacion{font-size:2.2em;}
#detalle_convocatoria .convocatoria_fecha_publicacion .convocatoria_fecha_mes{font-size:.6em;}

.pane-convocatorias{background:#fff;border:solid 1px #e2e2e2;margin-bottom:20px;}
.pane-convocatorias h2{text-align:center;font-size:1.2em;text-transform:uppercase;font-weight:normal;color:#999;border-bottom:solid 1px #e5e5e5;padding:8px 0 7px;}

.view-id-Convocatorias{border:0;margin-top:0}
.elem_convocatoria, .noticia-article{margin:0;}

.pane-modulo-bloque-convocatorias-top-div .view-footer a{font-size:1.1em}

.elem_convocatoria.activo h3{background-image:url(../../images/ico-hBullet01_activo.png)}
.elem_convocatoria.caducado h3 a{color:#333}

#convocatoria_field_day span,
#convocatoria_field_hour span,
#convocatoria_field_place span{line-height:1.2em;font-size:1em}

.info_convocatoria_col_izquierda{font-size:1em}

.elem_convocatoria{padding-bottom:1em}


#detalle_convocatoria #convocatoria_fields_fecha_lugar div{padding-bottom:0}
#detalle_convocatoria #convocatoria_fields_fecha_lugar span{display:block;line-height:1.2em}
#detalle_convocatoria #convocatoria_fields_fecha_lugar{background:transparent;padding-bottom:0;width:24%;min-height:11em}
/*#detalle_convocatoria #convocatoria_field_participantes{float:right;background:transparent;width:64%}*/
.convocatoria_fields_box{background:#FAFAFA url(../../images/participantes_borde.gif) no-repeat 19.8em 1.3em;zoom:1;margin-bottom:1.5em}
#detalle_convocatoria #convocatoria_field_participantes ul {border:0}
.convocatoria_fields_box:after {content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.convocatoria_files_enlaces{background:#FAFAFA url(../../images/filete_noticias.gif) no-repeat center top;clear:both;padding:.5em 1.6em .5em 1.6em;;zoom:1}
.convocatoria_files_enlaces:after {content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#detalle_convocatoria #convocatoria_field_participantes li{margin-bottom:0.6em}

.convocatoria_files_enlaces .convocatoria_enlaces li a:hover{text-decoration:underline;}
.pane-views-exp-convocatorias-block-1 #views-exposed-form-Convocatorias-block-1{border-bottom:0;border-top:0}
.pane-views-exp-buscar-panel-pane-1  #views-exposed-form-buscar-panel-pane-1 {border-top:0}

.view-more-link-news:hover, .view-more-link:hover, .more-link:hover{background-image:url(../../images/bg_label02-right-hv.png)}
.view-more-link-news a:hover, .view-more-link a:hover, .more-link a:hover{background-image:url(../../images/bg_label02-left-hv.png);color:#fff}

.list_newsroom_search_news_red h2, .list_calls_search_interviews_red h2, .list_calls_search_reports_red h2, .panel-article .pane-views-panes h2{margin-bottom:.71em;padding-bottom:.5em;}

.elem-field-1 input{width:auto!important}

#views-exposed-form-noticias-panel-pane-1, #views-exposed-form-noticias-panel-pane-5{padding-left:3em;}
.elem-field-1 #edit-keys-wrapper,
#edit-tid-wrapper{padding-left:2em}
#edit-tid-wrapper select{padding:.3em}
.elem-field-1 #edit-keys-wrapper input{width:15em !important}
.container-inline-date .form-item input{padding:0.3em 0.3em 0.2em 0.2em;font-size:1.1em;width:11em;}
.container-inline-date .form-item label{padding-top:.6em!important;text-align:right}

.views-exposed-form label{font-weight:normal}
.pane-views-exp-agenda-panel-pane-1 .elem-field-3{width:43%}
.pane-views-exp-agenda-panel-pane-1 .elem-field-3 input{width:auto}

.pane-views-exp-agenda-panel-pane-1 .container-inline-date input{width:11em;}
.pane-views-exp-agenda-panel-pane-1 .elem-field-3 .date-clear-block{background-position: 206px 4px !important;width:auto!important}


.view-id-agenda .views-row{position:relative}
.agenda_fecha_publicacion{text-transform: uppercase;height:46px;width:52px;background:url('../../images/agenda_fecha.gif') no-repeat 0 0;text-align:center;color:#fff;position:absolute;top:8px;right:-5px;font-size:1.7em;line-height:.6em;padding-top:.5em}
.agenda_fecha_publicacion .agenda_fecha_mes{display: block;font-size:0.7em;font-weight:bold}
.agenda_fecha_publicacion .date-display-single{font-size:.7em!important}
.agenda_fecha_publicacion .date-display-single .date-display-single{font-size:1em}

/*agenda, eventos pasados*/
.pane-agenda .view-content{border:1px solid #E2E2E2;}
.pane-agenda .views-row{padding:0 1.9em}
.pane-agenda .agenda_fecha_publicacion{background-image:url(../../images/agenda_fecha_pasada.gif);color:#C3C3C3;}
.pane-agenda h3 a{color:#333}
.pane-agenda .info_evento_col_izquierda{border-color:#999}

#block-panels_mini-agenda_mini_panel_bloques{padding:0}

#columns .sala_prensa_centro_documentacion_content .view-id-documentacion .jcarousel-container{padding-left:40px;padding-right:40px;padding:20px 40px !important;width:auto!important}
#columns .sala_prensa_centro_documentacion_content .view-id-documentacion .jcarousel-clip-horizontal{width:556px !important;margin:0;}
#columns .sala_prensa_centro_documentacion_content .view-id-documentacion .jcarousel-item-horizontal{width:122px !important;border-left:1px solid #E2E2E2!important;padding:8px;text-align:left}
#columns .sala_prensa_centro_documentacion_content .view-id-documentacion .jcarousel-item-horizontal .views-field-field-documentacion-logo-fid{text-align:center;padding-bottom:1em;}
#columns .sala_prensa_centro_documentacion_content .view-id-documentacion .jcarousel-item-horizontal .views-field-field-documentacion-logo-fid img{display:block;margin:auto;}
#columns .sala_prensa_centro_documentacion_content .view-id-documentacion .jcarousel-item-1{border-left:0!important;}

#columns .sala_prensa_centro_documentacion_content .view-id-documentacion .jcarousel-item-1,
#columns .sala_prensa_centro_documentacion_content .view-id-documentacion .jcarousel-item-3,
#columns .sala_prensa_centro_documentacion_content .view-id-documentacion .jcarousel-item-5,
#columns .sala_prensa_centro_documentacion_content .view-id-documentacion .jcarousel-item-7,
#columns .sala_prensa_centro_documentacion_content .view-id-documentacion .jcarousel-item-9,
#columns .sala_prensa_centro_documentacion_content .view-id-documentacion .jcarousel-item-11{background:#FAFAFA;}

.pane-agenda-panel-pane-1{}

#evento_field_hour span,
#evento_field_place span{line-height:1.1em;}
#evento_field_hour .date-display-single{font-size:1em;}


#detalle_evento .evento_fecha_publicacion{font-size:2.2em;}
#detalle_evento .evento_field_cuerpo{font-size:1.2em;}

#detalle_evento #evento_fields_fecha_lugar div{padding-bottom:0}
#detalle_evento #evento_fields_fecha_lugar span{display:block;line-height:1.2em}
#detalle_evento #evento_fields_fecha_lugar{background:transparent;border-right:solid 2px #d0103a; padding-bottom:0; min-height:11em; margin:10px 0;}
#detalle_evento.evento_pasado #evento_fields_fecha_lugar{border-color:#666}
#detalle_evento #evento_field_participantes{float:right;background:transparent;width:59%}
#evento-top-div-capsulate-all{background:#FAFAFA;zoom:1;margin-bottom:1.5em}
#detalle_evento #evento_field_participantes ul {border:0}
#evento-top-div-capsulate-all:after {content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.evento_files_enlaces{background:#FAFAFA url(../../images/filete_noticias.gif) no-repeat center top;clear:both;padding:.5em 1.6em .5em 1.6em;;zoom:1}
.evento_files_enlaces:after {content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#detalle_evento #evento_field_participantes li{margin-bottom:0.6em}
.evento_files_enlaces .evento_files a{text-decoration:none;}
.evento_files_enlaces .evento_files a:hover{text-decoration:underline;}



/*buscador*/

.view-id-buscar .view-filters{border:1px solid #e2e2e2;}
#content .view-id-buscar h3{clear: both;font-size:1.4em;font-weight: bold;margin: 0 0 7px -5px;padding: 5px 0 2px 8px;}
.view-id-buscar #form_title{border:0;}
.view-id-buscar #form_title h2{padding-bottom:6px}
.view-id-buscar .view-content{font-size:1.2em;}
.view-id-buscar .view-content .views-row{padding-top:1em;border-bottom:1px solid #e2e2e2}
.view-id-buscar .view-content .views-row .expediente_field_cat{font-size:.9em}
.view-id-buscar .view-content .views-row .expediente_field_cat a{color:#D0103A;}
.view-id-buscar .views-exposed-form{padding:1em 1.5em 1em 2.5em;position:relative;min-height:12em}
.view-id-buscar .views-exposed-widget{clear:both;text-align:right;float:none!important;color:#333;position:absolute;right:0;bottom:0;}
.view-id-buscar .elem-field-1{position:absolute;text-align:left;left:2.5em;top:1em}
.view-id-buscar .elem-field-2{position:absolute;text-align:left;left:2.5em;top:7em}
.view-id-buscar .elem-field-3{float:right;width:45%;text-align:left;}
.view-id-buscar .elem-field-3 .form-item label{width:6em;font-size:1.1em;color:#999;text-align:right;padding-top:6px;}
.view-id-buscar .elem-field-3 input{padding:0;width:auto}
.view-id-buscar .elem-field-3 .date-views-filter-wrapper input{padding:.3em;font-size:1.1em;color:#666;width:10em}
.view-id-buscar .elem-field-3 .date-clear-block{background-position:204px 3px!important;width:auto!important}
.view-id-buscar form{border:0!important}


.view-id-buscar .elem-field-1 #edit-key-wrapper,
.view-id-buscar #edit-cat-wrapper{padding-left:2em}
.view-id-buscar #edit-cat-wrapper select{padding:.3em}
.view-id-buscar .elem-field-1 #edit-key-wrapper input{width:15em!important}
.view-id-buscar .date-views-filter-wrapper .form-item input{padding:0.3em 0.3em 0.2em 0.2em;font-size:1.1em;width:11em;}
.view-id-buscar .date-views-filter-wrapper .form-item label{padding-top:.6em!important;text-align:right}

#view-calendar-standard-redes-helper .attachment-after .view-header{border:0;font-weight:bold;text-align:left;color:#000;padding-bottom:0;}
#view-calendar-standard-redes-helper .attachment-after .item-list a{display:block;font-size:1.2em;font-weight:bold;text-decoration:none;}
#view-calendar-standard-redes-helper .attachment-after .view-id-calendar_eventos .views-field-field-evento-fecha-value{font-size:0.8em;}
#view-calendar-standard-redes-helper .attachment-after .item-list ul{margin:0;}

.emvideo-thumbnail-replacement span{background-image:url(../../images/player.png);width:88px;height:88px;left:50%!important;top:50%!important;margin-left:-44px;margin-top:-44px;}
.emvideo-thumbnail-replacement span:hover{background-position:0 0;}

.noticia_02_img{zoom:1;padding-bottom:.5em}
.noticia_02_img:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}

.expediente_field_documentos .form-submit{width:auto;background-image:url(../../images/bg-button02.png);padding-left:1em;padding-right:1em;overflow:visible;}

