 #lookbook{
 	min-height:				304px;
 }
 
	 #lookbook .contenido{
	 	position:			relative;
		z-index:			20;
		margin:				75px auto 0;
		width:				370px;
	 }
 
		 #lookbook .contenido > p{
		 	font-family:	FuturaMedium;
			font-size:		12px;
			text-transform:	uppercase;
			color:			#606060;
			text-align:		center;
		 }
 
		 #lookbook .contenido .boton{
			width:					auto;
			height:					80px;
			margin:					20px auto;
		 }
 
			 #lookbook .contenido .boton a{
				font-size:				12px;
				background: 			transparent url(../../resources/opacity.red.80-trans.png) repeat;
				padding:				20px 55px;
				height:					80px;
			 }
 
		 #lookbook .contenido .boton a:hover{
			background:				#750116;
		 }
 
	 #lookbook .img{
	 	position:			absolute;
		top:				0;
		left:				0;
	 }

	 
	 #lookbook_like{
	 	float:				right;
		height:				75px;
		width:				180px;
		overflow:			hidden;
		border:				none;
	 }
	 