/* Alambre Estudio
   www.alambre.net
   //
   Estilos Auka CSS+XHTML
   Portada
   Abril 2010
*/

/* General */

.coleccion{
	width: 640px;
	height: 480px;
	overflow: hidden;
	float: left;
}

.blog{
	width: 320px;
	height: 160px;
	overflow: hidden;
	float: right;
}

.shops{
	width: 320px;
	height: 320px;
	overflow: hidden;
	float: right;
}

#portada img:hover{
	opacity: 0.6;  
	-moz-opacity: 0.6;  
	filter: alpha(opacity=60);  
}
