body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container{
	width:900px;
	margin:10px auto 0 auto;
	position:relative;
	padding:0 0 10px 0;
}
#container h1{
	background:url(../pix/ribbon.png) 0 0 no-repeat;
	text-indent:-9999em;
	display:block;
	width:287px;
	height:50px;
	margin:0;
	padding:0;
	position:absolute;
	top:10px;
	left:-10px;
	}



/* LA CLASE QUE DEFINIMOS EN wrapperclass = gallery */
.gallery{
	width:950px;
	margin:10px auto 0 auto;
	float:left;
}

/* ELIMINANDO LOS BULLETS DE LA LISTA DE LA GALERIA */
.gallery ul{
	list-style:none;
	overflow:hidden;
	margin:0;
	padding:0;
}
/* ESTILO PARA LA IMAGEN ACTIVA GRANDE */
.gallery ul#pics{

	margin-bottom:10px;
    margin-left:10px;
	}
	
	.gallery ul#pics li{
		overflow:hidden;
		}
	

/* ESTILO PARA LA LISTA DE MINIATURAS (THUMBNAILS) */
.gallery ul.thumbs li{
margin:0 0 12px 40px;

}
