﻿/*  
Author: Arnau Pujol Cabarrocas
Author URI: http://analogicemotion.com/
*/

/* Inici CSS */
/* Slider */

.anythingSlider {
  width:975px;
  height:285px;
  margin:9px 0px 0px 0px;
  position:relative; 
  overflow:visible;
  background:#fff;
}
.anythingSlider .wrapper { 
  position: absolute; 
  top:15px; 
  left:15px; 
  width:945px; 
  height:255px; 
  overflow:hidden;
}
#contingut .anythingSlider .wrapper ul { 
  position: absolute; 
  top:0; 
  left:0; 
  margin:0px;
  width:99999px; 
  list-style: none;   
}
#contingut .anythingSlider ul li { 
  display:block; 
  float:left; 
  padding:0px;
  width:975px;
  height:255px; 
}

.anythingSlider .arrow {
  display:block;
  position:absolute;
  top:160px;
  width:35px;
  height:95px;
  text-indent:-9999px;
  background:#333;
}
.anythingSlider .forward { right:-35px; display:none; }
.anythingSlider .back { left:-35px; display:none; }

.anythingSlider #thumbNav { display:none; }
.anythingSlider #start-stop { display:none; }

/* Productes */ 

.anythingSlider .box_products {
  display:block;
  float:left;
  margin:0px 15px 0px 0px;
  width:225px;
  height:355px;
  overflow:hidden;
  text-decoration:none;
}
.anythingSlider .box_products img { display:block; float:left; margin-bottom:10px; width:225px; height:170px; }

.box_products .titular { display:block; margin:0px 0px 2px 0px; font-size:16px; font-weight:bold; color:#009AC8; }
.box_products .sub_tit { font-size:11px; color:#333; font-weight:normal; }
.box_products .price { display:block; margin:0px 0px 9px 0px; font-size:16px; font-weight:bold; color:#ff6207; }

.box_products:hover, .box_products:hover span  { color:#999; }

/* Notícies */

.box_noticia { margin:15px 0px 0px; height:130px; display:block; overflow:hidden; padding:15px; text-decoration:none; background:#fff; }
.primer { margin:0px; }
.box_noticia img { display:block; float:left; width:210px; height:130px; margin-right:15px; background:#8D8986; }

h2.destacat {
  margin:0px 0px 9px 0px;
  font-size:24px;
  line-height:24px;
  color:#1661a5;
}

.titular { display:block; margin:0px 0px 2px 0px; font-size:16px; font-weight:bold; color:#009AC8; }
.sub_tit { font-size:11px; color:#333; font-weight:normal; }
.price { display:block; margin:0px 0px 9px 0px; font-size:16px; font-weight:bold; color:#ff6207; }
.data { display:block; color:#f60; font-weight:bold; padding:0px 0px 5px; }
.box_noticia:hover, .box_noticia:hover span { color:#8D8986; }

#fires {
  padding:15px;
  height:305px; 
  background:#fff;
  overflow:hidden;
}
#contingut #fires ul { list-style:none; margin:0px; }
#contingut #fires ul li { display:block; float:left; width:210px; height:305px; overflow:hidden; margin-bottom:15px; padding:0px; }
#fires img { display:block; float:left; width:210px; height:130px; margin-right:0px; margin-bottom:11px; background:#8D8986; }
#fires .titular { margin-bottom:5px; }
#fires a:hover .titular { color:#999; }
