/* $Id$ */

/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


/*
 * Body
 */
body {
  margin: 0;
  padding: 0;
  font-family:helvetica, sans-serif;
}

#page-wrapper {
margin-top:10px;
}

#page {

}

/*
 * The skip navigation link will be completely hidden until a user tabs to the
 * link. See http://www.webaim.org/techniques/skipnav/
 */
#skip-link a,
#skip-link a:visited {
  position: absolute;
  display: block;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-align: center;
  background-color: #666;
  color: #fff;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  position: static;
  width: 100%;
  height: auto;
  padding: 2px 0 3px 0;
}

/*
 * Header
 */
#header {

}

#header .section {
}

#logo /* Wrapping link for logo */ {
  position:absolute; /* LTR */
  width:200px;
  margin: 0;
  padding: 0;
  z-index:1;
}

#logo img {
  vertical-align: bottom;
  margin:20px 0 0 20px;
}

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

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,
#site-name a:focus {
  text-decoration: underline;
}

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

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

}

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

#main {

}

/*
 * Content
 */
#content {
padding-left:75px;
padding-bottom:15px;
}

#content .section {
}

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

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

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

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

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
}

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

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

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

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

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

.pager a,
.pager strong.pager-current /* Each page number in the pager list */ {
  padding: 0.5em;
}

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

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

#page-Tiendas .region-content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ {
margin:10px 0 0 0;
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
.region-sidebar-first {
margin-left:-50px;
}

.region-sidebar-first .section {
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second {
}

.region-sidebar-second .section {
}

/*
 * Footer
 */
#footer {

}

#footer .section {
}

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

.region-footer {

}

/*
 * Closure
 */
.region-page-closure /* Wrapper for any blocks placed in the closure region */ {
}

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

.box h2 /* Box title */ {
}

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

/*
 * Markup free clearing (See: http://www.positioniseverything.net/easyclearing.html )
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users. "!important" is
 * used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.enlacesizq{
margin: 373px 0 0 0;
width:260px;
}
.enlacesizq .abaizq{
float:left;
margin-right:7px;
margin-top:5px;
}

.enlacesizq  .abader{
margin-top:5px;
}

.bannHome{
float:left;
margin-right:14px;
height:167px;
}

#swfobject-id-12894049721{
border:1px solid #ccc;
width:553px;
height:263px;
}

#titular_superior {
margin-right:95px;
}

.contingut{
width:556px;
}

.contingut p{
text-align:justify;
font-size:12px;
padding:0;
margin:0px;
}


#page-Productos .contingut h1{font-size:15px;}
#page-Politica-medioambiental .contingut h1{font-size:16px; margin-bottom:3px;}
#page-Politica-medioambiental .contingut p{padding-bottom:4px;}

.esquerra{
width: 260px;
float: left;

}

.dreta{
width:260px;
float:right;
padding:0px;
}

.swftools-wrapper{
margin:10px 0;
}
#node-4 .swftools-wrapper{
margin:0;
}

.esquerra_tiendas{
width: 360px;
float: left;

}

.dreta_tiendas{
width:186px;
float:right;
}
/*Formulario contacto */
#webform-component-nombre-y-apellidos{
width:51%;
float:left;
padding:0;
margin:0;
font-size:12px;
}
#webform-component-nombre-y-apellidos .form-text{ width:90%;}
#webform-component-poblacion{
width:51%;
float:left;
padding:0;
font-size:12px;
margin:-17px 0 0 0;
}
#webform-component-poblacion .form-text{ width:90%;}
#webform-component-pais{
width:51%;
padding:0;
font-size:12px;
margin:-22px 0 0 0;
}
#webform-component-pais .form-text{ width:90%;}
#webform-component-telefono{
float:left;
width:25%;
padding:0;
font-size:12px;
margin:-17px 0 0 0;
}
#webform-component-telefono .form-text{ width:83%;}
#webform-component-telefono-movil{
width:25%;
float:left;
padding:0;
font-size:12px;
margin:-17px 0 0 0;
}
#webform-component-telefono-movil .form-text{ width:83%;}
#webform-component-correo-electronico{
width:51%;
float:left;
padding:0;
font-size:12px;
margin:-18px 0 0 0;
}
#webform-component-correo-electronico .form-text{ width:90%; margin-bottom:10px; }
#webform-component-comentario{
width:51%;
float:left;
padding:0;
font-size:12px;
margin:-27px 0 0 0;
}
#webform-component-comentario textarea{
width:90%;
float:left;
padding:0;
margin:0;
height:150px;
}
#webform-component-modelos-de-las-impresoras-y-o-modelos-de-los-cartuchos{
width:40%;
float:right;
margin:-245px 45px 0 0;
padding:0;
font-size:12px;
}
#webform-component-modelos-de-las-impresoras-y-o-modelos-de-los-cartuchos textarea{
width:100%;
height: 353px;
float:right;
}
#edit-actions{float:left; position:relative; top:-30px; left:480px;}

#page-contacto .content{width:600px;}
#node-7{width:600px; height:400px;}
#node-7 input{border:0; background-color:#f1f5d1;}
#node-7 textarea{border:0; background-color:#f1f5d1;}
#node-7 label{margin-bottom:3px; font-weight:normal; }
#node-7 p{width:550px; margin-bottom:18px; margin-top:0px; }
.contentcomprar{
margin-bottom:10px;
}
input#edit-submit { background-color:#000; color:#fff;  }
#swfobject-id-12900338171{margin-top:-8px;}
#block-views-tiendas-block_1  h2.title{color:#fff; font-size:13px; line-height: 29px;
    padding-left: 21px;}
#block-views-tiendas-block_1 {background-image:url("../images/cuadre_fons.png"); width:556px; height:197px; font-size:12px; }
#block-views-tiendas-block_1  .node h2{line-height:10px;}
#block-views-tiendas-block_1  .node h2.title{float:left; width:25px; height:10px; padding-left:0px;}
#block-views-tiendas-block_1  .node{margin-bottom:20px;}
.view-tiendas{padding-top:15px;}
#block-views-tiendas-block_1  h2 a{
text-decoration:none;
font-size:10px;
color:#fff;
background-color:#000;
padding:0 1px; 
margin-top:1px;
}
#block-views-tiendas-block_1  a{
text-decoration:none;
font-size:12px;
color:#000; 
}
#block-views-tiendas-block_1  a:hover{
color:#b8cc1b;
}
.imagentienda{
position:relative;
}
.infotienda{
font-family:helvetica. sans-sefir;
position:absolute;
top:50px;
right:10px;
}
.field-label{visibility:hidden;}

#page-Quienes-somos .esquerra p{
line-height:14px;
margin-top:23px;
}
#page-Quienes-somos .dreta p{
line-height:14px;
margin-bottom:10px;
}
#page-Quienes-somos .esquerra p.nomargin{
padding-bottom:0px;
margin:23px 0 0 0;
}
#page-Quienes-somos .dreta p.nomargin{
padding-bottom:0px;
margin-bottom:0px;
}
#page-Quienes-somos .esquerra p.primer{
margin-top:0px;
}
#page-Quienes-somos .dreta h1{
margin-top:15px;
}


#page-Productos .esquerra p{
line-height:14px;
margin-bottom:20px;
}
#page-Productos .esquerra p.nomargin{
padding-bottom:0px;
margin-bottom:0px;
}
#page-Productos .dreta p{
line-height:14px;
margin-top:9px;
}


#page-Politica-medioambiental .esquerra p{
line-height:14px;
margin-bottom:12px;
}
#page-Politica-medioambiental .esquerra h1{
margin-bottom:12px;
}
#page-Politica-medioambiental .esquerra p.nomargin{
padding-bottom:0px;
margin-bottom:0px;
}
#page-Politica-medioambiental .dreta p{
line-height:14px;
margin-top:5px;
}
#page-Politica-medioambiental .dreta p.nomargin{
padding:0px;
margin:10px 0 0 0;
}
.dreta_tiendas p{
margin:0;
	}
#block-views-tiendas-block_1 table{
margin: 2px 0 0 22px;
	}
#block-views-tiendas-block_1 table td{
width:33%;
	}
.barreta{
height: 5px;
    margin: 0;
    padding: 0;
    width: 960px;
	background-image: url("../images/barreta.png");
}
.adr{ visibility:hidden; }
.location-locations-header{ visibility:hidden; }
.block-gmap_location { margin-top:-80px; }

.location{ height:20px; overflow:hidden; }