@charset "utf-8";
#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../imagenes/backg.jpg);

}

#header {
	height: 131px;
	width: 900px;
	background-image: url(../imagenes/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#menu {
	float: left;
	margin-top: 40px;
	width: 230px;
	height: 100%;
}

#bottom {
	clear: both;
	height: 62px;
	width: 900px;
	background-image: url(../imagenes/bottom.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: auto;
}

#articles {
	padding-top: 35px;
	padding-left: 57px;
	width: 557px;
	margin-left: 230px;
	padding-bottom: 20px;
}

#galeria {
	/* En el navegador Internet Explorer versión 6 y anteriores no funciona la propiedad "max-width" */
  max-width: 650px;
	height: 490px;
	padding-left: 18px;
}
#galeria img {
	float: left;
	margin: 1em;
	padding: .5em;
	border: 1px solid #CCC;
	background-image: url(../imagenes/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

