/*
 * Hoja de estilos de mobiliario
 */

/* texto */

a.portada1, span.portada1 {
  color: #fff;
  font-size: 93%;
  font-weight: bold;
}

a.portada2, span.portada2 {
  color: #ccc;
  font-size: 77%;
  font-weight: bold;
}

a {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #6689B2;
	font-weight: bold;
}

a:hover {
	color: #999;
	text-decoration: underline;
}

a.peque:hover {
	color: #6689B2;
}

/* cabeceras */
h2.btitulo {
	background-image: url(../imagenes/combo-sprites.png);
	background-repeat: no-repeat;
}

h2.direccion {
	text-indent: -9999px;
	background-position: 0 0;
}

h2.espacios {
	text-indent: -9999px;
	background-position: 0 -30px;
}

h2.ogenerales {
	text-indent: -9999px;
	background-position: 0 -60px;
}

h2.novedades {
	text-indent: -9999px;
	background-position: -220px -60px;
}

h2.enportada {
	text-indent: -9999px;
	background-position: -440px -60px;
}

h2.detalles {
	text-indent: -9999px;
	background-position: -220px 0;
}

h2.colores {
	text-indent: -9999px;
	background-position: -220px -30px;
}

/* HEADERS - EN */
h2.btitle {
	background-image: url(../imagenes/combo-sprites-en.png);
	background-repeat: no-repeat;
}

h2.manager {
	text-indent: -9999px;
	background-position: 0 0;
}

h2.spaces {
	text-indent: -9999px;
	background-position: 0 -30px;
}

h2.goffices {
	text-indent: -9999px;
	background-position: 0 -60px;
}

h2.latest {
	text-indent: -9999px;
	background-position: -220px -60px;
}

h2.featured {
	text-indent: -9999px;
	background-position: -440px -60px;
}

h2.details {
	text-indent: -9999px;
	background-position: -220px 0;
}

h2.finishings {
	text-indent: -9999px;
	background-position: -220px -30px;
}

/* portada */

table#isNovedades {
	margin: 0 0 0 20px;
}

table#isNovedades td {
	padding: 2px 10px 2px 0;
}

/* fichas */

h1.public {
	background-image: url(../mobiliario/imagenes/public/cablateral.jpg);
}

div#isColores {
	clear: both;
}

/* botones */

a.dlbtn-fotos, a.dlbtn-photos  {
	background-position: 0 -330px;
}

/* menu */

ul.menu .menutitle {
    color: #6689B2;
}

div.submenu ul li a {
	color: #999;
}

/* pie de pagina */

div#footer a {
    color: #999;
}

div#footer a:hover {
    color: #6689B2;
}