/* $Id: zen.css,v 1.14.2.1 2009/02/13 07:46:04 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */


@import url('admin.css');
@import url('p_sugerencias.css');
@import url('p_programa.css');
@import url('p_inscripcion.css');
@import url('h_ponentes.css');
@import url('p_sugerencias.css');
@import url('p_contacto.css');
@import url('p_usuarios.css');
@import url('p_sas.css');


/** body **/


img{  -ms-interpolation-mode: bicubic; }


  body
  {
    margin: 0px;
    padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
  }

  #page
  {
  background-color: #FFFFFF;
  }

  #page-inner
  {
  }

/** header **/
  #header
  {
  }

  #header-inner
  {
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
    margin: 0 10px 0 0;
    padding: 0;
  }

  #logo-image /* The actual logo image */
  {
  }

  h1#site-name, div#site-name /* The name of the website */
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  }

/** main (container for everything else) **/
  #main
  {
  }

  #main-inner
  {
  }

/** content **/
  #content
  {
  margin: 0px;
  padding: 0px;
  }

  #content-inner
  {
  margin: 0px;
  padding: 0px;
  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
  }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
  margin-top: 10px;
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
  margin: 0px;
  padding: 0px;
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {
  }

  #navbar-inner
  {
  }

  #search-box /* Wrapper for the search form */
  {
  }

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {
  }

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
  }

  #sidebar-left-inner
  {
  }

/** sidebar-right **/
  #sidebar-right
  {
  }

  #sidebar-right-inner
  {
  }

/** footer **/
  #footer
  {
  }

  #footer-inner
  {
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node div.links /* Wrapper for node links */
  {
    margin: 1em 0;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
	height: 20px;
	margin-top: 20px;
  }

  ul.links.inline
  {
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    /* padding: 0 0.5em; */
	padding-right: 0px;
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  margin: 0px;
  }

  .block h2.title /* Block title */
  {
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comments-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-2 /* "Primary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

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

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even /* Some tables have rows marked even or odd. */
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link, /* The "Log in using OpenID" links. */
  #user-login li.openid-link
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  	padding-left: 20px;
  	background-position: left center;
  }

  #user-login-form li.user-link, /* The "Cancel OpenID login" links. */
  #user-login li.user-link
  {
    margin-top: 1em;
  	list-style-type: disc;
  	list-style-position: outside;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }





/* ----------------------- ELEMENTOS GENERALES -----------------------*/


#page-inner p { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: left; }
#page-inner ul { color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-align: left; }
#page-inner ul li.punto_rosa{ color: #e4196a; font-weight: bold; list-style:square;}
#page-inner ul li{ list-style:square!important;}
#page-inner div.content ul li.punto_rosa{ color: #e4196a; font-weight: bold; list-style:square;}
#page-inner div.content ul li{ list-style:square;}
#a_la_derecha { float: right; }
.rosa_bold { font-weight: bold; color: #e4196a; }
.negro_bold { font-weight: bold; color: #000000; }
.negro_bold_sub { font-weight: bold; color: #000000; text-decoration:underline; }
.asterico { font-weight: bold; color: #e4196a !important; vertical-align: super;  }




/* ----------------------- CABECERA -----------------------*/

#top_cabecera { width: 920px; height: 49px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; padding-top: 15px; padding-left: 10px; padding-right: 10px;}
#logotipos { width: 920px; height: 150px; }
#logotipos #logo{ width: 356px; height: 150px; float: left; clear: both; cursor: pointer;}
#logotipos #logos_organiza{ width: 324px; height: 150px; float: right; margin-top: 5px; margin-bottom: 0px;}

#header-blocks { font-size: 11px; float: left; height: 49px; }
#header-blocks ul { padding-top: 4px; margin-left: -10px;}
#header-blocks ul li { display: inline; list-style-type: none; background-image: url(images/linea_menu_clara.jpg); background-position: right; background-repeat: no-repeat; padding-right: 8px; padding-left: 8px; }
#header-blocks ul li a { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: underline; color: #7f7f7f; font-weight: normal; margin: 0px;}
#header-blocks ul li a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; color: #e4196a; font-weight: normal; margin: 0px;}
#header-blocks ul li a.active { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; color: #e4196a; font-weight: bold; margin: 0px;}

.enlaces_top_derecha { font-size: 11px; float: right; clear: both; margin-top: -30px; margin-right: 10px;}
.enlaces_top_derecha a.enlace_negro { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: underline; color: #000000; font-weight: normal; margin: 0px; background-image: url(images/linea_menu_clara.jpg); background-position: right; background-repeat: no-repeat; padding-right: 8px; padding-left: 8px; }
.enlaces_top_derecha a.enlace_negro:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; color: #e4196a; font-weight: normal; margin: 0px; background-image: url(images/linea_menu_clara.jpg); background-position: right; background-repeat: no-repeat; padding-right: 8px; padding-left: 8px; }
.enlaces_top_derecha a.enlace_rosa { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: underline; color: #e4196a; font-weight: normal; margin: 0px; padding-right: 8px; padding-left: 8px; }
.enlaces_top_derecha a.enlace_rosa:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; color: #000000; font-weight: normal; margin: 0px; padding-right: 8px; padding-left: 8px; }

.readspeaker { font-size: 11px; float: right; clear: both; margin-top: -29px; margin-right: 10px; margin-right: 400px;}

#enlaces_top_cooficiales { font-size: 11px; float: left; margin-left: 115px; margin-top: -46px;}
#enlaces_top_cooficiales ul { padding-top: 4px; margin-left: -10px;}
#enlaces_top_cooficiales ul li { display: inline; list-style-type: none; background-image: url(images/linea_menu_clara.jpg); background-position: right; background-repeat: no-repeat; padding-right: 8px; padding-left: 8px; }
#enlaces_top_cooficiales ul li a { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: underline; color: #7f7f7f; font-weight: normal; margin: 0px;}
#enlaces_top_cooficiales ul li a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; color: #e4196a; font-weight: normal; margin: 0px;}
#enlaces_top_cooficiales ul li a.active { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; color: #e4196a; font-weight: bold; margin: 0px;}






/* ----------------------- NAVEGACIÓN -----------------------*/

#primary ul.links li { padding-right: 6px; padding-left: 8px; margin-top: 3px; background-image: url(images/linea_menu.jpg); background-position: right; background-repeat: no-repeat;}
#primary ul.links li a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: underline; color: #000000; font-weight: bold; margin: 0px;}
#primary ul.links li a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color: #e4196a; font-weight: bold; margin: 0px;}
#primary ul.links li a.active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color: #e4196a; font-weight: bold; margin: 0px;}
#primary ul.links li.active-trail a.active{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color: #e4196a; font-weight: bold; margin: 0px;}
#primary ul.links li.active-trail a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color: #e4196a; font-weight: bold; margin: 0px;}
/* #primary ul.links li.active-trail a{ font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color: #e4196a; font-weight: bold; margin: 0px; background-image: url(images/flechita_menu.gif); background-position: left; background-repeat: no-repeat; padding-left: 10px;} */
#secondary ul.links li {padding-right: 6px; padding-left: 8px; margin-top: 3px; background-image: url(images/linea_submenu.jpg); background-position: right; background-repeat: no-repeat;}
#secondary ul.links li a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: underline; color: #000000; font-weight: normal; margin: 0px;}
#secondary ul.links li a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color: #e4196a; font-weight: normal; margin: 0px;}
#secondary ul.links li.active-trail a.active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; color: #e4196a; font-weight: bold; margin: 0px;}





/* ----------------------- DESTACADO HOME -----------------------*/

#destacado_home_es { width: 920px; height: 267px; margin: 0px; background-image: url(images/destacado_home.jpg); background-repeat: no-repeat; margin-top: 0px; margin-bottom: 10px;}
#destacado_home_es #cuentaatras { margin-top: 182px; *margin-top: 182px; font-size: 15px; color: #e4196a; font-weight: bold; text-align: left; font-family: Verdana, Arial, Helvetica, sans-serif; float: left; position: absolute; clear: both; margin-left: 358px; }
#enlaces_destacado { float: right; clear: both; margin-top: 44px; margin-right: 0px; text-align: right; width: 321px;}
#USA { width: 120px; height: 196px; float: right; clear: both; margin-right: 343px; margin-top: -194px; }

#destacado_home_en { width: 920px; height: 267px; margin: 0px; background-image: url(images/destacado_home_en.jpg); background-repeat: no-repeat; margin-top: 0px; margin-bottom: 10px;}
#destacado_home_en #cuentaatras_en { margin-top: 187px; *margin-top: 186px; font-size: 15px; color: #e4196a; font-weight: bold; text-align: left; font-family: Verdana, Arial, Helvetica, sans-serif; float: left; position: absolute; clear: both; margin-left: 302px; }
#enlaces_destacado_en { float: right; clear: both; margin-top: 44px; margin-right: 0px; text-align: right; width: 321px;}
#USA_en {  width: 120px; height: 196px; float: right; clear: both; margin-right: 343px; margin-top: -194px; }





/* ----------------------- PIE-----------------------*/

#colaboradores_y_partners { width: 920px; border-top: 1px #bebebe solid; padding-top: 10px; padding-top: 20px; clear: both;}
#colaboradores_y_partners h3.titulo_rosa { font-size: 16px; font-weight: bolder; margin-bottom: 10px; margin-top: 20px; color: #e4196a; letter-spacing: -1px;}
#colaboradores_y_partners div.texto_derecha { float: right; margin-top: -25px; font-size: 11px; }
#colaboradores_y_partners div.texto_derecha a { color: #e4196a; text-decoration: underline;}
#colaboradores_y_partners p { text-align: right; margin-top: 10px;}

#pie { width: 920px; border-top: 1px #bebebe solid; padding-top: 10px;}
#pie p { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #e4196a; text-decoration: none; margin-top: 13px; margin-bottom: 13px; }
#pie p a { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #e4196a; text-decoration: underline; }
#pie p a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; text-decoration: none; }

#closure-blocks .item-list { float: right; clear: both; margin-top: -175px; *margin-top: -175px; *margin-right: -5px;}
#closure-blocks .item-list ul { margin: 0px;}
#closure-blocks .item-list ul li{ display: inline; list-style-type: none; padding-left: 3px;}
#closure-blocks .item-list ul li div  { display: inline; }
#closure-blocks .item-list ul li div span { display: inline; }

.view-view-mediapartners .views-field-phpcode { float:left; height:68px; width:114px; }


/* ----------------------- EDITAR -----------------------*/

.views-admin-links ul{ float: left; background-color: #000000; margin-top: 40px; margin-left: 20px; color: #FFFFFF;}
.views-admin-links ul:hover{ float: left; background-color: #000000; margin-top: 40px; margin-left: 20px; color: #FFFFFF;}
.panel-pane {margin: 0px; padding: 0px; }
.edit { margin-top: 20px; }
.edit a.block-edit { background-color: #000000; padding: 6px; color: #FFFFFF; text-decoration: none; }
.edit a.block-edit:hover{ background-color: #000000; padding: 6px; color: #FFFFFF; text-decoration: underline; }

.views-field-edit-node { float: left; margin-top: -50px;}
.views-field-edit-node .field-content a { background-color: #000000; padding: 6px; color: #FFFFFF; text-decoration: none; font-size: 11px;}
.views-field-edit-node .field-content a:hover { background-color: #000000; padding: 6px; color: #FFFFFF; text-decoration: underline; font-size: 11px; }





/* ----------------------- CONTENIDO -----------------------*/

h1.title { margin-top: 67px; margin-bottom: 20px; font-family: Arial, Helvetica, sans-serif; font-size: 37px; font-weight: bolder; color: #000000; text-transform: uppercase; font-stretch: extra-condensed; letter-spacing: -1px;}
h1.title a{ color: #000000; text-decoration: none;}
h2.title { margin-top: 67px; margin-bottom: 20px; font-family: Arial, Helvetica, sans-serif; font-size: 37px; font-weight: bolder; color: #000000; text-transform: uppercase; font-stretch: extra-condensed; letter-spacing: -1px;}
h2.title a{ color: #000000; text-decoration: none;}

h2.titulo_negro { font-size: 20px; font-weight: bolder; margin-bottom: 0px; margin-top: 0px; color: #000000; letter-spacing: -1px;}
h2.titulo_rosa { font-size: 20px; font-weight: bolder; margin-bottom: 0px; margin-top: 0px; color: #e4196a; letter-spacing: -1px;}
h2.titulo_rosa_contenido { font-size: 20px; font-weight: bolder; margin-bottom: 0px; margin-top: 0px; color: #e4196a; letter-spacing: -1px;}

h2.titulo_negro_top15px { margin-top: 0px; margin-bottom: 3px; font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bolder; color: #000000; font-stretch: extra-condensed; text-transform: none; padding-top: 5px; border-top: 15px #000000 solid;  letter-spacing: -1px;}
h1.titulo{ margin-top: 67px; margin-bottom: 20px; font-family: Arial, Helvetica, sans-serif; font-size: 37px; font-weight: bolder; color: #000000; text-transform: uppercase; font-stretch: extra-condensed; }






/* ----------------------- PONENTES Y FICOD2008 HOME -----------------------*/
/* ----------------------- ------------------------- -----------------------*/

/* #ponentes_y_ficod008 {width: 920px; margin: 0px; padding: 0px; margin-top: -30px;} */
#ponentes_y_ficod008 {width: 920px; margin: 0px; padding: 0px; margin-top: 25px;} 
#ponentes_y_ficod008 #panel_ficod2008 {width: 335px; margin: 0px; padding: 0px; margin-top: 20px; text-align: right; border-left: 1px #bebebe solid; padding-top: 20px; padding-bottom: 25px;}
#caja_ponentes { width: 585px;}


/* ----------------------- SOCIAL Y SALA DE PRENSA  -----------------------*/
/* ----------------------- ----------------------- -----------------------*/

#social_y_sala_de_prensa { margin-top: 30px; border-bottom: 1px #bebebe solid; padding-bottom: 20px; width: 920px;}

#sala_de_prensa_home { margin: 0px; width: 550px; margin-top: 0px;}
#sala_de_prensa_home h2.titulo_negro_sala_de_prensa { margin: 0px;  letter-spacing: -1px;}
#sala_de_prensa_home a { color: #e4196a; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 11px; margin: 0px; padding: 0px;}
#sala_de_prensa_home a.enlace { color: #e4196a; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 11px; clear: both; margin-top: -20px; *margin-top: -30px; float: left;}
#sala_de_prensa_home div div.view-content { float: left; margin-bottom: 5px; margin-top: 10px;}
#sala_de_prensa_home div div.view-content div { float: left; width: 550px;}
#sala_de_prensa_home div div.view-content div div.views-field-iid {margin-top: 0px; margin-bottom: 0px; }
#sala_de_prensa_home div div.view-content div div.views-field-iid span.field-content { float: left; height: 92px; }
#sala_de_prensa_home div div.view-content div div.views-field-iid span.field-content img { margin: 0px;  position: absolute;}
#sala_de_prensa_home div div.view-content div div.views-field-title {margin-top: 0px; margin-bottom: 0px; }
#sala_de_prensa_home div div.view-content div div.views-field-title span.field-content{ width: 360px; float: right; margin-top: -92px; margin-bottom: 0px;}
#sala_de_prensa_home div div.view-content div div.views-field-field-entradillla-value div.field-content { width: 360px; float: right; margin-top: -70px;}
#sala_de_prensa_home div div.view-content div div.views-field-field-entradillla-value div.field-content p {margin: 0px; font-size: 11px; float: left; line-height: 16px;}
#sala_de_prensa_home div div.view-content div div.views-field-nothing { }
#sala_de_prensa_home div.view-footer a.enlace { text-decoration: underline; }

#twitter_home {width: 310px; margin: 0px;}


/* div.view-notas-de-prensa div.views-field-nothing-1 { margin-top: 67px; margin-bottom: 20px; font-family: Arial, Helvetica, sans-serif; font-size: 37px; font-weight: bolder; color: #000000; text-transform: uppercase; font-stretch: extra-condensed; letter-spacing: -1px;} */
#pie_nota_prensa { margin-top: 100px; padding-top: 20px; border-top: 1px #bebebe solid;}
#pie_nota_prensa div.fondo_gris{ margin-top: 50px; background-color: #dedede; padding: 30px; width: 240px; margin-bottom: 40px;}
#pie_nota_prensa div.fondo_gris p.rosa_bold { color: #e4196a; font-size: 18px; font-weight: bold; margin: 0px;}
#pie_nota_prensa div.fondo_gris a { color: #e4196a; text-decoration: underline;}

div.view-notas-de-prensa div.item-list { text-align: center!important; margin-bottom: 50px;}
div.view-notas-de-prensa div.item-list ul.pager { text-align: center!important;}
div.view-notas-de-prensa div.item-list ul.pager li { padding: 0px; margin: 0px;}
div.view-notas-de-prensa div.item-list ul.pager li.pager-first a{ color: #e4196a; text-decoration: underline; font-weight: bold;}
div.view-notas-de-prensa div.item-list ul.pager li.pager-previous a{ color: #e4196a; text-decoration: underline; font-weight: bold;}
div.view-notas-de-prensa div.item-list ul.pager li.pager-item a{ color: #e4196a; text-decoration: underline; font-weight: bold;}
div.view-notas-de-prensa div.item-list ul.pager li.pager-item a.active{ color: #000000; text-decoration: underline; font-weight: bold;}
div.view-notas-de-prensa div.item-list ul.pager li.pager-current { color: #e4196a; text-decoration: none; font-weight: bold;}
div.view-notas-de-prensa div.item-list ul.pager li.pager-next a{ color: #e4196a; text-decoration: underline; font-weight: bold;}
div.view-notas-de-prensa div.item-list ul.pager li.pager-last a{ color: #e4196a; text-decoration: underline; font-weight: bold;}





/* ----------------------- FICOD2008 HOME -----------------------*/

#ficod2008 { margin: 0px; padding: 0px; width: 335px; }
#ficod2008 .vermas { margin-top: 3px;}
#ficod2008 .vermas a { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: underline; color: #e4196a; font-weight: bold;}





/* ----------------------- BLOQUE BANNERS DESTACADOS -----------------------*/


#banners_destacados { margin: 0px; text-align: right; padding: 0px;  margin-bottom: -50px; *margin-bottom: -25px;}






/* ----------------------- BLOQUE BANNERS DESTACADOS 2 -----------------------*/

#banner_destacados_home_2 { border-left: 1px #c7c7c7 solid; float: right; width: 321px; padding-left: 15px; margin-right: -20px; *margin-right: 0px;}
#banner_destacados_home_2 img { margin-bottom: 0px; float: left;}
#banner_destacados_home_2 img.altura10 { margin-bottom: 10px; float: left;}
img.altura10 { margin-bottom: 10px; float: left;}






/* ----------------------- BLOQUE BANNERS DESTACADOS INFERIOR -----------------------*/


#banner_destacados_inferior { margin-left: 0px; margin-right: 0px; margin-top: 30px; margin-bottom: 20px; padding: 0px;}






/* ----------------------- BLOQUE SIGUENOS TWITTER HOME -----------------------*/

#canales_home_top { padding-bottom: 8px; border-bottom: 1px #c7c7c7 solid; margin-bottom: 10px; margin-right: 40px;}
#canales_home_top h2.title { font-size: 20px; font-weight: bolder; margin-bottom: 0px; margin-top: 0px; color: #000000; text-transform: none; letter-spacing: -1px;}

#canales_home_top .item-list { margin-top: 5px; margin-left: -22px;}
#canales_home_top .item-list ul { margin: 0px; margin-left: 0px;}
#canales_home_top .item-list ul li{ display: inline; list-style-type: none; padding-right: 10px;}
#canales_home_top .item-list ul li div  { display: inline; }
#canales_home_top .item-list ul li div span { display: inline; }

#twitter_home h2.titulo_twitter_home { margin-top: 0px; margin-bottom: 10px; font-size: 20px; font-weight: bolder; color: #000000; letter-spacing: -1px; clear: both;}
#twitter_home h2.titulo_twitter_home a { color: #000000; text-decoration: none;}
#twitter_home h2.titulo_twitter_home a:hover { color: #e4196a; text-decoration: underline;}
#twitter_home  { margin-top: 10px; font-size: 11px; margin-left: 0px;}

#twitter_home { margin: 0px; margin-left: 10px; width: 320px;}
#twitter_home div.view-content { font-size: 11px; }
#twitter_home div.view-content div.views-field-description-1 { margin-top: 5px; margin-bottom: 5px; padding-top: 5px; padding-bottom: 5px; border-top: 1px #bebebe solid; line-height: 13px;}
#twitter_home div.view-content div.views-field-link { margin-bottom: 5px; padding: 0px; line-height: 13px;}
#twitter_home div.view-content a{ color: #ff8000;} 





/* ----------------------- BLOQUE SIGUE LA CONVERSACIÓN COLUMNA -----------------------*/

#sidebar-right-inner div.view-content { margin: 0px; padding: 0px;}
#sidebar-right-inner div.view-content div.item-list { margin: 0px; padding: 5px;}
#sidebar-right-inner div.view-content div.item-list ul { margin: 0px;}
#sidebar-right-inner div.view-content div.item-list ul li { list-style-type: none; padding: 0px; width: 130px; display: inline-block; margin: 2px; float: left;}
#sidebar-right-inner div.view-content div.item-list ul li div { display: inline;}
#sidebar-right-inner div.view-content div.item-list ul li div span { }
#sidebar-right-inner div.view-content div.item-list ul li div span a { color: #e4196a; font-size: 11px; font-weight:normal; padding-left: 3px; text-decoration: underline;}
div.espaciado { height: 2px; clear: both;}





/* ----------------------- BLOQUE TWITTER -----------------------*/


h2.titulo_twitter_columna { margin-top: 0px; margin-bottom: 10px; font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bolder; color: #000000; font-stretch: extra-condensed; text-transform: none; clear: both; padding-top: 5px; border-top: 5px #000000 solid;}
h2.titulo_twitter_columna a { color: #000000; text-decoration: none;}
h2.titulo_twitter_columna a:hover { color: #e4196a; text-decoration: underline;}
div.twitter_derecha { float: right; margin-top: -27px; font-size: 11px;}
div.twitter_derecha2 { float: right; margin-top: -30px; font-size: 11px;}
div.twitter_derecha a { font-size: 11px; font-weight: bold; color: #e4196a;}
div.twitter_derecha2 a { font-size: 11px; font-weight: bold; color: #e4196a; text-decoration: underline;}
#pie_twitter_columna { margin-top: 10px; font-size: 11px; font-weight: bold; margin-left: 13px;}
#pie_twitter_columna img{ margin-bottom: -5px;}
#pie_twitter_columna a { color: #e4196a; margin-left: 5px;}

#block-views-Twitter_ficod-block_1 {  }
#block-views-Twitter_ficod-block_1 div.view-content { font-size: 11px; margin-left: 15px;}
#block-views-Twitter_ficod-block_1 div.view-content div.views-field-description-1 { background-color: #F2F2F2; margin-top: 4px; padding: 4px;}
#block-views-Twitter_ficod-block_1 div.view-content div.views-field-link { background-color: #F2F2F2; margin-top: 0px; padding: 4px;}
#block-views-Twitter_ficod-block_1 div.view-content a{ color: #ff8000;} 



/* ----------------------- BLOG Y DESTACADOS 2 -----------------------*/
/* ----------------------- ------------------------- -----------------------*/

/* #blog_y_destacados2 { margin-top: 30px; width: 920px; margin-bottom: 20px;}

#blog_ficod_home { margin: 0px; width: 560px; margin-top: 0px;}
#blog_ficod_home h2.titulo_negro_blog { margin: 0px;  letter-spacing: -1px;}
#blog_ficod_home a { color: #e4196a; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 11px; margin: 0px; padding: 0px;}
#blog_ficod_home a.enlace { color: #e4196a; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 11px; clear: both; margin-top: -20px; *margin-top: -30px; float: left;}
#blog_ficod_home div div.view-content { float: left; margin-bottom: 5px; margin-top: 10px;}
#blog_ficod_home div div.view-content div { float: left; width: 550px;}
#blog_ficod_home div div.view-content div div.views-field-iid span.field-content { float: left; height: 60px;}
#blog_ficod_home div div.view-content div div.views-field-iid span.field-content img { margin: 0px;  position: absolute;}
#blog_ficod_home div div.view-content div div.views-field-title span.field-content{ width: 410px; float: right; margin-top: -60px; margin-bottom: 0px;}
#blog_ficod_home div div.view-content div div.views-field-teaser div.field-content { width: 410px; float: right; margin-top: -42px;}
#blog_ficod_home div div.view-content div div.views-field-teaser div.field-content p {margin: 0px; font-size: 11px; float: left; line-height: 16px;}

#blog_y_destacados2 #blog_ficod_home div.view-footer { background-image: url(images/ico_blog_p.jpg); background-position: left; background-repeat: no-repeat; padding-left: 30px; float: left; margin-top: 0px;}
#blog_y_destacados2 #blog_ficod_home div.view-footer a { } */

#blog_y_destacados2 { margin-top: 30px; width: 920px; margin-bottom: 20px;}
#blog_ficod_home_temp { margin: 0px; width: 560px; margin-top: 0px;}
#blog_ficod_home_temp h2.titulo_negro { margin: 0px;  letter-spacing: -1px; color: #000000;}
#blog_ficod_home_temp div.view-content { margin: 0px; margin-top: 5px; margin-bottom: 25px; padding: 0px;}
#blog_ficod_home_temp div.view-content div.views-field-nothing { }
#blog_ficod_home_temp div.view-content div.views-field-nothing a { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #e4196a; text-decoration: underline;}
#blog_ficod_home_temp div.view-content div.views-field-description-1 { font-family: Arial, Helvetica, sans-serif; font-size: 11px; margin: 0px; padding: 0px; margin-bottom: 5px;  line-height: 13px;}
/* #blog_ficod_home_temp ul.related_post { margin: 0px; margin-top: 10px; margin-bottom: 10px; background-color: #F2F2F2; padding: 10px 10px 15px 15px;  border-top: 1px #c7c7c7 solid; }
#blog_ficod_home_temp ul.related_post li { margin: 0px; list-style-image: none; list-style: none!important;}
#blog_ficod_home_temp ul.related_post li a { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #e4196a; text-decoration: underline;}
#blog_ficod_home_temp ul.related_post li a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #000000; text-decoration: none;} */
#blog_ficod_home_temp div.views-field-link { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-align: right; visibility: hidden;}

#blog_ficod_home_temp #blog_ficod_home_temp_pie { background-image: url(images/ico_blog_p.jpg); background-position: left; background-repeat: no-repeat; padding-left: 30px; float: left; margin-top: 0px; margin-top: -15px;  padding-top: 5px; padding-bottom: 5px;}
#blog_ficod_home_temp #blog_ficod_home_temp_pie a { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: underline; font-weight: bold; color: #e4196a;}
#blog_ficod_home_temp #blog_ficod_home_temp_pie a:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: bold; color: #e4196a;}





/* ----------------------- CONTACTO DE PRENSA -----------------------*/

#sidebar-right #sidebar-right-inner div.fondo_rosa { width: 281px; background-color: #e4196a; padding: 20px; font-size: 11px;}
#sidebar-right #sidebar-right-inner div.fondo_rosa p.blanco { color: #FFFFFF; font-size: 11px; }
#sidebar-right #sidebar-right-inner div.fondo_rosa p.blanco b { color: #FFFFFF; font-size: 13px; }
#sidebar-right #sidebar-right-inner div.fondo_rosa p.blanco a { color: #FFFFFF; font-size: 11px; }




/* ----------------------- FICOD EN IMAGENES -----------------------*/

#flickr_home { padding-top: 15px; /*border-top: 1px #c7c7c7 solid;/*/ width: 920px; margin-bottom: 10px; *margin-bottom: 10px;}
#flickr_home h2.title { font-size: 20px; font-weight: bolder; margin-bottom: 5px; margin-top: 0px; color: #000000; letter-spacing: -1px; text-transform: none;}
#flickr_home div.content img.flickr-photo-img { margin-right:4px;}
/* Para que se vean bien los tres banners  div.panel-pane div.content a { padding-right: 4px; } */
#pie_flickr { width: 140px; float: right; font-size: 11px; margin-right: -30px; margin-top: -88px; padding: 0px; font-family: Arial, Helvetica, sans-serif; margin-bottom: 0px;}
#pie_flickr p { margin: 0px; font-size: 11px; }
#pie_flickr p img { margin-top: 15px; margin-bottom: 0px; *margin-bottom: 5px;}
#pie_flickr p a { margin: 0px; font-size: 11px; color: #e4196a; font-weight: bold;}
#pie_flickr_sdp { font-size: 11px; padding: 0px; font-family: Arial, Helvetica, sans-serif; margin: 0px;}
#pie_flickr_sdp p { margin: 0px; font-size: 11px; text-align: right; margin-top: -5px;}
#pie_flickr_sdp p img { }
#pie_flickr_sdp p a { margin: 0px; font-size: 11px; color: #e4196a; font-weight: bold; text-decoration: underline; padding-left: 5px;}


/* ----------------------- ACREDITACION PRENSA -----------------------*/

#acreditacion_prensa { margin-top: 0px; margin-bottom: 0px; }





/* ----------------------- CONVOCATORIAS DE PRENSA BARRA DERECHA-----------------------*/

#convocatorias_de_prensa { margin-top: 0px; margin-bottom: 20px;}
#convocatorias_de_prensa p { margin: 0px; padding: 0px;}
#convocatorias_de_prensa p a { color: #f39b15; text-decoration: underline; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px;  } 

#sidebar-right div.view-Convocatorias-prensa { margin-top: 25px; margin-bottom: 25px;}
#sidebar-right div.view-Convocatorias-prensa div.view-content div div.views-field-title { margin-top: 8px;}
#sidebar-right div.view-Convocatorias-prensa div.view-content div div.views-field-title span.field-content a { color: #f39b15; text-decoration: underline; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
#sidebar-right div.view-Convocatorias-prensa div.view-content div div.views-field-title span.field-content a:hover { color: #f39b15; text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
#sidebar-right div.view-Convocatorias-prensa div.ver_todas { margin-top: 8px; text-align: right;}
#sidebar-right div.view-Convocatorias-prensa div.ver_todas a { color: #e4196a; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; }
#sidebar-right div.view-Convocatorias-prensa div.ver_todas a:hover { color: #e4196a; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; }



/* ----------------------- DESCARGAS COLUMNA SDP -----------------------*/

/*#descargas_columna_sdp { margin-top: 0px; margin-bottom: 20px;}
#descargas_columna_sdp h2.titulo_rosa_descargas { color: #e4196a; font-size: 20px; font-weight: bolder; margin-bottom: 0px; margin-top: 0px; letter-spacing: -1px; padding-right: 20px; background-image: url(images/ico_descargas.jpg); background-position: right; background-repeat: no-repeat; width: 100px;}
#descargas_columna_sdp p { margin: 0px; padding: 0px;}
#descargas_columna_sdp p a { color: #f39b15; text-decoration: underline; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px;  }*/


div.view-view-descargas-dinamicas { margin-top: 0px; margin-bottom: 20px;}
div.view-view-descargas-dinamicas h2.titulo_rosa_descargas { color: #e4196a; font-size: 20px; font-weight: bolder; margin-bottom: 0px; margin-top: 0px; letter-spacing: -1px; padding-right: 20px; background-image: url(images/ico_descargas.jpg); background-position: right; background-repeat: no-repeat; width: 100px;}
div.view-view-descargas-dinamicas a { color: #f39b15!important; }
div.view-view-descargas-dinamicas a p.links_descargas_SDP { color: #f39b15!important; text-decoration: underline; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin: 0px!important; padding: 0px!important;  }



/* ----------------------- CONVOCATORIAS DE PRENSA -----------------------*/

#banner_destacados_SDP { }
#banner_destacados_SDP a img{ margin-bottom: 10px; }





/* ----------------------- FLICKR SALA DE PRENSA -----------------------*/

#block-flickr-5 h2.title { font-size: 20px; font-weight: bolder; margin-bottom: 5px; margin-top: 0px; color: #e4196a; letter-spacing: -1px; text-transform: none;}
#block-flickr-5 img { margin-right: 5px; *margin-right: 4px; margin-bottom: 5px; *margin-bottom: 4px; }




/* ----------------------- NOTAS DE PRENSA -----------------------*/

div.view-notas-de-prensa div.view-content div { }
div.view-notas-de-prensa div.view-content div div.views-field-field-fecha-nota-value { font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #838383;}
div.view-notas-de-prensa div.view-content div div.views-field-field-antetitular-value { font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #000000;}
div.view-notas-de-prensa div.view-content div div.views-field-title { margin-top: 15px; margin-bottom: 15px;  font-size: 18px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #e41567; }
div.view-notas-de-prensa div.view-content div div.views-field-title a { font-size: 18px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #e41567; text-decoration: underline; }
div.view-notas-de-prensa div.view-content div div.views-field-title a:hover { font-size: 18px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #e41567; text-decoration: none; }
div.view-notas-de-prensa div.view-content div div.views-field-field-subtitulas-value { font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #000000;}
div.view-notas-de-prensa div.view-content div div.views-field-iid { margin-top: 20px; margin-bottom: 20px; }
div.view-notas-de-prensa div.view-content div div.views-field-field-entradillla-value { font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; color: #000000;}
div.view-notas-de-prensa div.view-content div div.views-field-view-node { margin-top: 10px; margin-bottom: 10px; }
div.view-notas-de-prensa div.view-content div div.views-field-view-node a { font-size: 13px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #e41567; text-decoration: underline;}
div.view-notas-de-prensa div.view-content div div.views-field-view-node a:hover { font-size: 13px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #000000; text-decoration: none;}
div.view-notas-de-prensa div.view-content div div.views-field-upload-fid { margin-top: 10px; margin-bottom: 10px;}
div.view-notas-de-prensa div.view-content div div.views-field-upload-fid a { font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #e41567; text-decoration: none; padding-left: 25px; background-image: url(images/ico_descargas.jpg); background-position: left; background-repeat: no-repeat; padding-top: 5px; padding-bottom: 5px;}
div.view-notas-de-prensa div.view-content div div.views-field-upload-fid a:hover { font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #000000; text-decoration: none; padding-left: 25px; background-image: url(images/ico_descargas.jpg); background-position: left; background-repeat: no-repeat; padding-top: 5px; padding-bottom: 5px; }
div.view-notas-de-prensa div.view-content div div.views-field-phpcode { margin-top: 20px; margin-bottom: 80px; }
div.view-notas-de-prensa div.view-content div div.views-field-phpcode-2 { margin-top: 10px; margin-bottom: 10px; }
div.view-notas-de-prensa div.view-content div div.views-field-phpcode-2 a { font-size: 13px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #e41567; text-decoration: underline;}
div.view-notas-de-prensa div.view-content div div.views-field-phpcode-2 a:hover { font-size: 13px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #000000; text-decoration: none;}

div.view-notas-de-prensa div.view-content div div.views-field-phpcode-2 a.descarga_nota { font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #e41567; text-decoration: none; padding-left: 25px; background-image: url(images/ico_descargas.jpg); background-position: left; background-repeat: no-repeat; padding-top: 5px; padding-bottom: 5px;}
div.view-notas-de-prensa div.view-content div div.views-field-phpcode-2 a.descarga_nota:hover { font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #000000; text-decoration: none; padding-left: 25px; background-image: url(images/ico_descargas.jpg); background-position: left; background-repeat: no-repeat; padding-top: 5px; padding-bottom: 5px; }

/* *******  NOTAS DE PRENSA NUEVOS   *************   */

.view-id-Convocatorias_prensa .views-field-phpcode {margin:10px 0 30px;}

.view-id-Convocatorias_prensa a.descarga_nota { font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #e41567; text-decoration: none; padding-left: 25px; background-image: url(images/ico_descargas.jpg); background-position: left; background-repeat: no-repeat; padding-top: 5px; padding-bottom: 5px; }

.view-id-Convocatorias_prensa .views-field-field-fecha-convocatoria-value{ margin-top:0px;}

.view-id-Convocatorias_prensa .views-field-body{margin: 20px 0;} 
/* *******   *************   */
div.view-notas-de-prensa div.view-content div div.views-field-phpcode-1 { margin-top: 20px; }
div.view-notas-de-prensa div.view-content div div.views-field-phpcode-1 a.descarga_nota { font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #e41567; text-decoration: none; padding-left: 25px; background-image: url(images/ico_descargas.jpg); background-position: left; background-repeat: no-repeat; padding-top: 5px; padding-bottom: 5px; margin-bottom: 10px;}
div.view-notas-de-prensa div.view-content div div.views-field-phpcode-1 a.descarga_nota:hover { font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #000000; text-decoration: none; padding-left: 25px; background-image: url(images/ico_descargas.jpg); background-position: left; background-repeat: no-repeat; padding-top: 5px; padding-bottom: 5px; margin-bottom: 10px;} 

div.view-notas-de-prensa div.view-content div div.views-field-phpcode-3 { margin-top: 20px; }
div.view-notas-de-prensa div.view-content div div.views-field-phpcode-3 a.descarga_nota { font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #e41567; text-decoration: none; padding-left: 25px; background-image: url(images/ico_descargas.jpg); background-position: left; background-repeat: no-repeat; padding-top: 5px; padding-bottom: 5px; margin-bottom: 10px;}
div.view-notas-de-prensa div.view-content div div.views-field-phpcode-3 a.descarga_nota:hover { font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #000000; text-decoration: none; padding-left: 25px; background-image: url(images/ico_descargas.jpg); background-position: left; background-repeat: no-repeat; padding-top: 5px; padding-bottom: 5px; margin-bottom: 10px;} 



/* version anterior */

div.view-notas-de-prensa div.view-content div div.views-field-nothing a.descarga_nota { font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #e41567; text-decoration: none; padding-left: 25px; background-image: url(images/ico_descargas.jpg); background-position: left; background-repeat: no-repeat; padding-top: 5px; padding-bottom: 5px;}
div.view-notas-de-prensa div.view-content div div.views-field-nothing a.descarga_nota:hover { font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #000000; text-decoration: none; padding-left: 25px; background-image: url(images/ico_descargas.jpg); background-position: left; background-repeat: no-repeat; padding-top: 5px; padding-bottom: 5px; }

div.view-notas-de-prensa div.view-content div div.views-field-nothing-1 { margin-top: 20px; }
div.view-notas-de-prensa div.view-content div div.views-field-nothing-1 a.descarga_nota { font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #e41567; text-decoration: none; padding-left: 25px; background-image: url(images/ico_descargas.jpg); background-position: left; background-repeat: no-repeat; padding-top: 5px; padding-bottom: 5px;}
div.view-notas-de-prensa div.view-content div div.views-field-nothing-1 a.descarga_nota:hover { font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #000000; text-decoration: none; padding-left: 25px; background-image: url(images/ico_descargas.jpg); background-position: left; background-repeat: no-repeat; padding-top: 5px; padding-bottom: 5px;}

div.view-notas-de-prensa div.view-content div div.views-field-nothing a { font-size: 13px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #e41567; text-decoration: underline;}
div.view-notas-de-prensa div.view-content div div.views-field-nothing a:hover { font-size: 13px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #000000; text-decoration: none;}




/* ----------------------- NERWORKING -----------------------*/

#banner_networking { width: 920px; height: 175px; background-image: url(images/banner_espacio_de_negocios.jpg); background-repeat: no-repeat; margin-top: 30px; z-index: 0; position:relative; margin-bottom: 50px; *margin-bottom: 0px;}

#banner_networking_en { width: 920px; height: 175px; background-image: url(images/banner_espacio_de_negocios_en.jpg); background-repeat: no-repeat; margin-top: 30px; z-index: 0; position:relative; margin-bottom: 50px; *margin-bottom: 0px;}

div.views-field-phpcode #numero_profesionales { float: right; width: 600px; margin-right: 130px;}
div.views-field-phpcode #numero_profesionales p { font-family: Arial, Helvetica, sans-serif; color: #e4196a; font-size:40px; text-align: right; font-weight: bold; margin-top: -115px; *margin-top: -65px; letter-spacing: -1px;  z-index: 1; position: relative;}
div.view-view-networking div.views-field-phpcode-2 { float: right; width: 430px; font-size: 20px; color:#000000; font-weight: bold; margin-top: -50px; *margin-top: -40px;  position:relative; background-color: #e4196a; margin-right: -18px; height: 40px; padding-top: 10px;}
div.view-view-networking div.views-field-phpcode-3 { float: right; width: 430px; margin-top: -20px; *margin-top: -5px; z-index: 4; position:relative;  background-color: #e4196a; margin-right: -18px; height: 50px; padding-top: 10px; margin-bottom: 20px; *margin-right: -490px;}
div.view-view-networking div.views-field-phpcode-3 a { font-size: 14px; color:#FFFFFF; font-weight: bold; background-image: url(images/flechita_blanca.gif); background-position: left; background-repeat: no-repeat; padding-left: 10px; text-decoration: underline;  }
div.view-view-networking div.views-field-phpcode-3 a:hover { font-size: 14px; color:#FFFFFF; font-weight: bold; background-image: url(images/flechita_blanca.gif); background-position: left; background-repeat: no-repeat; padding-left: 10px; text-decoration: none; }
div.view-view-networking div.views-field-phpcode-1 { float: right; width: 490px; margin-top: 0px; *margin-top: 0px; z-index: 4; position: relative; margin-right: -490px;}
div.view-view-networking div.views-field-phpcode-1 a { font-size: 14px; color:#FFFFFF; font-weight: bold; background-image: url(images/flechita_blanca.gif); background-position: left; background-repeat: no-repeat; padding-left: 10px; text-decoration: underline; }
div.view-view-networking div.views-field-phpcode-1 a:hover { font-size: 14px; color:#FFFFFF; font-weight: bold; background-image: url(images/flechita_blanca.gif); background-position: left; background-repeat: no-repeat; padding-left: 10px; text-decoration: none; }

.admin-menu div.view-view-networking div.views-field-phpcode-1 { z-index:-90;}
/* div.view-view-networking div.views-field-phpcode-3 { display:none} *//
.admin-menu div.view-view-networking div.views-field-phpcode-3 { display:inherit;}

div.view-view-networking div.views-field-phpcode-2 span { padding-left:15px; }
div.view-view-networking div.views-field-phpcode-3 span { padding-left:15px; }
div.view-view-networking div.views-field-phpcode-1 span { padding-left:15px; }






/* ----------------------- PONENTES -----------------------*/

#ponentes_superior { width:920px; margin: 0px; }
#ponentes_izqda	{ width:565px; padding:0px 20px 0px 0px; border-right:1px solid #e5e5e5; position: absolute;}
#ponentes_izqda p { padding:0px; font-size:12px!important; color:#000;}
#ponentes_dcha { width: 321px; float: right;}
#ponentes_dcha_inf { width: 321px; float: right; border-left:1px solid #e5e5e5; padding-left: 15px; margin-bottom: 30px;}


/* ----------------------- VIDEO HOME -----------------------*/

#div_video { padding-top: 0px; padding-bottom: 10px;}
#div_video .derecha p{ text-align: right; font-size: 11px; }
#div_video_main { float: left; position: absolute; clear: both; width: 335px; }
#div_video_miniaturas { margin-left: 335px; clear: both; padding-left: 15px; margin-top: -16px; margin-right: 10px; }
#miniaturas_video { padding-bottom: 6px; *padding-bottom: 4px; padding-top: 7px; min-height: 60px;}
#tvenred_video { padding-bottom: 0px; padding-top: 5px; text-align: right; }
#miniatura_video { width: 80px; }
#miniatura_video img { border: 0px #000000 solid; }
#resumen_video { margin-left: 95px; text-align: left; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; margin-top: -65px; font-weight: normal; line-height: 14px; }
#resumen_video a { text-align: left; font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #e4196a; margin-top: -65px; font-weight: bold; text-decoration: underline; }

strong.rosa { /* color: #dd137b; */ color: #000000; font-size: 18px; }
strong.brosa { color: #000000; font-size: 16px; font-weight: bold; text-align: left; }
.rosae strong, .rosae { color: #dd137b; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; }

#ficod_video h2.title { font-size: 20px; font-weight: bolder; margin-bottom: 0px; margin-top: 0px; color: #000000; text-transform: none; letter-spacing: -1px;}
#ficod_cifras h2.title { font-size: 20px; font-weight: bolder; margin-bottom: 0px; margin-top: 0px; color: #000000; text-transform: none; letter-spacing: -1px;}
#ficod_08 h2.title { font-size: 26px; font-weight: bolder; margin-bottom: 10px; margin-top: 0px; color: #e4196a; text-transform: none; letter-spacing: -1px; }
#ficod_08 #ficod_video h2.title { font-size: 20px; font-weight: bolder; margin-bottom: 0px; margin-top: 0px; color: #000000; text-transform: none; letter-spacing: -1px; }
#ficod_08 #flickr_anteriores h2.title { font-size: 20px; font-weight: bolder; margin-bottom: 0px; margin-top: 20px; color: #000000; text-transform: none; letter-spacing: -1px; }
#ficod_08 #flickr_anteriores img { padding-right: 4px; }
#ficod_08 #ficod_cifras h2.title { font-size: 20px; font-weight: bolder; margin-bottom: 0px; margin-top: 0px; color: #000000; text-transform: none; letter-spacing: -1px; }
#ficod_08 #ficod_cifras #caja_rosa { padding:15px; background-color: #e4196a; width: 228px; height: 250px;}
#ficod_08 #ficod_cifras #caja_rosa ul { margin-left: -25px!important; list-style-image: none!important; list-style: none!important;}
#ficod_08 #ficod_cifras #caja_rosa ul li {margin-left: 0px!important; list-style: none!important; list-style-image: none!important; color: #FFFFFF; background-image: url(images/bolilla.png); background-position: top left; background-repeat: no-repeat; padding-left: 20px;}
#ficod_08 #ficod_cifras #descargar_memo { margin-top: 15px;}
#ficod_08 #ficod_cifras #descargar_memo a { font-size: 11px; text-decoration: underline; font-weight: bold; color: #e4196a; }
#ficod_08 #flickr_anteriores {border-bottom: 1px #c7c7c7 solid; padding-bottom: 20px; margin-bottom: 30px;}

#ficod_08 #fotos h2.title { font-size: 20px; font-weight: bolder; margin-bottom: 0px; margin-top: 0px; color: #000000; text-transform: none; letter-spacing: -1px; margin-top: 10px;}
#ficod_08 #fotos .imagenes {clear:both; float:left; width:922px; padding-bottom:14px; border-bottom:1px solid #999999; margin-bottom:15px;}
#ficod_08 #fotos .imagenes img {float:left; display:inline; margin-right:3px; padding-top:4px; margin-top: 0px;}
#ficod_08 #fotos #a_la_derecha a { color: #e4196a; background-image: url(http://www.ficod2009.es/ficod/sites/all/themes/ficod2/images/ico_flickr_p.jpg); background-position: left; background-repeat: no-repeat; padding-left: 30px; float: left; margin-top: 15px;  padding-top: 5px; padding-bottom: 5px; font-size: 11px; text-decoration: underline; font-weight: bold;}

#ficod_08 div.panel-pane div.content a { padding-right: 0px; }


#ficod_07 {margin-bottom: 30px; *margin-top: 20px;}
#ficod_07 h2.title { font-size: 26px; font-weight: bolder; margin-bottom: 10px; margin-top: 0px; color: #e4196a; text-transform: none; letter-spacing: -1px; }
#ficod_07 #ficod_video h2.title { font-size: 20px; font-weight: bolder; margin-bottom: 0px; margin-top: 0px; color: #000000; text-transform: none; letter-spacing: -1px; }
#ficod_07 #flickr_anteriores h2.title { font-size: 20px; font-weight: bolder; margin-bottom: 0px; margin-top: 20px; color: #000000; text-transform: none; letter-spacing: -1px; }
#ficod_07 #flickr_anteriores img { padding-right: 4px; }
#ficod_07 #ficod_cifras h2.title { font-size: 20px; font-weight: bolder; margin-bottom: 0px; margin-top: 0px; color: #000000; text-transform: none; letter-spacing: -1px; }
#ficod_07 #ficod_cifras #caja_rosa { padding:15px; background-color: #e4196a; width: 228px; height: 250px;}
#ficod_07 #ficod_cifras #caja_rosa ul { margin-left: -25px!important; list-style-image: none!important; list-style: none!important;}
#ficod_07 #ficod_cifras #caja_rosa ul li {margin-left: 0px!important; list-style: none!important; list-style-image: none!important; color: #FFFFFF; background-image: url(images/bolilla.png); background-position: top left; background-repeat: no-repeat; padding-left: 20px;}
#ficod_07 #ficod_cifras #descargar_memo { margin-top: 15px;}
#ficod_07 #ficod_cifras #descargar_memo a { font-size: 11px; text-decoration: underline; font-weight: bold; color: #e4196a; }
#ficod_07 #flickr_anteriores {margin-bottom: 30px;}

#ficod_youtube a { color: #e4196a; background-image: url(images/ico_youtube_p.jpg); background-position: left; background-repeat: no-repeat; padding-left: 30px; float: left; margin-top: 15px;  padding-top: 5px; padding-bottom: 5px; font-size: 11px; text-decoration: underline; font-weight: bold;}





/* ----------------------- ESTILOS SUELTOS -----------------------*/

div.profile a {display:none;}

p.rosa_bold { color: #e4196a; font-size: 18px; font-weight: bold; margin: 0px;}
p.rosa_bold_important { color: #e4196a!important; font-size: 18px!important; font-weight: bold!important; margin: 0px;}


a.descarga_convo { font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #e41567; text-decoration: none; padding-left: 25px; background-image: url(images/ico_descargas.jpg); background-position: left; background-repeat: no-repeat; padding-top: 5px; padding-bottom: 5px;}
.descarga_convo:hover { font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; color: #000000; text-decoration: none; padding-left: 25px; background-image: url(images/ico_descargas.jpg); background-position: left; background-repeat: no-repeat; padding-top: 5px; padding-bottom: 5px; }
.espacio5px { height: 5px; }
.espacio5pxraya { height: 5px; border-bottom: 1px #c7c7c7 solid;}





/* ----------------------- ERROR -----------------------*/

#error { background-color: #f4f4f4; padding: 30px; margin-bottom: 20px; margin-top: 30px;clear: both;float: left; }
#error p.naranja { font-size: 24px; font-family: Arial, Helvetica, sans-serif; color: #f39b15; margin: 0px; margin-top: 10px; margin-bottom: 20px; font-weight: bold;}
#error p { font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #000000; }
#error a { font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #e4196a; text-decoration: underline;}





/*
 * Tabs CSS
 *
 * Adds styles for the primary and secondary tabs.
 *
 * Compare this with default CSS found in the system module's stylesheet (a copy
 * of which is in drupal6-reference.css, line 510.)
 *
 */

  div.tabs
  {
    margin: 20px 0 5px 0;
  }

  div.tabs ul.primary
  {
    margin: 0;
    padding: 0 0 0 10px;
    border-width: 0;
    list-style: none;
    white-space: nowrap;
    line-height: normal;
    background: url(images/tab-bar.png) repeat-x left bottom;
  }

  div.tabs ul.primary li
  {
    float: left;
    margin: 0;
    padding: 0;
  }

  div.tabs ul.primary li a
  {
    display: block;
    height: 24px;
    margin: 0;
    padding: 0 0 0 5px; /* width of tab-left.png */
    border-width: 0;
    font-weight: bold;
    text-decoration: none;
    color: #777;
    background-color: transparent;
    background: url(images/tab-left.png) no-repeat left -38px;
  }

  div.tabs ul.primary li a .tab
  {
    display: block;
    height: 20px; /* 24px (parent) - 4px (padding) */
    margin: 0;
    padding: 4px 13px 0 6px;
    border-width: 0;
    line-height: 20px;
    background: url(images/tab-right.png) no-repeat right -38px;
  }

  div.tabs ul.primary li a:hover
  {
    border-width: 0;
    background-color: transparent;
    background: url(images/tab-left.png) no-repeat left -76px;
  }

  div.tabs ul.primary li a:hover .tab
  {
    background: url(images/tab-right.png) no-repeat right -76px;
  }

  div.tabs ul.primary li.active a,
  div.tabs ul.primary li.active a:hover
  {
    border-width: 0;
    color: #000;
    background-color: transparent;
    background: url(images/tab-left.png) no-repeat left 0;
  }

  div.tabs ul.primary li.active a .tab,
  div.tabs ul.primary li.active a:hover .tab
  {
    background: url(images/tab-right.png) no-repeat right 0;
  }

  div.tabs ul.secondary
  {
    margin: 0;
    padding: 0 0 0 5px;
    border-bottom: 1px solid #c0c0c0;
    list-style: none;
    white-space: nowrap;
    background: url(http://www.ficod2009.es/ficod/sites/all/themes/ficod2/images/tab-secondary-bg.png) repeat-x left bottom;
  }

  div.tabs ul.secondary li
  {
    float: left;
    margin: 0 5px 0 0;
    padding: 5px 0;
    border-right: none;
  }

  div.tabs ul.secondary a
  {
    display: block;
    height: 24px;
    margin: 0;
    padding: 0;
    border: 1px solid #c0c0c0;
    text-decoration: none;
    color: #777;
    background: url(http://www.ficod2009.es/ficod/sites/all/themes/ficod2/images/tab-secondary.png) repeat-x left -56px;
  }

  div.tabs ul.secondary a .tab
  {
    display: block;
    height: 18px; /* 24px (parent) - 6px (padding) */
    margin: 0;
    padding: 3px 8px;
    line-height: 18px;
  }

  div.tabs ul.secondary a:hover
  {
    background: url(http://www.ficod2009.es/ficod/sites/all/themes/ficod2/images/tab-secondary.png) repeat-x left bottom;
  }

  div.tabs ul.secondary a.active,
  div.tabs ul.secondary a.active:hover
  {
    border: 1px solid #c0c0c0;
    color: #000;
    background: url(http://www.ficod2009.es/ficod/sites/all/themes/ficod2/images/tab-secondary.png) repeat-x left top;
  }

/* ----------------------- CALENDARIO -----------------------*/

.datepick-control { background-color:#E4196A!important;}

/* ----------------------- BLOQUE TWITTER -----------------------*/

#temp_saladeprensa {text-align: right;}

/* ----------------------- USUARIOS INSCRITOS -----------------------*/

#formFechas { margin-bottom:30px;}

.num_alta{font-weight: bold; margin-right:15px;}

.fecha_alta{margin-right:15px;}

.mail_alta{font-weight: bold; color:#E4196A}
.section-inscritos .panel-pane { margin-top:70px!important;}

/* ----------------------- USUARIOS ACREDITADOS -----------------------*/

.page-inscritos-prensa .panel-pane { margin-top:70px!important;}
.page-inscritos-prensa  div.usuario_acreditado { font-size:12px!important; margin-bottom:15px; background:#F5F5F5; padding:10px;}

.ins_fecha {margin-right:15px; }
.ins_nombre {margin-right:5px; font-weight: bold; text-transform:capitalize; }
.ins_apellidos {margin-right:15px; font-weight: bold; text-transform:capitalize;}
.ins_mail {font-weight: bold; color:#E4196A; margin-right:15px; display:block; clear:both;}
.ins_tipoDoc {margin-right:15px; font-weight: bold; }
.ins_numDoc {margin-right:15px;  }
.ins_telefono {margin-right:15px; display:block; clear:both;}
.ins_medio {margin-right:15px; display:block; clear:both;}
.ins_cargo {margin-right:15px; display:block; clear:both;}
.ins_ciudad {margin-right:15px; display:block; clear:both;}
.ins_pagina {margin-right:15px; display:block; clear:both;}

.div_paginacion { height:20px; border-bottom:dotted 1px #BEBEBE; padding:0px 0px 10px 0px; margin-bottom:10px; text-align:center;}
.div_paginacion .ins_next { margin-left:10px;}
.no_result { font-size:12px!important; font-weight:bold; }
.paginacion_inferior { margin-bottom:35px;}
.paginacion_inferior .result { font-size:12px!important; float:left; font-weight:bold;}
.paginacion_inferior .export { float:right}

/* Formulario networking */

.page-networking.section-networking #block-user-0{ background:#E4196A none repeat scroll 0 0;
float:right;width:405px; font-size:10px; padding: 13px; height:106px; margin-top:26px;}


.page-networking.section-networking #block-user-0 #edit-submit{ color: #fff; float:right;}

.page-networking.section-networking #block-user-0 .item-list{
left:239px;
position:relative;
top:53px;
}

.page-networking.section-networking #block-user-0 .item-list ul li{ list-style:none !important;
}

.page-networking.section-networking #block-user-0 #user-login-form label{color:#FFFFFF;
float:left;
text-transform:uppercase;
width:105px;}

.page-networking.section-networking #block-user-0 #user-login-form .form-text.required{width:291px;}

.page-networking.section-networking #block-user-0 h2.title {display:none;}


/* colaboradores */

.view-view-colaboradores .views-field-phpcode{
float:left;
}

/* ponentes */

#speakers-search-form { font-size: 11px;  /* width: 980px; /*/ }
#speakers-search-form > div > .form-item{ padding:5px 0; width: 980px; height: 15px; margin: 0px;}
#speakers-search-form .form-item .form-checkboxes {margin:0; }
#speakers-search-form .form-item .form-checkboxes .form-item{float:left; margin:0px;}
#speakers-search-form .form-item label{ display:inline; float:left; width: 105px;}
#speakers-search-form .form-item .form-checkboxes .form-item .option{margin:0 1px;}
#speakers-search-form #edit-submit { float:right; margin-bottom:20px !important; /* margin-right:50px; /*/ margin-top:20px !important; }



.tabla_accionesEspeciales{font-size: 12px;}
.tabla_accionesEspeciales td{background-color: #f4f4f4;padding: 10px;}
.tabla_accionesEspeciales th{padding: 10px;}



form#professional-search-form div { background-color:#F0F0F0; font-size:11px!important; padding:10px; } 
form#professional-search-form div .form-item{ margin: 2px; padding: 0px;}
form#professional-search-form div .form-item label { display: block; clear: both;}
form#professional-search-form div div#edit-free-search-wrapper {background-color: #b7b7b7; margin: -10px; padding: 12px; margin-bottom: 10px;}
form#professional-search-form div input { max-width: 290px;}
form#professional-search-form div select { width: 290px!important;}
form#professional-search-form div.form-checkboxes { float: left; margin-left: -11px; margin-right: -10px;}
form#professional-search-form div.form-checkboxes div { float: left; margin-right: 1px; width: 135px;}
form#professional-search-form input.form-submit {margin-top: 20px!important; float: right!important;}
form#professional-search-form fieldset { display: block; clear: both; margin-bottom: 20px;} 
dl.professional-search-page {margin-top: 37px!important; }
div.item-list ul.pager { text-align: center!important; padding-top: 20px!important; }
div.item-list ul.pager a { color: #E4196A!important; text-decoration: underline;}
div.item-list ul.pager a:hover { color: #E4196A!important; text-decoration: none;}


form.speakers-search-form .form-item label { font-size: 11px; }

div.panels-flexible-region-75-center-inside h1 { margin-top: 67px; margin-bottom: 20px; font-family: Arial, Helvetica, sans-serif; font-size: 37px; font-weight: bolder; color: #000000; font-stretch: extra-condensed; }


/* acciones epeciales */

.acceso_restringido{padding: 20px;
background: transparent url(http://www.ficod2009.es/ficod/sites/all/themes/ficod2/images_cont/acciones_candado.png) no-repeat scroll 5px 10px}


/* reseteado enlaces tabla programa */

.tabla_programa tbody div.salas_opcion_a p a { text-decoration:none !important; }
.tabla_programa tbody div.salas_opcion_a p a:hover { text-decoration:underline !important; }
.tabla_programa tbody div.salas_opcion_b p a { text-decoration:none !important; }
.tabla_programa tbody div.salas_opcion_b p a:hover { text-decoration:underline !important; }
.tabla_programa table a { text-decoration:none !important; }
.tabla_programa table a:hover { text-decoration:underline !important; }

/*////////////   EDITAR TALLERES  ////////*/
 
.page-editar-contenidos-parrilla-talleres .content { }
.page-editar-contenidos-parrilla-talleres .content h1 { margin-top:67px; font-size:37px!important; text-transform:uppercase; }