/* DEFECTO */
a {
	color:				#2424ff;
	text-decoration:	none;
}

a:hover {
	text-decoration: 	underline;
}

.clear {
	clear: 				both;
}

/* BODY */
body {
	font-family:	"Tahoma", Arial, Helvetica, sans-serif; 
	color:			#000;
	font-size: 		0.8em;
}

.blanco {
	color:				#FFF;
}

.azul {
	color:				#2424ff;
}

.negro {
	color:				#000;
}

/* MARCAS INICIO */
.marca {
	width: 		24%; 
	height: 	90px; 
	/*border: 	1px solid #000000; */
	text-align: center; 
	margin: 	10px 3px; 
	float: 	left;
}

.articulo {
	float: 		left;
	width: 		229px; 
	height: 	226px;
	background-image:url(../../images/fnd_articulo.jpg); 
	background-repeat: no-repeat;
	/*width: 		30%; */
	margin: 	6px 6px;
}

.menu a {
	color:				#2424ff;
	text-decoration:	none;
}

.menu a:hover {
	color:				#FFF;
	text-decoration: 	underline;
}
