
#navegador {
	float: left;
	height: 40px;
	width: 100%;
	line-height: 40px;
	text-indent: 10px;
}
#navegador a {
	font-size: 1.7em;
	font-weight:bold;
	color: #333;
	text-decoration: none;
}
#navegador a:hover {
	color: #C80000;
}


#sillasIMP {
	float: left;
	height: 40px;
	width: 100%;
	line-height: 40px;
	text-indent: 10px;
}
#sillasIMP a {
	font-size: 1.5em;
	color: #333;
	text-decoration: none;
}
#sillasIMP a:hover {
	color: #C80000;
}
