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

/* Columnas */

.col1{
	width: 287px;
	float: left;
}

.col23{
	width: 640px;
	float: right;
}

.col2{
	width: 287px;
	float: left;
	margin-top: 26px;
}

.col3{
	width: 320px;
	float: right;
	margin-top: 26px;
}

/* -- */

#slide{
	position: relative;
}

#gal{
	width: 640px;
	height: 320px;
	overflow: hidden;
}

#nav{
	position: absolute;
	top: 0px;
	left: 640px;
}

#nav img{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 8px;
}

#nav img:hover{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 8px;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity: 0.6;
}
