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

/* Inici CSS */

.link_col {
	float:left;
	width:150px;
	height:100%;
}

.mujer_espanol {
	background:url('../../image/coleccion/mujer.jpg') left top no-repeat;
}

.mujer_english {
	background:url('../../image/coleccion/woman.jpg') left top no-repeat;
}

.hombre_espanol {
	background:url('../../image/coleccion/hombre.jpg') left top no-repeat;
}

.hombre_english {
	background:url('../../image/coleccion/man.jpg') left top no-repeat;
}

.joven_espanol {
	background:url('../../image/coleccion/joven.jpg') left top no-repeat;
}

.joven_english {
	background:url('../../image/coleccion/children.jpg') left top no-repeat;
}


/* Content Left */

#left_col {
	float:left;
	width:150px;
	height:100%;
}

#left_content {
  float:left;
  position:relative;
  padding:15px 0 0 75px;  
  width:225px;
  height:485px;
}

#left_content ul {
  margin:10px 0 0 0;
}

#left_content li {
  color:#000033;
  font-size:11px;
  font-weight:bold;
  line-height:14px;
  list-style-type:none;
  margin:0 0 0 20px;
}

#left_content ul ul {
  margin:5px 0 0 0;
}

.content_mujer { background:url('../../image/coleccion/mujer/mujer_fons.jpg') left top no-repeat; }
.content_hombre { background:url('../../image/coleccion/mujer/mujer_fons.jpg') left top no-repeat; }
.content_joven { background:url('../../image/coleccion/mujer/mujer_fons.jpg') left top no-repeat; }

.link_back {
	position:absolute;
	left:20px;
	bottom:20px;
	width:35px;
	height:35px;
	background:url('../../image/back.gif') left bottom no-repeat;
}
