@charset "utf-8";
.home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	width: 780px;
	text-align: center;
	color: #0033CC;
	margin-left: 10%;
}
.header {
	padding-bottom: 2%;
	color: #0033CC;
}
.novedades {
	float: left;
	width: 45%;
	text-align: center;
}
.producto {
	float: right;
	width: 45%;
	margin-bottom: 1%;
	border: 1px solid #BDC9F2;
	background-color: #EFF2FC;
	text-align: left;
}
.marcas {
	float: left;
	width: 45%;
	border: thin solid #BDC9F2;
}

.centro {
	width: 100%;
	margin-top: 2%;
}
.titulo {
	font-size: large;
	text-align: left;
}
.texto_cat {
	text-align: left;
}
.menu {
	float: left;
	width: 50%;
	margin: 2%;
}
.logo {
	float: right;
	width: 35%;
	margin-bottom: 1%;
}
