/* $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
 */


/** body **/
  body
  {
  background-color:#E8E1C6;
 /* background-image:url(/img/home/home_fondo_5.gif);*/
  background-position:center top;
  background-repeat:repeat-x;
  color:#706636;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  font-size:14px;
  line-height:1.4em;
  margin:0;
  padding:0;
  }

  #page
  {
    background-color:#F7F3E8;
  }

  #page-inner
  {
  }

/** header **/
  #header
  {
  background-color:#D5CBAC;
  border-bottom:1px solid #BFB38F;
  }

  #header-inner
  {
    margin-left:auto;
    margin-right:auto;
    width:835px;
  }

  /**  Estilo cabecera 2009 */
  #header #logotipo {
    background-repeat:no-repeat;
    float:left;
    height:50px;
    margin:14px 0 44px 6px;
    width:275px;
  }
  
  #header #header_right {
  display:block;
  float:right;

  width:540px;
  }
  
  #header #header_right .header_right_top {
display:block;
float:right;
padding:0;
margin:5px 5px 3px 0;
clear:both;
font-family:verdana;
font-size:12px;
font-weight:bold;
width:520px;
  }
  #header #header_right .top_menu_navigation {
background-color:#E8E1C6;
border-color:#D5CBAC;
border-style:none solid solid solid ;
border-width:0 1px 1px 1px;
color:#645537;
display:block;
float:right;
font-family:arial;
font-size:0.8em;
font-weight:bold;
line-height:1em;
margin:0px 5px 0 0;
padding:3px 0;
  }

  #header #header_right .header_right_top .block {
  margin:0;
  float:right;
 
  }
  
  #header #header_right .header_right_top #block-menu-menu-desconectar ,
  #header #header_right .header_right_top #block-menu-menu-conectar,
  #header #header_right .header_right_top #block-menu-menu-idioma {
    display:none;
  }


  #header #header_right .header_right_top .block-inner {
  padding:0;
  }
  
  #header #header_right .header_right_top ul,
  #header #header_right .top_menu_navigation ul {
    margin:0;
    padding:0;
  }
  
  #header #header_right .header_right_top ul li{
      border-bottom:0 none;
    border-right:2px solid #BFB38F;
    display:inline;
    font-weight:bold;
    margin-left:0;
    margin-right:0;
    padding:0 5px;
    }

  #header #header_right .top_menu_navigation li {
    border-bottom:0 none;
    border-right:0px solid #706636;
    display:inline;
    font-weight:bold;
    margin-left:0;
    margin-right:0;
    padding:0px 5px;
  }

  
  #header #header_right .header_right_top ul li.last,
  #header #header_right .top_menu_navigation ul li.last{
  border:0;
  }
    
  #header #header_right .header_right_top ul li a{
color:DarkSlateGray;
margin:0;
text-decoration:none;
  }

  #header #header_right .top_menu_navigation ul li a{
  color:#551A8B;
  text-decoration:none;
  }
  #header #header_right .top_menu_navigation ul li a.ext{
  
  }

  
  #header #header_right .header_right_top ul li a:hover,
  #header #header_right .top_menu_navigation ul li a:hover{
      text-decoration:  underline;
  }
  #header #header_right .header_right_middle{
      margin:0 5px 0 0;
      display:block;
      width:520px;
      float: right;
}
  #header #header_right .header_right_middle #search-box  {
  clear:both;
  display:block;
  margin:0;
  padding:2px 4px;
  text-align:right;
  width:520px;
  }

  #header #header_right #search-box .form-submit {
  margin-top:0;
  }
  
 #header #header_right #search-box #edit-search-theme-form-1-wrapper label 
  {
    display: none;
  }
  
 #header #header_right #search-box #edit-search-theme-form-1 
  {
    width:150px;
  }
  
  
  #header #primary /* Primary links */
  {
  clear:both;
  margin:0;
  }
  
  #header #primary ul 
  {
  list-style-type:none;
  margin:0;
  padding:0 0 0 0px;
  }
  
  #header #primary li 
  {
  background:url("images/fvf/header-tabs1.png") no-repeat scroll 0 0 transparent;
  list-style-type:none;
  float:left;
  margin:0 1px;
  padding:0;
  _width:1px;
  }
  
  
  
  #header #primary li a
  {
  background:url("images/fvf/header-tabs2.png") no-repeat scroll 100% 0 transparent;
  color:white;
  display:block;
  font-family:verdana;
  font-size:0.9em;
  font-weight:bold;
  height:20px;
  list-style-type:none;
  margin:0;
  padding:10px 12px 8px;
  text-decoration:none;
  text-transform:uppercase;
  white-space:nowrap;
  }
   
  
  #header #primary li.menu-707{background:url("images/fvf/header-tabs-inicio1.png") no-repeat scroll 0 0 transparent;}
  #header #primary li.menu-707 a{background:url("images/fvf/header-tabs-inicio2.png") no-repeat scroll 100% 0 transparent;}
  #header #primary li.menu-6029{background:url("images/fvf/header-tabs-somos1.png") no-repeat scroll 0 0 transparent;}
  #header #primary li.menu-6029 a{background:url("images/fvf/header-tabs-somos2.png") no-repeat scroll 100% 0 transparent;}
  #header #primary li.menu-6442{background:url("images/fvf/header-tabs-hacemos1.png") no-repeat scroll 0 0 transparent;}
  #header #primary li.menu-6442 a{background:url("images/fvf/header-tabs-hacemos2.png") no-repeat scroll 100% 0 transparent;}
  #header #primary li.menu-6443{background:url("images/fvf/header-tabs-puedes1.png") no-repeat scroll 0 0 transparent;}
  #header #primary li.menu-6443 a{background:url("images/fvf/header-tabs-puedes2.png") no-repeat scroll 100% 0 transparent;}
  #header #primary li.menu-6615{background:url("images/fvf/header-tabs-empresas1.png") no-repeat scroll 0 0 transparent;}
  #header #primary li.menu-6615 a{background:url("images/fvf/header-tabs-empresas2.png") no-repeat scroll 100% 0 transparent;}
  #header #primary li.menu-9106{background:url("images/fvf/header-tabs-tienda1.png") no-repeat scroll 0 0 transparent;}
  #header #primary li.menu-9106 a{background:url("images/fvf/header-tabs-tienda2.png") no-repeat scroll 100% 0 transparent;}
  

  #header .clear {
  clear:both;
  display:block;
  font-size:1px;
  height:1px;
  line-height:1px;
  margin:0;
  padding:0;
  }
  

  
  /******************Fin Estilo cabecera 2009 */
  
  
  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
    margin:15px 0 0 2px;
    background-repeat:no-repeat;
    float:left;
    height:45px;
    margin-left:10px;
    margin-top:14px;
    width:248px;
    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 */
  {
  }
  
/** navbar **/

  
#main #navbar-inner{
  margin:2px;
}

#main #navbar-inner #search-box {
display:block;
float:right;
margin:0;
padding:2px 10px;
text-align:right;
width:220px;
}


 #main #navbar-inner #search-box #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }
  
 #main #navbar-inner #search-box #edit-search-theme-form-1 /* Label that says "Search this site:" */
  {
    width:100px;
  }
  
  
/** main (container for everything else) **/
  #main
  {
  background-color:#F7F3E8;
  border-left:1px solid #E3D6B9;
  border-right:1px solid #E3D6B9;
  min-height: 400px;
  height: auto !important;
  width:833px;
  }

  #main-inner
  {
    padding-bottom:3em;
  }

/** content **/
  #content{
    font-size:1em;
  }
  
  #content-area /* Wrapper for the actual page content */
  {
    font-size:1em;
  }
  
    #content .block .content
  {
    font-size:0.9em;
  }
  
   #content .block-webformblock .content{
    font-size:1em;

  }
  
  #content-inner{
  /*background-color:#EFEBE0;*/
  }

  #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{
font-size:0.8em;
padding-bottom:0;
font-weight:bold;
float:left;
margin:10px;
}

#breadcrumb a{
color:inherit;
}

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

  .clear{
    clear:both;
    display:block;
    font-size:1px;
    height:1px;
    line-height:1px;
    margin:0;
    padding:0;
  }
  
  div.messages /* Important messages (status, warning, and error) for the user */
  {
  }

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


  .item-list .pager {
  clear:both;
  font-size:0.9em;
  text-align:center;
  }
 

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

  fieldset.group-fecha  {
border-color:#C1B997 -moz-use-text-color -moz-use-text-color;
border-style:solid none none;
border-width:0;
display:block;
font-size:1.1em;
font-weight:bold;
margin-bottom:1.8em;
padding:0;

}
  fieldset.group-fecha div {
  
  }

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

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

  #sidebar-left-inner
  {
  }

/** sidebar-right **/
  #sidebar-right
  {
    font-size:0.9em;
  }

  #sidebar-right-inner
  {
  }

  #front_row_1{
  overflow: hidden;
height:307px;
margin-bottom:16px;
  }
  
  #front_row_1 #front_row_1_col_1{
    float:left;
    width:598px;
      margin-right:10px;
    height:307px;
  }
  
  #front_row_1 #front_row_1_col_2{
  background-color:#E67817;
  float:left;
  height:307px;
  padding:0;
  width:200px;
  _width:180px;
  _margin:0;
  }
    
  #front_row_2{
  border-bottom:1px dotted #E3D6B9;
  clear:both;
  height:1%;
  margin-bottom:10px;
  overflow:hidden;
  padding:0;
  }
  
   
  #front_row_3{
  height:1%;
  margin-bottom:1em;
  overflow:hidden;
  }
  


/** footer **/
  #footer
  {
  background-color:#F7F3E8;
  border:1px solid #E3D6B9;
  font-size:0.9em;
  line-height:1.4em;
  _height:150px;
  }

  #footer-inner
  {
  margin:10px;
  overflow:hidden;
  padding:0.2em;
}



  #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 */
  {
background-color:#F7F3E8;
border-left:1px solid #E3D6B9;
border-right:1px solid #E3D6B9;
clear:both;
font-size:0.8em;
padding:10px;
  }

  #closure-blocks .block /* Wrapper for any blocks placed in the closure region */
  {
  padding:0;
  background-color:#F7F3E8;
  }
  #closure-blocks .block-inner/* Wrapper for any blocks placed in the closure region */
  {
  padding:0 0.4em 0 0.4em;
  }
  

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

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

  .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 */
  {
  border-bottom:1px dotted DarkSlateGray;
  margin-bottom:1em;
  }

  /* 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 h2.title /* Node title */
  {
  }
  
  /* View of lists of nodes */
  

  
  #content .views-row-last .node-teaser
  {
    border:0;
  }
  #content .node-teaser .node-inner /* Story content node */
  {
    overflow:hidden;
    margin-bottom:1em;
  }

  #content .node-teaser h2.title
  {
    font-size:1.3em;
    font-weight:normal;
    margin-bottom:0.3em;
  }
  
  #content .node-teaser h2.title a
  {
    color:DarkSlateGray;
    text-decoration:none;
  }



  #content .node-teaser .field-field-imatge{
  float:right;
  margin-left:1.1em;
  }
  #content .view-publicaciones .node-teaser .field-field-imatge{
  float:left;
  margin-right:1.1em;
  margin-left: 0;
  }
  
  #content .node-teaser .field-field-imatge img
  {
    border:1px solid #62592F;
  }
   
  .node-type-story .field-field-imatge{
  float:right;
  margin-left:1.1em;
  margin-top:1em;
  }
  .node-type-story .field-field-imatge img{
    border:1px solid #62592F;
  }


 
  .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 */
  {
    font-size:0.8em;
    overflow:auto;
  
  }

  .node .submitted /* The "posted by" information */
  {
    float:left;
  }

  .node .terms /* Node terms (taxonomy) */
  {
    float:left;
  }
    .node .terms a
  {
  background-color:#E8E1C6;
  color:DarkSlateGray;
  padding:3px 5px;
  text-decoration:none;
  }

    .node .terms a:hover
  {
  text-decoration:underline;
  }

  .node .content /* Node's content wrapper */
  {
    overflow:hidden;
  }
/*
  * Estilo Personalizado FVF
  */

  .node.node-type-evento .content,
  .node.node-type-oferta-trabajo .content, 
  .node.node-type-prensa .content 
  {
    font-size:0.9em;
  }

  /*.node-type-page h1.title,
  .node-type-webform h1.title,
  .page-prensa h1.title,
  .section-noticias h1.title,
  .section-agenda-de-actividades h1.title,
  .node-type-story h1.title,
  .node-type-prensa h1.title,
  .node-type-video h1.title,
  .node-type-evento h1.title,
  .section-galeria h1.title,
  .section-publicaciones h1.title,
  .section-prensa h1.title*/

  h1.title{
  border-bottom-style:solid;
  border-bottom-width:2px;
  border-bottom-color:DarkSlateGray;
  color:DarkSlateGray;
  font-size:1.6em;
  font-weight:normal;
  line-height:1.5em;
  margin:5px 0 1em;
  padding:0 0 10px;
  
  
}

/*
 h1.title{
background-color:#97825B;
border-bottom:0 solid #D8C7A7;
color:#FFFFFF;
display:block;
font-size:1.8em;
font-weight:normal;
line-height:1em;
margin:5px 0 18px;
padding:18px 0 8px 10px;
text-transform:none;
}
*/

  
  .seccion-quienes-somos h1.title,
  .seccion-que-hacemos h1.title,
  .seccion-que-puedes-hacer-tu h1.title,
  .seccion-empresas h1.title,
  .page-unete-ofertas-de-trabajo h1.title,
  .page-difunde-diselo-a-un-amigo h1.title,
  .seccion-instituciones-publicas h1.title
  
{
    background-color:#97825B;
    border-bottom:0 solid #D8C7A7;
    color:#FFFFFF;
    display:block;
    font-size:1.6em;
    font-weight:normal;
    line-height:1.4em;
    margin:5px 0 18px;
    padding:14px 0 4px 10px;
    text-transform:none;
  }
  
  .seccion-quienes-somos h1.title
  {
  background-color:#469090;
  }
  
  .seccion-que-hacemos h1.title
  {
  background-color:#CC0000;
  }

  .seccion-que-puedes-hacer-tu h1.title,
  .page-unete-ofertas-de-trabajo h1.title,
  .page-difunde-diselo-a-un-amigo h1.title
  {
  background-color:#95B81A;
  }

  .seccion-empresas h1.title
  {
  background-color:#8E151F;
  }

  .seccion-instituciones-publicas h1.title
  {
  background-color:#003466;
  }

  .node .content h2 
  {
  display:block;
  font-size:1.1em;
  font-weight:bold;
  margin:3em 0 20px;
  padding:8px 4px 4px;
  text-transform:none;
  clear:both;
  }
  
    
  .seccion-quienes-somos .node .content h2 {
  background-color:#C9DFE0;
  border-bottom:1px solid #B0D0D2;
  color:#314E5B;
  }
  
  
.seccion-what-we-do  .node .content h2 {
  background-color:#EAD0BF;
  border-bottom:1px solid #D09D88;
  color:#CC0000;
  }
  
  
 .seccion-how-can-you-help  .node .content h2 {
  background-color:#D2E294;
  border-bottom:1px solid #C5D881;
  color:#455425;
  }
  
  .seccion-empresas .node .content h2 {
    background-color:#EBD9CD;
    border-bottom:1px solid #E0C5B1;
    color:#8E151F;
  }
  
  .seccion-instituciones-publicas .node .content h2 {
    background-color:#A5BFCF;
    border-bottom:1px solid #517C97;
    color:#003466;
    }
  
  .node .content h3 
  {
  clear:both;
  border-bottom:1px solid #E8E1C6;
  display:block;
  font-size:1.2em;
  line-height:1.5em;
  margin-bottom:1em;
  margin-top:2em;
  }
  
  .negrita{
    font-weight:bold;
  }
  .small  
  {
    font-size:0.9em;
  }
  .xsmall  
  {
    font-size:0.8em;
  }
  
 .node .content ul {
  list-style-position:outside;
  margin:2em;
  padding:0;
 }
  .node .content ul li 
  {
  list-style-image:url(images/fvf/punto_lista.gif);
  margin:0;
  padding:3px 0 3px 0;
  border:0;
  }
  
  .node-type-oferta-trabajo .node .content ul 
  {
    font-size:0.9em;
  }
  
  .node-type-oferta-trabajo .node .content ul li 
  {
    border-color:#C1B997 -moz-use-text-color;
    border-style:dotted;
    border-width:0 0 1px;
  }
  
  .node .content ul.subrayado li, 
  .node .content ol.subrayado li 
  {
    border-color:#C1B997 -moz-use-text-color;
    border-style:dotted;
    border-width:0 0 1px;
  }


  .node .content ul.num 
  {
    list-style-type: decimal;
  }

  .node .content ul.none li,
  .node .content ol.none li
  {
  background-image:none;
  }

  .seccion-que-puedes-hacer-tu .node .content ul li {
  list-style-image:url(images/fvf/punto_lista_qpuedes.gif);
  }
  
  .box_info
  {
    background-color:#EFEBE0;
    display:block;
    font-size:0.9em;
    line-height:1.4em;
    margin:2.2em 0;
    padding:1.6em;
    border:1px solid #e3dcca;
    clear:both;
}
.more_items {
font-weight:bold;
font-size:0.9em;
padding-right:20px;
text-align:left;
}

.webform-confirmation{
    background-color:#EFEBD6;
    display:block;
    font-size:0.9em;
    line-height:1.4em;
    margin:2.2em 0;
    padding:1.6em;
border:3px solid #DFD8B5;
clear:both;
}
  .border{
    border:1px solid #E3D6B9;
  }
 
   .node .content .box_comment
  {
    background-color:#F1EDDA;
    border-color:#D7D0BB;
    border-style:solid;
    border-width:1px 2px 2px 1px;
    color:#91855B;
    font-size:1em;
    font-style:normal;
    font-weight:normal;
    margin:10px 0;
    padding:3px 3px 3px 8px;
 }
 


  .node .content .group-more-info{
  width:262px;
  float:right;
  margin-left:1.3em;
  }
  
  .node .content .fieldgroup .content {
  padding-left:0;
  }
  
  .node .content .group-more-info .field-field-enlace .field-item{
background-color:#EFEBE0;
border-top:1px solid #E3DCCA;
display:block;
font-size:0.9em;
margin-bottom:0.6em;
padding:6px 6px 6px 10px;
}
  
.node .content .group-more-info .field-field-enlace .field-item a{
  font-weight: normal;
}
.node .content .group-more-info .field-field-imatge{
margin-bottom:1em;
}
.node .content .group-more-info .field-field-imatge img{
border:1px solid #695529;
}
  
.resultados table {
background-color:#EDE7D3;
background-repeat:no-repeat;
border:1px solid #E2D9BA;
border-collapse:collapse;
color:#6F612F;
font-size:0.9em;
font-weight:bold;
width:100%;
}
.resultados table td {
background-repeat:no-repeat;
border:1px solid #E2D9BA;
padding:5px 10px;
}
  /*
   * secciones
   */
  
 .cabecera_cuadrada {
color:#FFFFFF;
display:block;
margin-bottom:18px;
margin-left:0;
overflow:hidden;
padding:0 0 0 20px;
font-size:0.9em;

}
.seccion-quienes-somos .cabecera_cuadrada {
   background-color:#469090; 
 }
 
.seccion-que-hacemos .cabecera_cuadrada{
background-color:#CC0001;
 }
 
.seccion-que-puedes-hacer-tu .cabecera_cuadrada{
  background-color:#95B81A;
 }
 
.seccion-empresas .cabecera_cuadrada {
  background-color:#8E151F;
 }
 
 .section-instituciones-publicas .cabecera_cuadrada {
  background-color:#003466;
 }
 
.cabecera_cuadrada h1 {
font-size:1.6em;
font-weight:bold;
line-height:1.2em;
margin:0 0 5px;
padding:10px 10px 6px 0;
}

.cabecera_cuadrada .foto_cabecera {
display:block;
float:right;
height:220px;
margin:0 0 0 18px;
padding:0 0 0 20px;
width:305px;
}
.tres_columnas {
display:block;
float:left;
margin-right:12px;
width:182px;

}
.modulo {
background-position:0 1px;
background-repeat:repeat-x;
border-top:0 solid #E4D2B8;
margin-bottom:10px;
padding:0;
font-size:1em;
}

.last_column {
margin-right:0;
}

.modulo .cabecera {
border:0 solid #D0BA77;
color:#FFFFFF;
display:block;
font-size:0.9em;
font-weight:bold;
margin:0 0 2px;
padding:2px 2px 3px 5px;
}

.modulo .cabecera a{
color: #FFFFFF;
text-decoration:none;
}

.modulo .cabecera a:hover{
text-decoration: underline;
}

.seccion-quienes-somos .modulo .cabecera{
   background-color:#469090; 
 }
 
.seccion-que-hacemos .modulo .cabecera{
background-color:#CC0001;
 }
 
.seccion-que-puedes-hacer-tu .modulo .cabecera  {
  background-color:#95B81A;
 }
 
.seccion-empresas .modulo .cabecera {
  background-color:#8E151F;
 }
 
.seccion-instituciones-publicas .modulo .cabecera {
  background-color:#003466;
 }
 
 .node .content ul.enlaces_seccion{
  padding-right:5px;
  font-weight:bold;
  padding:0 2px;
  margin:0.8em 0;
 }
 
 .node .content ul.enlaces_seccion li{
border:0;
}
 
 .node .content ul.enlaces_seccion a{
  text-decoration:none;
  color:#706636;
  }
 .node .content ul.enlaces_seccion a:hover{
  text-decoration:underline;
  }
   
  
  

 .seccion-quienes-somos .node .content ul.enlaces_seccion a{
  color:#345261;
  }
  
 .seccion-que-hacemos .node .content ul.enlaces_seccion a{
  color:#8E0202;
  }
  
 .seccion-que-puedes-hacer-tu .node .content ul.enlaces_seccion a{
  color:#455425;
  }
  
 .seccion-empresas .node .content ul.enlaces_seccion a{
  color:#ccc;
  }
  


  
  /*
   * Fin secciones
   */
  
  
  /*
  * Fin Estilo Personalizado FVF
  */
  .node-type-page .node div.links, .node-type-story .node div.links{
  background-color:#EFEBE0;
  margin:2em 0 1em;
  padding:2px;
  text-align:right;
  }
  
  .node div.links /* Wrapper for node links */
  {
  margin:1em 0;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
  }

  ul.links.inline
  {
    display: inline;
  }

  ul.links li
  {
    /*display: inline; */
    list-style-type: none;
    padding: 0 0.5em;
  }
  
  ul.links li.addthis{
    
  }
   
  ul.links li.node_read_more
  {
    font-size:0.8em;
    font-weight:bold;
    padding: 0em;
  }
    ul.links li.node_read_more a
  {
   color:inherit;
   text-decoration:underline;
  }

  

  .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:0.8em;
  }
  #sidebar-right .block /* Block wrapper */
  {
    background-color:#EFEBE0;
    margin-bottom:0.8em;
  }
  .block a{
    color:DarkSlateGray;
    text-decoration:none;
  }
  
  .block a:hover{
    color:DarkSlateGray;
    text-decoration:underline;
  }

  .block-tagadelic .content{
    font-size:0.8em;
  }
  
  .block-tagadelic a{
    color:DarkSlateGray;
    text-decoration:none;
  }
  .block-tagadelic a:hover{
    color:DarkSlateGray;
    text-decoration:underline;
  }
  .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 */
  {
    padding:0.6em;
  }
  

  .block h2.title /* Block title */
  {
    color:#14161F;
    cursor:pointer;
    display:block;
    font-family:verdana;
    font-size:1em;
    font-weight:bold;
    line-height:1em;
    margin-bottom:0.6em;
    padding:2px;
  }
  
  #sidebar-right .block h2.title /* Block title */
  {
background-color:#DFDBD1;
    border-bottom:0 solid #E3D6B9;
    color:DarkSlateGray;
    margin-bottom:1em;
    padding:6px 4px;
  }

  
  .front #content .block {
  float:left;
  margin-right:13px;
  width:192px;
  }
 

  .front #content .block .block-inner {
  padding:0;
  }

  .front #content .block .block-inner h2.title {
  background-color:#614F7F;
  color:white;
  font-size:0.9em;
  margin-bottom:1em;
  padding:4px;

  }
  
  .front #content .block .block-inner .content {
    padding:0 2px;
  }
  
    
   .block .content /* Block's content wrapper */
  {
  }
  
  /**
  * block menu 
  **/
  .block-menu{
  padding-left:0;
  border-left:0px solid #EFE9D1;
  }
  
  .block-menu ul,
  .block-menu ol
  {
  color:#345261;
  margin-left: 0;
  padding-left:0;
  }

  .block-menu .block ul, /* Drupal overrides */
  .block-menu .item-list ul
  {
    margin: 1em 0;
    padding: 0 0 0 0em;
  }
/*
  ul ul, ul ol,
  ol ol, ol ul,
  .block ul ul, .block ul ol,
  .block ol ol, .block ol ul,
  .item-list ul ul, .item-list ul ol,
  .item-list ol ol, .item-list ol ul
  {
    margin: 0;
  }
*/
 /* .block-menu ul.menu li,
  .block-menu li.expanded,
  .block-menu li.collapsed,
  .block-menu li.leaf {
  list-style-type:none;
  list-style-image:none;
  }*/
 
   .block-menu ul.menu
  {
    margin:0 5px 0 0;
  }

  .block-menu ul.menu li{
  border-bottom:1px solid #E8E1C6;
  font-weight:normal;
  line-height:1.3em;
  margin:0 0 0 1em;
  padding:0.6em 0 0.6em 5px;
  width:inherit;
  }

  .block-menu ul.menu li.expanded ul.menu
  {
  background-color:inherit;
margin:0.8em 0.6em 1.2em 0;
padding:0;
  }

  .block-menu ul.menu li.expanded ul.menu li
  {
  font-size:0.9em;
  margin-left:0.4em;
  border-bottom:1px solid #E8E1C6;
  }
  
  .block-menu ul.menu li.leaf{
    list-style-image:url("images/fvf/menu-leaf_fvf.png");
  }
 
  .block-menu ul.menu li.expanded li.leaf{
    list-style: none;
  }
 
  .block-menu ul.menu li.last{
   /* border:0;*/
  }
 
  .block-menu ul.menu li.expanded{
border-bottom:0 none;
border-left:2px solid #DFD7C3;
font-weight:bold;
list-style-image:url("images/fvf/menu-expanded_fvf.png");
margin-top:0.6em;
  }

  
  .block-menu ul.menu li.collapsed {
  list-style-image:url("images/fvf/menu-collapsed_fvf.png");
  }
  
  .block-menu ul.menu li.expanded ul li{
  }
  
  .block-menu ul.menu li.expanded ul li.expanded{
  }
    
  .block-menu .item-list ul li /* Drupal override */
  {
    margin: 0;
    padding: 0;
    list-style: inherit;
  }
  

  .block-menu ul.menu li.active-trail li{
  }

  .block-menu ul.menu li.active-trail a{
  }
  
  .block-menu ul.menu li.active-trail a.active{
  }


  .block-menu ul.menu a
  {
  color:DarkSlateGray;
  text-decoration:none;
}

   .block-menu ul.menu a:hover
  {
    text-decoration:underline;
  }
  
  .block-menu ul.menu a.active
  {
    font-weight:bold;
    font-style:italic;
  }
  
  
  /* Colores cabecera menu */
  #sidebar-right #block-menu-menu-quienessomos h2.title{
  background-color:#469090;
  color:white;
  }
  
  #sidebar-right #block-menu-menu-quehacemos h2.title{
  background-color:#CC0001;
  color:white;
  }
  
  #sidebar-right #block-menu-menu-quepuedeshacertu h2.title{
  background-color:#95B81A;
  color:white;
  }
   #sidebar-right #block-menu-menu-empresas h2.title{
  background-color:#8E151F;
  color:white;
  }

   #sidebar-right #block-menu-menu-ipublicas h2.title{
  background-color:#003466;
  color:white;
  }
  


  /*.seccion-quienes-somos  #sidebar-right  ul.menu a{
    color:#345261;
  }
  .seccion-que-hacemos    #sidebar-right ul.menu a{
    color:#8E0202;
  }
  .seccion-que-puedes-hacer-tu  #sidebar-right  ul.menu a,
  .section-unete  #sidebar-right ul.menu a{
    color:#455425;
  }
  .seccion-empresas  #sidebar-right ul.menu a{
    color:#752000;
  }
      
  */
  #sidebar-right .block 
  {
  border:0px solid #E3D6B9;
  margin-bottom:2em;
  padding-bottom:1em;
  }
  #sidebar-right .block a
  {
    
  }
  #sidebar-right .block-menu 
  {
 background-color:#EFEBE0;
  border:0px solid #BFB38F;
 
  }
  
  #sidebar-right .block-inner
  {
    padding:0;
  }
 
  #sidebar-right h2.title
  {
  margin-bottom:0.3em;  }
  
#sidebar-right .block .content {
padding:0 0 0 10px;
}
  
  #sidebar-right .block .content p /* Block's content wrapper */
  {
   margin:0.2em 0 0.4em;
  }
  

#footer .block h2.title {
font-size:1em;
margin-bottom:0.4em;
padding:2px;
color:DarkSlateGray;
}

  #footer .block-menu ul.menu
  {
  padding:0;
  color:#645537;
  margin:0;
  font-size:0.9em;
  }
  
 #footer .block-menu ul.menu li{
  background-image:url("images/fvf/menu-lista.png");
  background-position:0 8px;
  background-repeat:no-repeat;
  border-bottom:0px dotted DarkSlateGray;
  list-style:none outside none;
  margin-left:0;
  padding:0.2em 0 0.2em 14px;
  }
    

/*  Fin blocks menu */

/*  
  ul          { list-style-type: disc; }
  ul ul       { list-style-type: circle; }
  ul ul ul    { list-style-type: square; }
  ul ul ul ul { list-style-type: circle; }
  ol          { list-style-type: decimal; }
  ol ol       { list-style-type: lower-alpha; }
  ol ol ol    { list-style-type: decimal; }
*/

/*
* custom blocks personalizados ****
*/
/* #block-menu-menu-footer-quienes-somos,
 #block-menu-menu-footer-que-puedes-hacer-tu,
 #block-menu-menu-footer-que-hacemos,
 #block-menu-menu-preguntas-frecuentes */

#footer .block{
    width:190px;
    float:left;
    margin-right:5px;
    background-color:inherit;
  }
  
#block-views-publicaciones-block_1, #block-views-publicaciones-block_2{
  width:190px;
  float:left;
}
  /* block vicente ferrer */
#block-block-2,#sidebar-right #block-block-5{
  background-image:url("/web/sites/default/files/img/contenidos/vicente-ferrer.png");
  background-color:#0076A3;
  background-position:right bottom;
  background-repeat:no-repeat;
  height:149px;
}
#block-block-2 h2,#sidebar-right #block-block-5 h2{
  color:white;
}

#block-block-2 a ,#sidebar-right #block-block-5 a{
  color:white;
}

  /* block Nobel de la Paz */
#block-block-12{
  background-color:black;
  color:white;
}
#block-block-12 h2.title, #block-block-12 a{
color: white;
}

  
   /* block tienda solidaria */
#sidebar-right  #block-block-3{
  background-image:url("/web/sites/default/files/img/contenidos/tienda-solidaria.png");
background-position:center bottom;
background-repeat:no-repeat;
height:149px;
background-color:#E4DDCB;
  }
  
  #sidebar-right #block-block-11 {
  background-color:#E4DDCB;
    }
  #sidebar-right #block-block-11 a{
 
  }
  #sidebar-right #block-block-11 h2{
 
  }
  /* block social buttons */
 #block-block-13  ul.menu {
  border:medium none;
  list-style:none inside none;
  margin:0 0 1em 0.2em;
  padding:0;
  text-align:left;
  }
  
 #block-block-13 ul.menu li{
    background-position:0 50%;
    background-repeat:no-repeat;
    list-style:none outside none;
    padding:0.6em 0;
    padding-left:35px;
    margin-left:0;
  }
 #block-block-13 ul.menu li.fb{
      background-image:url("/es/sites/default/files/img/contenidos/facebook-24x24.png");
 }
  
 #block-block-13 ul.menu li.youtube{
      background-image:url("/es/sites/default/files/img/contenidos/youtube-24x24.png");
 }
  
 #block-block-13 ul.menu li.rss{
      background-image:url("/es/sites/default/files/img/contenidos/feed-24x24.png");
 }
  
  /* block actua */
  .front #content #block-block-16{
   width:100%;
   _width:180px;
   padding:0;
 
  }
  
  .front #content #block-block-16 a{
      color:white;
      font-weight:bold;
  }
    
  .front #content #block-block-16 .block-inner{
    margin:12px;
  }
  
  .front #content #block-block-16 h2.title {
background-color:#E67817;
border-bottom:2px solid #FFFFFF;
color:white;
font-size:1.2em;
margin:0 0 1.4em;
padding:0 0 5px;
  }
  
  .front #content #block-block-16 .content {
  color:white;
  padding:0;
  }
  
  .front #content #block-block-16 .content p{
  color:white;
  font-weight:bold;
  font-size:1.2em;
  margin-bottom: 1em;
  }
  
  .front #content #block-block-16 ul {
  line-height:0;
  list-style:none outside none;
margin:2em 0;  padding:0;
  text-align:left;
  }
  
  .front #content #block-block-16 ul li{
  list-style:none;
  margin-bottom:3px;
  margin-left:0;
  display:block;
  }
  
  .front #content #block-block-16 ul li img{
    border:0;
    margin:0;
  }
  
  
 /* Blocks secciones */
 #sidebar-right #block-menu-menu-quienessomos{
    color:#345261;
  }
 #sidebar-right #block-menu-menu-quehacemos{
    color:#8E0202;
  }
  #sidebar-right #block-menu-menu-quepuedeshacertu{
    color:#455425;
  }
  #sidebar-right #block-menu-menu-empresas{
    color:#752000;
  }
  
  /* Block menu filtro noticias --actualidad --empresas --ipublicas */
#menu-fotografias-prensa {
  background-color:inherit;
  margin:2em 0;
  font-size:0.9em;
}

#menu-fotografias-prensa  ul{
    overflow:hidden;
    padding:0;
  }
#menu-fotografias-prensa ul li{
  border-color:-moz-use-text-color;
  border-style:none solid none none;
  border-width:0 1px 0 0;
  display:block;
  float:left;
  list-style-type:none;
  padding:0 4px;
  margin:3px 0;
  }
  
 
  #menu-fotografias-prensa  ul li a{
    text-decoration:underline;
    color:#2F4F4F;
    background-color:inherit;
  }
 
  .front #content #block-views-802d82de766d0165d27a1bf3abe3be1d{
  }
  
 
  .front #content #block-views-noticias_groups-block_1{
  width:399px;
  }


  .front #content #block-block-13{
    margin:0;
  } 
 
 
  .front #content #block-views-destacado_home-block_1{
  width:100%;
  }
    
  .front #content #block-views-destacado_home-block_1 .block-inner {
  }

.front #content #block-views-destacado_home-block_1 h2.title {
display:inline;
margin:0;
background-color:#614F7F;
color:white;
}

.front #content #block-views-destacado_home-block_1 .content {
border:1px solid #E3D6B9;
padding:7px;
}
  
#block-views-destacado_home-block_1 td{
padding:0 6px 0 0;
vertical-align:top;
width:33%;
}
  #block-views-destacado_home-block_1 td img{
    border:1px solid #DCD5C3;

  }

  #block-views-destacado_home-block_1 .views-view-grid{
    margin:0;
  }
  #block-views-destacado_home-block_1  .views-field-title{
  font-size:1em;
  margin-bottom:3px;
  }
  #block-views-destacado_home-block_1  .views-field-body{
  font-size:0.9em;
  }
  #block-block-7 .block-inner{
    padding:0;
  }
 
  #block-views-noticias-block_3 .block-inner {
  padding:1em;
  }

  

  
  
  #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 */
    border:3px solid #DFD8B5;
    margin:30px 0;
  }
  
  #block-user-0 h2.title{ /* "User login form" block */
    display:none;
  }

  #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 */
  {
  }


/**
  * blocks views
**/

  .view .view-content .views-row{
    border-bottom:1px dotted DarkSlateGray;
    margin-bottom:1em;
  }
  
  .views-field-field-video-embed{
    margin-bottom:1em;
  }

  .view.view-id-noticias.view-display-id-page .view-content .views-row{
    border-bottom:0px;
  }

  .views-field-created{
  font-size:0.8em;
  font-weight:normal;
  }
  .page-prensa-notas-de-prensa .views-field-created{
  font-size:0.9em;
  font-weight:bold;
  color:DarkSlateGray;
  display:block;
  }

  .page-prensa-notas-de-prensa .views-field-title{
  font-size:0.9em;
  font-weight:normal;
  color:DarkSlateGray;
  }
   
  .views-field-title{
  font-size:0.9em;
  font-weight:bold;
  margin-bottom:1em;
  }
  .views-field-title a{
  color:DarkSlateGray;
  text-decoration:none; 
  }
  .views-field-title a:hover{
  color:DarkSlateGray;
  text-decoration: underline; 
  }
  
  .views-field-teaser{
  font-size:0.8em;
  }
  
  .views-field-field-adjunto-fid{
font-size:0.8em;
margin-bottom:1em;
}
  
  .views-field-body{
  font-size:1em;

  }
  .views-field-field-lugar-actividad-value{
  font-size:0.8em;
  font-weight:normal;
  }
  .views-field-field-date-value{
  font-size:0.8em;
  font-weight:normal;
  }
  
  .view .view-content .views-table{
    
  }
  
    .view .view-content .views-table thead tr{
background-color:#EFEBE0;
border-bottom:1px solid;
color:darkSlateGray;
margin-bottom:1em;
padding:6px 4px;
}
  
  
  .view .view-content .views-table tr.odd,
  .view .view-content .views-table tr.even{
    background-color:inherit;
    border-bootom:1px dotted DarkSlateGray;

  }
  
  #sidebar-right .block h2.title {
} 
  
  
  .view .view-content .views-table .views-field-title{
  font-size:0.8em;
  font-weight:bold;
  }

  .view .view-content .views-table thead tr .views-field-field-lugar-actividad-value,
  .view .view-content .views-table thead tr .views-field-field-date-value,
  .view .view-content .views-table thead tr .views-field-title{
  font-size:0.9em;
  font-weight:bold;
  margin:0;
  }
    
  .view .view-content .views-table td{
padding:10px 2px;  }
  
  
   
  /*
  * views noticia home block_1=español block_2=ingles
  */ 
  #block-views-noticias_groups-block_1 .views-view-grid,
  #block-views-noticias_groups-block_2 .views-view-grid{
    margin:0;
  }
  
   #block-views-noticias_groups-block_1 .views-field-title,
   #block-views-noticias_groups-block_2 .views-field-title
  {
font-weight:bold;
margin-bottom:0.3em;
font-size:1em;
  }
  
   #block-views-noticias_groups-block_1 .views-field-title a,
   #block-views-noticias_groups-block_2 .views-field-title a
  {
color:DarkSlateGray;
text-decoration:none;  }
  
   #block-views-noticias_groups-block_1 .views-field-title a:hover,
   #block-views-noticias_groups-block_2 .views-field-title a:hover
  {
    text-decoration:underline;
  }
  
  #block-views-noticias_groups-block_1 .views-field-field-imatge-fid,
  #block-views-noticias_groups-block_2 .views-field-field-imatge-fid{
  float:left;
  margin-right:1.1em;
  }
  #block-views-noticias_groups-block_1 .views-field-field-imatge-fid img,
  #block-views-noticias_groups-block_2 .views-field-field-imatge-fid img{
    border:1px solid #62592F;
  }
  #block-views-noticias_groups-block_1 .views-field-field-destacado-home-value,
  #block-views-noticias_groups-block_2 .views-field-field-destacado-home-value{
   font-size:0.9em;
  }
 
  #block-views-noticias_groups-block_1 table.views-view-grid td,
  #block-views-noticias_groups-block_2 table.views-view-grid td{
  padding:0 1em 1em 0;
  vertical-align:top;
  width:50%;
  }
  #block-views-noticias_groups-block_1 a,
  #block-views-noticias_groups-block_2 a{
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  text-decoration:none;
  }
  
  /*
  * Este es el de video 
  */
  .view-Galerias.view-id-Galerias.view-display-id-page_6 .views-row{
  border:0 solid;
  margin-bottom:2em;
  }
  
  
  /*
  * VIEWS Albums fotos (block 2) y videos (block 3) ***** ***** 
  */ 
  #block-views-Galerias-block_2 table.views-view-grid td,
  #block-views-Galerias-block_3 table.views-view-grid td{
  border:0 solid #000000;
  font-size:1em;
  font-weight:bold;
  padding:6px 3px 6px 6px;
  text-align:left;
  vertical-align:top;
  width:25%;
  }
  #block-views-Galerias-block_2 .views-field-field-fotografia-fid{
    float:left;
    margin-right:10px;
  }
  #block-views-Galerias-block_2 table.views-view-grid td a,
  #block-views-Galerias-block_3 table.views-view-grid td a{
  color:DarkSlateGray;
  }
  
  #block-views-Galerias-block_2 table{
  border:0;
}


  
  /** VIEWS publicaciones **/
  .page-prensa-fvf-en-los-medios .view-publicaciones .view-content .views-row,
  .page-publicaciones-memoria-actividades .view-publicaciones .view-content .views-row,
  .page-publicaciones-revista-anantapur .view-publicaciones .view-content .views-row,
  .page-prensa-notas-de-prensa  .view .view-content .views-row {
    border-bottom:0;
    margin-bottom:0;
    overflow:hidden;
    padding:6px;
  }
  
  
  .view-publicaciones .views-field-title,
  .view-publicaciones .views-field-body,
  .view-publicaciones .views-field-field-adjunto-fid-1,
  .view-publicaciones .views-field-field-adjunto-fid,
  .view-publicaciones .views-field-field-date-publicacion-value,
  .view-publicaciones .views-field-field-file-fvf-en-prensa-fid,
  .view-publicaciones .views-field-field-fuente-url {
  }
  
  .view-publicaciones .views-field-field-imatge-fid  {
  float:right;
  margin-left:20px;
  }
  .view-publicaciones .views-field-field-imatge-fid img {
  border:1px solid #62592F;    
  }
  .view-publicaciones .views-field-title  {
  color:DarkSlateGray;
  margin-bottom:0.9em;
  font-size:0.9em;
  font-weight:bold;
  }
  .view-publicaciones .views-field-body ,
 .view-publicaciones .views-field-field-autor-value,
 .view-publicaciones .views-field-field-adjunto-fid-1,
  .view-publicaciones .views-field-field-adjunto-fid,
  .view-publicaciones .views-field-field-date-publicacion-value,
  .view-publicaciones .views-field-field-file-fvf-en-prensa-fid,
  .view-publicaciones .views-field-field-fuente-url{
    font-size:0.8em;
  }

  .view-Galerias  #views_slideshow_singleframe_main_1{
    overflow:hidden;
    color:DarkSlateGray;
    margin-bottom:2em;
    border:0px solid Teal;
   /* background-color:black;*/
  }
  .view-Galerias  #views_slideshow_singleframe_main_1 .views-field-name{
    font-weight:bold;
    font-size:1em;
  }
  .view-Galerias  #views_slideshow_singleframe_main_1 .views-field-description{
    margin-bottom:2em;
  }
  .view-Galerias  #views_slideshow_singleframe_main_1 .views-field-field-fotografia-fid{
    
  }
  .view-Galerias  #views_slideshow_singleframe_main_1 .views-field-title{
    font-weight:bold;
  }
  .view-Galerias  #views_slideshow_singleframe_main_1 .views-field-field-fotografia-data-1{
    
  }

  .view-display-id-page_1 table.views-view-grid{
    width:100%;
  }
  
  .view-display-id-page_1 table.views-view-grid td{
    vertical-align:top;
    padding:6px 6px 6px 6px;
font-size:0.8em;
width:25%;
}

/** 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 **/
  .node-type-webform form,
  .page-difunde-diselo-a-un-amigo form{
    font-size:0.8em;
  }

  .node-type-webform form fieldset  {
  border:1px solid #E8E1C6;
  margin:1em 0;
  padding:1em;
  }

#webform-component-acepto_condiciones label,
#webform-component-quiero_recibir_informacion label{
 display:none;
}

#webform-component-acepto_condiciones .form-checkboxes label,
#webform-component-quiero_recibir_informacion .form-checkboxes label{

 display: block;
}


  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 0.6em 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 */
  {
   margin-top:2em;
  }

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

#tinymce{
  background-image:none;
  background-color:#F7F3E8;
}


/* Views slideshow 
 * ************************************. block-views-destacado_home-block_2
 */
#front_row_1 #front_row_1_col_1 #block-views-destacado_home-block_2  {
  margin:0;
}

#front_row_1 #front_row_1_col_1 #block-views-destacado_home-block_2 .block-inner {
  padding:0;
}
#front_row_1 #front_row_1_col_1 #block-views-destacado_home-block_2 img {
border:1px solid #BFB38F;
margin:0;
}

.view-destacado-home.view-display-id-block_2 .views-field-title{
display:block;
left:0;
opacity:1;
position:absolute;
top:283px;
z-index:5;
margin:0 1em;
}

.view-destacado-home.view-display-id-block_2 .views-field-body{
background-color:#4C2368;
display:block;
left:303px;
margin:0 10px;
opacity:1;
padding:10px 10px 40px;
position:absolute;
top:163px;
width:240px;
z-index:5;
}

/*.view-destacado-home.view-display-id-block_2 .views-field-body{
background-color:#308484;
display:block;
left:0;
margin:0 10px;
opacity:1;
padding:10px;
position:absolute;
top:239px;
width:558px;
z-index:5;
}*/

.view-destacado-home.view-display-id-block_2 .views-field-body h3{
  font-size:1.3em;
  line-height:1.3em;
  margin:0;
  font-family:arial;
}

.view-destacado-home.view-display-id-block_2 .views-field-body a{
  text-decoration:none;
  color:white;
}
.view-destacado-home.view-display-id-block_2 .views-field-body a:hover{
  text-decoration: underline;
}



/* 
 * Ofertas de trabajo ************************************.
*/

.view-ofertas-trabajo .views-field-body{
  font-size:0.9em;
  }
.view-ofertas-trabajo .views-field-created{
  font-size:0.8em;
}

/* 
 * Fondos de escritorio ************************************.
*/
.fila_fondos_escritorios{
  clear: both;
  padding-bottom: 14px;
  padding-top: 10px;
}
.fila_fondos_escritorios img{
float:left;
margin-right:40px;
}

.field-field-date-publicacion,  .field-field-autor, .field-field-fuente{
  font-size:0.8em;
}

.field-field-date-publicacion{
margin-bottom:2em;
}

 .field-field-autor{
  margin-top:1em;
}