@charset "UTF-8";
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(css-images/body-back.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
#contenedor {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	height: 168px;
}
#encabezado {
	margin-top: 12px;
	margin-bottom: 24px;
}
#catalogo {
	height: 400px;
	background-color: #333333;
	margin-bottom: 20px;
}
.texto {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: large;
	margin-bottom: 20px;
	font-weight: bold;
}
