#contenedor {
	background-color: #E6E6E6;
	width: 650px;
	margin-top: 40px;
	margin-bottom: 0px;
	border: 2px solid #666666;
	margin-right: auto;
	margin-left: auto;
}
#contenido {
	background-color: #E6E6E6;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 650px;
	z-index: 3;
}


#pie {
	background-color: #B2312C;
	color: #FFFFFF;
	width: 650px;
}
#encabezado {
	height: 200px;
	z-index: 0;
}


body {
	background-image: url(fondo1.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #CCCCCC;
}
#menu {
	background-color: #999999;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 1;

}
#contenedor #pie a {
	color: #FFFFFF;
	text-decoration: none;
}
.magnify {
}

