/* $Id: zen.css,v 1.14.2.6 2009/11/05 11:03:32 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
  {
    margin: 0;
    padding: 10px;
	padding-top: 0px;
	font:0.85em/100% Tahoma,Calibri,Verdana,Geneva,sans-serif;
  	background:#000 url(./images/bg-body.jpg) repeat-x left top fixed;
  	color: #ccc;	
	line-height:140%;
  }
  input,textarea
  {
  margin-top:5px;
  margin-bottom:15px;
  }
  form {
  margin-top:25px;
  }
a  {
	color:#eee;
	text-decoration:underline;
}
}
a:visited 
{
	color:#eee;
	text-decoration:none;
}
a:hover
{
	color:#fff;
	text-decoration:underline;
	font: bold;
}

  #page
  {
  	background:#220000;
  }

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

  #content-inner
  {
  }

  #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;
	color: #bb0022;
  }
    h2.title{
     margin: 0 0 10px 0;
	 width:100%;
	 text-align:center;
  }  
    #content-header  h1.title
  {
  font-size:2.5em;
  width:100%;
  text-align:center;
  margin-top:20px;
  }

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

  #content-area /* Wrapper for the actual page content */
  { 
  }

  ul.links /* List of links */
  {
    margin: 1em 0;
    padding: 0;
  }

  ul.links.inline
  {
    margin: 0;
    display: inline;
  }

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

  .item-list ul.pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
    text-align: center;
	padding:5px;
	background: #000 url(./images/login_bg.png) bottom left no-repeat;
	border: 2px solid #eee;
	font-family:Verdana, Arial,"Lucida Grande", sans-serif;
	font-size:16px;
	font-weight:bold; 
	line-height:40px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(./images/border-radius.htc);		
	
  }
  
  .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 ul.links /* Node links. See also the ul.links declaration above. */
  {
  }

  .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 ul.links /* Comment links. See also the ul.links declaration 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 */
  {

  }
  
  .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-comment-0 /* "Recent comments" block */
  {
  }

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

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

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

  #block-menu-secondary-links /* "Secondary 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 */
	background-color: #333;
  }

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

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


/** 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;
	padding-left:10px;
  }

  .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. */
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  }

  #user-login-form li.user-link /* The "Cancel OpenID login" links. */
  {
    margin-top: 1em;
  }

  #user-login ul
  {
    margin: 1em 0;
  }

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

  /*
  This is the default layout template for nice menus, and will provide
  a starting point for the look of your menus. To customize, it's
  recommended to create a custom CSS file using this file as a template,
  then configure the module to use your custom CSS file
  (this is done in the global settings tab of the theme administration.)

  To help understand the CSS, the HTML looks like this, where
    x is a number;
    TYPE is down/left/right;
    PATH is the menu path such as node/343;
    MID is the menu id such as 33):
  <ul id='nice-menu-x' class='nice-menu nice-menu-TYPE'>
    <li id='menu-MID' class='menu-path-PATH'><a href='#'>This is a menu item</a></li>
    <li class='menuparent menu-path-PATH'><a href='#'>A submenu</a>
      <ul...><li...>...</li>
      </ul>
    </li>
    ...
  </ul>

  If you have more than one nice-menu and want to target a particular one,
  use its id (e.g. ul#nice-menu-2).

  See README.txt and the handbook page (http://drupal.org/node/185543)
  for some CSS customization examples.
*/

/******************************
 Global CSS for ALL menu types
******************************/

  .block-nice_menus{
    margin: -2px 0 0 0;
    padding: 0;
	width: 960px;
	background:#821717 url(./images/bg-primary-1.jpg);	
  }
  
ul.nice-menu,
ul.nice-menu ul {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 0px solid #ccc;
	width: 1000px;
	background:#821717 url(./images/bg-primary-1.jpg);  
}

ul.nice-menu li {
  border: 0px solid #ccc;
  float: left;
  background:#821717 url(./images/bg-primary-3.jpg);
  /* Additional overrides to deal with Garland theme. */
  margin: 0;
  padding:0 0 0 7px;
  color:#FFFFFF;
  font-family:Verdana, Arial, Tahoma;
  font-size:14px;  
  cursor:pointer;
  font-weight:700;
  height:26px;
  line-height:26px;
  text-align:center;
  text-decoration:none;
}

ul.nice-menu a {
  padding:0 5px 0 5px;
  background:#821717 url(./images/bg-primary-3.jpg) no-repeat right bottom;
  color:#FFFFFF;
  text-decoration:none;
}

ul.nice-menu a:hover {
  padding:0 5px 0 5px;
  background:#eee url(./images/bg-primary-2.jpg) no-repeat right bottom;
  color:#660000;
  text-decoration:none;
}

ul.nice-menu a.active {
  padding:0 5px 0 5px;
  background:#821717 url(./images/bg-primary-3.jpg) no-repeat right bottom;
  color:#FFFFFF;
  text-decoration:none;
}

/******************************
 HORIZONTAL (down) menus
******************************/

ul.nice-menu-down {
  float: left;
  border: 0;
}

ul.nice-menu-down li {
  border-top: 0px;
}

ul.nice-menu-down li li {
  border-top: 0;
}

ul.nice-menu-down ul {
  left: 0;
}

ul.nice-menu-down ul li {
  clear: both;
}

/** slide portada **/
	.views_slideshow_thumbnailhover_main
	{
	padding-left:50px;
	padding-top:10px;
	}
	.views_slideshow_thumbnailhover_breakout_teasers
	{
	float:right;
	text-align:center;
	background: #8A0000 url(./images/login_bg.png);
	position:absolute;
	top:20px;
	left:113px;
	width:150px;
	height:390px;
	padding-left:480px;
	padding-top:20px;
	margin-right:20px;
	margin-top:0px;
	}
	.views-field-field-nombre-value
	{
  color:#FFFFFF;
  font-family:Verdana, Arial,"Lucida Grande", sans-serif;
  font-size:1em;  
  display:block;
  font-weight: bold;
  height:1.2em;  
  line-height:1.2em;  
  text-decoration:none;
  margin:0px 0 10px 0px;
  z-index:0;
  height:auto;
	}
	.views-field-field-nombre-escort-value
	{
  color:#FFFFFF;
  font-family:Verdana, Arial,"Lucida Grande", sans-serif;
  font-size:1em;  
  display:block;
  font-weight: bold;
  height:1.2em;  
  line-height:1.2em;  
  text-decoration:none;
  margin:0px 0 10px 0px;
  z-index:0;
  height:auto;
	}	

/******************************
 CIUTAT PORTADA
******************************/
.box1 {
	background: #8A0000 url(./images/login_bg.png) bottom right;
	margin: 50px 0px 0px 50px;
	padding: 15px;
	border: 5px solid #eee;
	width:650px;

	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(./images/border-radius.htc);
}
.rel {

	z-index: inherit;
	zoom: 1; /* For IE6 */
}
table.ciuporcoltab{
width:620px;
}
.ciutatsportada {
  font-family:Tahoma,Calibri,Verdana,Geneva,sans-serif;
  font-size:1.7em;
  line-height:1.9em;
}
.ciutatsportada  a{
	margin: 15px;
}
/******************************
 LLISTATS
******************************/
.campnom {
	z-index:1; position: relative; top: -38px;margin:0 0 0 0;
}
a.destacada {
  color:#FFFFFF;
  font-family:Verdana, Arial,"Lucida Grande", sans-serif;
  font-size:1.3em;
  display:block;
  font-weight: bold;
  height:26px;
  line-height:1.4em;
  text-align:center;
  text-decoration:none;
  padding:0 0 0 0px;
  background:#821717 url(./images/bg-primary-3.jpg);
  z-index:0;
}
a.destacada:hover{
  color:#660000;
  background:#821717 url(./images/bg-primary-2.jpg);
}
    a.titllistat
  {
  color:#FFFFFF;
  font-family:Verdana, Arial,"Lucida Grande", sans-serif;
  font-size:1em;
  font-weight: bold;
  height:auto;
  line-height:1em;
  text-decoration:none;
  }
    td.listadoscontainer
  {
	vertical-align:top;
	text-align:center;
  }    
    .listados
  {
	height:420px;
	margin-bottom:60px;
	background: #330000;
	margin: 15px 1px 15px 1px;
	padding: 10px 1px 1px 1px;
	border: 4px solid #821717;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	behavior: url(./images/border-radius.htc);  	
  }    
  .views-field-field-tarifa-x-hora-value
  {
  font-weight: bold;
  margin-bottom:7px;
  margin-left:10px;
  }
  .views-label-field-tarifa-x-hora-value
  {
  font-weight: normal;
  } 
  .views-field-field-medidas-caderas-value {
  float:right;margin-right:10px;
  }
.fxlis {
  float:left;
  color:#FFFFFF;
  font-family:Verdana, Arial,"Lucida Grande", sans-serif;
  font-size:20px;
  font-weight: bold;
  font-style:normal;
  line-height: 26px;
  text-decoration:none;
  text-align:center;
  padding:0 0 0 0;
  background: url(./images/fxlis.png) no-repeat right bottom;
  z-index:0;
  height:40px;
  width:40px;
} 
  .fxlisxp
  {
  float:right;  
  text-align:center; 
  color:#FFFFFF;
  font-family:Verdana, Arial,"Lucida Grande", sans-serif;
  font-size:14px;
  font-weight: bold;
  font-style:normal;  
  padding-top:10px;
  height:40px;
  }
  .fxlisxpcity
  {
  float:left;  
  text-align:center; 
  color:#ccc;
  font-size:12px;
  font-weight: bold;
  font-style:normal;  
  padding-top:10px;
  margin-top:-35px;
  height:40px;
  width:170px;
  } 
    .fxliscur a
  {
  float:left;  
  text-align:center; 
  color:#ccc;
  font-size:12px;
  font-style:oblique;  
  padding-top:20px;
  margin-top:0px;
  width:170px;
  text-decoration:none;
  }  
  .fleft 
  {
  float:left;
  margin-bottom:7px;
  font-size:1.2em;
  font-weight: bold;
  }
  .fright
  {
  float:right;
  margin-right:10px;
  margin-bottom:7px;
  font-size:1.2em;
  font-weight: bold;  
  }
  .destacallis
  {
  font-size:16px;
  font-weight: bold;
  font-style:normal;
  line-height: 22px;
  text-decoration:none;
  text-align:center;  
  }
.blocselectors 
{
	background: #222;
	margin: 0 auto 15px 15px;
	padding: 10px;
	border: 2px solid #000;
	position:absolute; 
	top: 240px; right: 10px;
	width:180px;

	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	behavior: url(./images/border-radius.htc); 
}

/******************************
 EXPOSED FORMS
******************************/
.views-exposed-widgets2 .views-throbbing {
	position:absolute; 
	top: 40px; left: 120px;
}
.deade
{
font-size: 10px;
font-weight: normal;
font-family: "Trebuchet MS",Arial,Helvetica,Verdana,sans-serif;
color: #999;
}

.viewsxpfx label
{
width: 180px;
text-decoration: none;
font-size: 13px;
font-weight: normal;
font-family: "Trebuchet MS",Arial,Helvetica,Verdana,sans-serif;
color: #fff;
text-transform: uppercase;
margin-bottom: 2px;
margin-top: 4px;
}

.fieldsetfx
{
width: 180px;
border:1px;
margin:0px 0px 10px 0px;
padding:15px 0 15px 0;
display: block;
float: left;
background-color: #333;

}
.fieldsetfx a {
text-decoration: none;
font-size: 14px;
font-weight: normal;
font-family: "Trebuchet MS",Arial,Helvetica,Verdana,sans-serif;
color: #EEE;
margin:5px 0 0 0;
text-transform: uppercase;
}
.viewsxpfx
{
width: 165px;
float: left;
padding-top: 0;
padding-right: 0em;
padding-bottom: 0pt;
padding-left: 0pt;
margin-top: 0px;
margin-bottom: 0px;
text-align:left;
}
.views-exposed-form .form-item, .views-exposed-form .form-submit .viewsxpfx
{
text-align:left;
margin-top: 0pt;
margin-bottom: 0pt;
font-size: 16px;
font-weight: bold;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
font-family: Verdana,Arial,"Lucida Grande",sans-serif;
}
.views-exposed-widgets  {
	margin-left: 1em;
	margin-bottom: .5em;
    text-align: center;
	padding:5px;
	background: #222;
	border: 2px solid #eee;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(./images/border-radius.htc);	  
}  
.views-exposed-widgets2  {
	margin: 0;
	padding:5px 0px 5px 5px; 
	background: #222;
	border: 2px solid #eee;
	position:absolute;
	top: 40px; right: 10px;
	width:190px;
	background-color: #333;

	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	behavior: url(./images/border-radius.htc); 	  
} 

/******************************
 BLOCKS
******************************/

  .block-search , .block-vb4auth, #block-block-1, #block-block-3, #block-block-4
  {
	background: #222;
	margin: 0 auto 15px 15px;
	padding: 10px;
	border: 2px solid #000;

	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	behavior: url(./images/border-radius.htc);  

  }
#block-block-2, #node-71
  {
	background: #222;
	margin: 0 auto 15px auto;
	padding: 10px;
	border: 2px solid #000;
font-size: 14px;
font-weight: normal;
font-family: "Trebuchet MS",Arial,Helvetica,Verdana,sans-serif;	

	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	behavior: url(./images/border-radius.htc);  

  }  
    .itemultimas
  {
	background: #000;
	margin: 0 0 5px 4px;
	padding: 5px 6px 5px 6px;
	border: 2px solid #821717;
	width: 122px;
	height:212px;
	text-align:center;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	border-radius: 5px;
	behavior: url(./images/border-radius.htc);  
  }
.view-id-portada_ultimas_altas {
margin-left:36px;
}
  
 #block-menu-secondary-links    li
  {
    display: inline;
	float: left;
	margin-right:25px;
	}
	
#node-71
  {
	background: #222;
	margin: 0 auto 15px auto;
	padding: 10px;
	border: 2px solid #000;
	text-align:center;

	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	behavior: url(./images/border-radius.htc);  
  }  	
#node-71
{
	font-style:normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 2px;
	text-align: left;
	border-collapse: collapse;
}

#node-71 th
{
	font-style:italic;
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	color: #BB0022;
}
#node-71 td
{
	padding: 10px 15px;
	color: #FFF;
	border-top: 1px solid #e8edff;
	background: #333;
}
#node-71 tr:hover td
{
	color: #FFFFFF;
	background: #821717;
	cursor: pointer;

}
#node-71
{
	font-style:normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 2px;
	text-align: left;
	border-collapse: collapse;
}
#node-71 td
{
	padding: 10px 15px;
	color: #FFF;
	border-top: 1px solid #e8edff;
}
#node-71 tr:hover td
{
	color: #FFFFFF;
	background: #821717;
	cursor: pointer;
}


	
/*------------------------------------------------------------------------
 NODE ESCORT
------------------------------------------------------------------------*/
#edit-field-imagen-portada-grande-0-filefield-remove{
float:right;
font-size
}
#field_fotos_values  input.form-submit{
float:right;
}
.page-node-add-ficha-escort tr.even  {
background: #333;
}
.page-node-add-ficha-escort tr.odd  {
background: #444;
}
.page-node-add-ficha-escort  #content{
margin-left:30px;
}
.page-node-add-ficha-escort  #sidebar-right {
margin-left:670px;
}
.page-node-add-ficha-escort  #page{
background: #222;
}
.page-node-add-ficha-escort  input.form-submit{
font-size: 16px;
padding:5px;
margin-top:25px;
}
.page-node-add-ficha-escort  input.form-file{
font-size: 16px;
padding:5px;
}
.node-type-ficha-escort.section-node-edit tr.even  {
background: #333;
}
.node-type-ficha-escort.section-node-edit tr.odd  {
background: #444;
}
.node-type-ficha-escort.section-node-edit #sidebar-right {
margin-left:670px;
}
.node-type-ficha-escort.section-node-edit #page{
background: #222;
}
.node-type-ficha-escort.section-node-edit input.form-submit{
font-size: 16px;
padding:5px;
margin-top:25px;
}
.node-type-ficha-escort.section-node-edit input.form-file{
font-size: 16px;
padding:5px;
}

div.titulitos {
clear:both;
text-align:center;
font-style:italic;
font-stretch:expanded;
font-size:34px;
font-family:Georgia, "Times New Roman", Serif;
color:#fff;
padding-top:30px;
padding-bottom:20px;
}
div.etiquetas {
font-style:normal;text-align:left;font-size:16px;color:#999;float:left;width:150px;;
}
div.manual {
font-style:italic;font-stretch:expanded;float:left;color:#ddd;text-align:justify;font-family:Georgia,"Times New Roman", Serif;font-size:17px;line-height:24px;font-weight: normal;
}
div.dades {
font-style:normal;
font-stretch:expanded;
float:left;
color:#BBB;
text-align:left;
font-family:Trebuchet,Verdana,Arial,sans-serif;
font-size:17px;
line-height:24px;
font-weight: normal;
}
#agenciatxt {
	width:400px;
	background: #222;
	margin: 0 auto 15px auto;
	padding: 10px;
	border: 2px solid #000;
font-size: 14px;
font-weight: normal;
font-family: "Trebuchet MS",Arial,Helvetica,Verdana,sans-serif;	

	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	behavior: url(./images/border-radius.htc);  
}
div.fichacont1 {float:left;width:440px;margin:15px 5px 5px 25px}
div.fichacont2 {font-style:italic;font-stretch:ultra-expanded;line-height:58px;float:right;width:440px;;text-align:center;font-size:42px;font-family:Georgia, "Times New Roman", Serif;color:#fff;}
div.fichacont3 {float:left;font-style:normal;font-stretch:ultra-expanded;line-height:22px;width:400px;margin:5px 0 5px 0;text-align:left;font-size:18px;font-family:Trebuchet,Verdana,Arial,sans-serif;}

#telfincomplet
{font-style:normal;font-stretch:expanded;color:#eee;font-family:Trebuchet,Verdana,Arial,sans-serif;line-height:25px;font-weight: normal;text-align:center;font-size:32px;}	
#telfcomplet {visibility:hidden;font-style:normal;font-stretch:expanded;color:#eee;font-family:Trebuchet,Verdana,Arial,sans-serif;line-height:40px;font-weight: normal;text-align:center;font-size:30px;}
#telfincomplet2
{font-style:normal;font-stretch:expanded;color:#eee;font-family:Trebuchet,Verdana,Arial,sans-serif;line-height:25px;font-weight: normal;text-align:center;font-size:30px;}	

#imatge
{
	background: #eee;
	margin: 0 0 15px 10px;
	padding: 0;
	border: 5px solid #eee;
	float:left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(./images/border-radius.htc);
}
#masexpe
{
font-style:normal;font-stretch:expanded;float:left;color:#999;text-align:left;font-family:Trebuchet,Verdana,Arial,sans-serif;font-size:16px;line-height:19px;font-weight: normal;
	display:none;
	width:700px;
	height:480px;
    position:absolute;
    top:60px;
    left:150px;
    z-index:100;
	background: #111;
	padding: 15px;
	border: 4px solid #eee;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(./images/border-radius.htc);*/
}
#contactamensa
{
font-style:normal;font-stretch:expanded;color:#111;font-family:Trebuchet,Verdana,Arial,sans-serif;font-size:16px;line-height:19px;font-weight: normal;
	text-align:left;
	width:400px;
	display:none;
	background: #999;
	margin-top:20px;
	padding: 10px;
	border: 4px solid #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(./images/border-radius.htc);
}
div.anadexpficha
{
	background: #222;
	margin: 0 auto 15px 15px;
	padding: 10px;
	border: 2px solid #000;
	float:left;
	width:180px;

	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	behavior: url(./images/border-radius.htc); 
}
/*------------------------------------------------------------------------
 NODE EXPERIENCIA
------------------------------------------------------------------------*/
#edit-language-wrapper, #edit-taxonomy-2-wrapper{
display:none;
}
.page-node-add-ficha-experiencia  #content{
margin-left:30px;
}
.page-node-add-ficha-experiencia  #sidebar-right {
margin-left:670px;
}
.page-node-add-ficha-experiencia  #page{
background: #222;
}
.node-type-ficha-experiencia.section-node-edit  #content{
margin-left:30px;
}
.node-type-ficha-experiencia .section-node-edit #sidebar-right {
margin-left:670px;
}
.node-type-ficha-experiencia.section-node-edit  #page{
background: #222;
}
div.manualxp {
font-style:italic;
font-stretch:expanded;
float:right;
color:#ddd;
text-align:justify;
font-family:Georgia,"Times New Roman", Serif;
font-size:17px;
line-height:24px;
font-weight: normal;
width: 700px;
}
div.palforo 
{
	background: #000 url(./images/login_bg.png) top right no-repeat;
	position:absolute;
	top:390px;
	left:0px;
	padding:10px;
	border: 5px solid #eee;
	width:200px;
	  font-family:Verdana, Arial,"Lucida Grande", sans-serif;
  font-size:14px;
  font-weight: bold;
  font-style:normal; 
text-align:center;  

	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(./images/border-radius.htc);	
}
div.anadexp 
{
	background: #222;
	margin: 0 auto 15px 15px;
	padding: 10px;
	border: 2px solid #000;
	position:absolute; 
	top: 120px; left: 20px;
	width:180px;

	-moz-border-radius: 10px;
	-webkit-border-radius:10px;
	border-radius: 10px;
	behavior: url(./images/border-radius.htc); 
}
div.expecont1 
{
	background: #000 url(./images/login_bg.png) bottom right no-repeat;
	margin: 40px 0 40px 15px ;
	padding: 10px;
	border: 5px solid #eee;
	width:585px;	

	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(./images/border-radius.htc);	
}
div.expecont2 {float:left;width:980px;margin:5px 5px 15px 0px}
div.expecontel {position:absolute; 
	top: 420px; left: 28px;}
div.expecont3 {
	position:absolute;
	top:490px;
	left:28px;
	width:200px;margin:15px 0 15px 10px;text-align:left;
	}
#meterbar2 {
	background: url(./images/meterbar-white.jpg);
	font-weight: bold;
	text-align:center;
	height:18px;
	line-height:17px;
}
#meterbar {
	margin: 0;
	width: 50px;
	height:18px;
	padding: 0;
} 
#one-column-emphasis
{
	font-style:normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 2px;
	text-align: left;
	border-collapse: collapse;
}

#one-column-emphasis th
{
	font-style:italic;
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	color: #BB0022;
}
#one-column-emphasis td
{
	padding: 10px 15px;
	color: #FFF;
	border-top: 1px solid #e8edff;
}
.oce-first
{
	background: #d0dafd;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#one-column-emphasis tr:hover td
{
	color: #FFFFFF;
	background: #821717;
	cursor: pointer;

}
#one-column-emphasis1
{
	font-style:normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 2px;
	text-align: left;
	border-collapse: collapse;
}
#one-column-emphasis1 td
{
	padding: 10px 5px;
	color: #FFF;
	border-top: 1px solid #e8edff;
}
#one-column-emphasis1 tr:hover td
{
	color: #FFFFFF;
	background: #821717;
	cursor: pointer;

}
#one-column-emphasis-xp
{
	font-style:normal;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 2px;
	text-align: left;
	border-collapse: collapse;
}

#one-column-emphasis-xp th
{
	font-style:italic;
	font-size: 14px;
	font-weight: normal;
	padding: 10px 5px;
	color: #BB0022;
}
#one-column-emphasis-xp td
{
	padding: 10px 15px;
	color: #FFF;
	border-top: 1px solid #e8edff;
}
#one-column-emphasis-xp tr:hover td
{
	color: #FFFFFF;
	background: #821717;
	cursor: pointer;

}
/*------------------------------------------------------------------------
 SECTION SEARCH
 
 .section-search #content{
margin-left:30px;
}
------------------------------------------------------------------------*/
/* --------------------------
HEADER ALL SITE
-------------------------------------------*/
.logo-image {
float: left;
clear: right;
min-height: 2em;
height: auto;
}
a.logo-image img {
margin:0 0 0 20px;
text-decoration:none;
}
.doc_header {
color: #a9a9a9;
font-family: Arial,Tahoma,Calibri,Verdana,Geneva,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 11px;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
-x-system-font: none;
position: relative;
background: url(./images/header-bg.jpg) repeat-x ;
margin: 0px;
padding: 0px;
width: 100%;
height: 100px;
}
.toplinks {
color: white;
font: normal normal normal 11px/normal Arial, Tahoma, Calibri, Verdana, Geneva, sans-serif;
position: absolute;
right: 20px;
text-align: right;
top: 0px;
}
.toplinks ul.isuser, .toplinks ul.nouser {
display: block;
float: right;
clear: left;
list-style-type: none;
list-style-image: none;
list-style-position: outside;
margin:0px;
padding:0px;
}
.toplinks ul.nouser li a {
background: rgb(174, 0, 0);
-webkit-border-bottom-left-radius: 5px 5px;
-webkit-border-bottom-right-radius: 5px 5px;
clear: left;
color: white;
display: block;
float: right;
font-size: 12px;
font-weight: bold;
height: 20px;
margin-right: 10px;
padding: 6px 10px 0px 10px;
position: relative;
text-decoration:none;
}
.toplinks ul.nouser li {
display: inline;
}
.toplinks form {
clear: left;
display: block;
float: right;
margin:0 10px 0 0;
padding:0px;
min-width: 220px;
text-align: left;
}
.toplinks .remember {
margin-top: -3.33333px;
margin-right: 0pt;
margin-bottom: 0pt;
margin-left: 20px;
font-size: 10px;
}
.toplinks .logindetails {
height: 26px;
padding: 0px 10px;
text-align: center;
background: #ae0000;
border:0px;
-webkit-border-bottom-left-radius: 5px 5px;
-webkit-border-bottom-right-radius: 5px 5px;
}
.logindetails {
border: 2px groove threedface;
display: block;
margin:0 0 0 0;
padding: 0 10px 0 0;
width:327px;
}
.toplinks form input {
border: 0px;
font-size: 11px;
margin: 3px 0px 0px;
padding: 1px;
vertical-align: baseline;
}
.toplinks form input.default-value {
color: #828282;
}
.textbox {
background: none rgb(255, 255, 255);
-webkit-border-bottom-left-radius: 3px 3px;
-webkit-border-bottom-right-radius: 3px 3px;
-webkit-border-top-left-radius: 3px 3px;
-webkit-border-top-right-radius: 3px 3px;
border: 1px solid rgb(255, 111, 111);
outline: 0px;
}
.toplinks form input.loginbutton {
font-size: 11px;
padding: 0px 5px;
border:1px solid #415d8d;
}
#mainmenu a, #mainmenu a:visited {
color: #ffffff;
display: block;
overflow-x: hidden;
overflow-y: hidden;
float: left;
height: 50px;
line-height: 50px;
font-size: 20px;
border-top-left-radius: 11px 11px; border-top-right-radius: 11px 11px;
}
#mainmenu a#mm0 {
min-width:77px;
width: auto;
background-color: #333333;
text-decoration: none;
text-align: center;
padding-left:5px;
padding-right:5px;
}
#mainmenu a#mm0:hover, #mainmenu a#mm0.current, #mainmenu a#mm0.current:visited {
color: #000000;
background-color: #cccccc;
}
#mainmenu {
bottom: 0px;
height: 50px;
margin: 0px;
position: absolute;
right: 0px;
top: 60px;
}
#mainmenu ul {
-webkit-padding-start: 40px;
display: block;
list-style-type: disc;
}
#mainmenu li {
float: left;
list-style: none;
margin: 0px 5px 0px 0px;
padding: 0px;
}


/* CHAT */

.chatroom-msg {
	color: #333;
}

/* FLAGS */

.flag-favoritas {
	background: #821717 url(./images/bg-primary-1.jpg);
	border: 1px solid #eee;
	width: 390px;
	margin: 0 25px 15px 35px;
	padding: 4px 0 4px 0;
	float:left;
	font-size: 14px;
	font-weight: bold;
	height: 20px;	
	text-align: center;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	behavior: url(./images/border-radius.htc);	
}
.flag-vista-txt{
	font-size: 14px;
	height: 20px;	
}
.flag-vista-tel{
	font-size: 20px;
	font-weight: bold;	
	height: 20px;	
}

/* SEO */
span.seo  {
text-align: center;
margin:0 20px 0 20 px;
font-style:normal;
font-stretch:expanded;
display: block;
text-align: center;
color:#BBB;
font-family:Trebuchet,Verdana,Arial,sans-serif;
font-size:12px;
line-height:16px;
font-weight: normal;
}

/* llistats per caracteristiques*/
  #linkscara ul
  {
	margin: 20px;
	padding: 0 0 0 35px; /*--Distance between the order numbers--*/
	border: 1px solid #222;
  }

  #linkscara li
  {
	margin: 0;
	padding: 15px 15px;
	color: #ccc;
	font-size: 12px;
	       /*--The bevel look is styled with various colors in the border properties below--*/
	border-top: 1px solid #000;
	border-bottom: 1px solid #353535;
	border-right: 1px solid #333;
	border-left: 1px solid #151515;
	background: #333;
	width:333px;
  }
  #linkscara a {
	text-decoration:none;	
  }  
  #linkscaraca {
	font-weight: bold;
	font-size: 14px;
	text-decoration:underline;
  }



