@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imagenes/fondo.jpg);
	background-repeat: repeat-x;
}

img {
	border:0;
}

#contenedor {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#cabecera {
	height: 81px;
	width: 100%;
}
#logo {
	float: left;
}
#direccion {
	float: right;
}
#menu {
	width:880px;
	margin: 0 auto;
	margin-top:9px;
	height:21px;
}
.menu {
	margin-right:6px;
	float:left;
}
.titulo {
	float:left;
	width:655px;
	text-align:center;
}
#miniaturas {
	height:171px;
}
.izquierda {
	float:left;
}
