/*
 * Hoja de estilos de JDM silleria
 */

/* 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: #897C1B;
	font-weight: bold;
}

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

a.peque:hover {
	color: #897C1B;
}

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

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

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

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

h2.recepcion {
	text-indent: -9999px;
	background-position: -220px -150px;
}

h2.colectividades {
	text-indent: -9999px;
	background-position: -440px -150px;
}

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

h2.enportada {
	text-indent: -9999px;
	background-position: -220px -180px;
}

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

h2.detalles {
	text-indent: -9999px;
	background-position: -300px -210px;
}

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

h2.detalle {
	text-indent: -9999px;
	background-position: -220px -90px;
	margin: 0 0 5px 0;
}

h2.colores {
	text-indent: -9999px;
	background-position: -220px -120px;
	margin: 10px 0 5px 0;
}

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

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

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

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

h2.reception {
	text-indent: -9999px;
	background-position: -220px -150px;
}

h2.community {
	text-indent: -9999px;
	background-position: -440px -150px;
}

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

h2.featured {
	text-indent: -9999px;
	background-position: -220px -180px;
}

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

h2.details {
	text-indent: -9999px;
	background-position: -300px -210px;
}

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

h2.detail {
	text-indent: -9999px;
	background-position: -220px -90px;
	margin: 0 0 5px 0;
}

h2.colors {
	text-indent: -9999px;
	background-position: -220px -120px;
	margin: 10px 0 5px 0;
}


/* portada */

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

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

/* fichas */

div#isDetalles {
	width: 183px;
	margin: 5px 0 10px 0;
}

div#isDetalles li {
	margin: 0 0 5px 15px;
	padding: 0;
	z-index: 0;
	float: left;
}

div#isDetalles ul li:first-child {
	margin: 0 0 5px 0;
}

div#isDetalles li img {
	padding: 0;
	margin: 0;
	z-index: 0;
}

div#jdmTapicerias {
	width: 183px;
	margin-top: 10px;
}

div#jdmTapicerias ul {
	float: left;
	/*width: 34%;*/
	margin: 0 10%;
}

div#jdmTapicerias ul li {
	text-align: left;
}

div#jdmTapicerias a {
	font-size: 77%;
	color: #999;
}

div#jdmTapicerias a:hover {
	color: #897C1B;
}

/* botones */

a.dlbtn-fotos {
	background-position: -190px -330px;
}

a.dlbtn-photos {
	background-position: -190px -330px;
}

/* menu */

ul.menu .menutitle {
    color: #897C1B;
}

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

/* pie de pagina */

div#footer a {
    color: #999;
}

div#footer a:hover {
    color: #897C1B;
}