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

/* Inici CSS */

img {
  float:left;
  margin-right:10px;
}

#imatges {
  margin:15px 0px 5px 0px;
  width:630px;
  overflow:hidden;
}

.imatge {
  float:left;
  padding:5px;
  width:630px;
  height:160px;
  background:#EEEEE1;
}

.inici_1 {
  margin-bottom:15px;
  background:url('../../image/inici_1.gif') left top no-repeat;
}
  
.inici_2 {  
  background:url('../../image/inici_2.gif') left top no-repeat;
}

		ul.hover_block { margin:10px 0px 5px 0px; display: block; overflow: hidden; }
			
		ul.hover_block li {
			list-style:none;
			float:left;
			width:620px; 
			height:150px;
			border:5px solid #eeeee1;
			position:relative;
			margin-bottom:10px; 
			overflow:hidden;
			background:#eeeee1;
			}

		ul.hover_block li img {
			position: absolute;
			top:0px;
			left:0px;
		}

		ul.hover_block li .text {
			display:block;
			padding:10px 0px 10px 10px;
			width:200px;
		}

