/*  
Author: Arnau Pujol Cabarrocas
Author URI: http://analogicemotion.com/
*/

/* Wallpapers CSS */

#estructura_content { 
  background:transparent; 
  padding:25px 15px 20px 0;
}

/* Sub-Header */

#tira_aux {
}
#tira_aux_content { 
  width:975px;
  height:150px;
  background:url('../../image/tira_wallpapers.jpg') left top no-repeat;
}

/* Contingut */

.wallpaper {}
.separador_wallpapers { height:20px; }

.wallpaper img {
  display:block;
  width:225px;
  height:141px;
  background:#ddd;
  text-indent:-8000px;
}

.wallpaper .titol {
  margin:9px 0px 5px;
  color:#c00;
  font-size:14px;
  font-weight:bold;
}

.wallpaper .opcions p {
  font-size:11px;
}
.wallpaper a { color:#666; }
.wallpaper a:hover { color:#111; text-decoration:none; }

