body{
	background-color:#FFFFFF;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #59595f;
	background-image: url("../imagenes/fondoBody.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
strong{
	font-weight:bold;
}
a{
	color: #2938a6;
	text-decoration:underline;
}
a:hover{
	color:#6068a7;
}
h1{
	font-size:24px;
	padding-bottom: 10px;
}
h2{
	font-size:16px;
	padding-bottom: 10px;
}
h3,h4,h5,h6{
	font-size:14px;
	font-weight:bold;
	padding-top:4px;
	padding-bottom:8px;
}
p{
	padding-bottom:12px;
	line-height: 14px;
}
#contenedor{
	width:992px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background-image: url("../imagenes/fondoContenedor.gif");
	background-repeat: repeat-y;
}
/**********************************************************************
	Cabecera
**********************************************************************/
#cabecera{
	position:relative;
	width:922px;	/* 992 - 35 - 35 */
	height:132px;	/* 178 - 46 */
	padding-top: 46px;
	padding-left: 35px;
	padding-right: 35px;
	background-image: url("../imagenes/cabecera/fondoCabecera.jpg");
	background-repeat: no-repeat;
	overflow:hidden;
}
#cabecera a.contacto{
	position: absolute;
	right: 35px;
	top: 47px;
}
#cabecera p{
	position: absolute;
	right: 35px;
	bottom: 10px;
	color: #93c000;
	line-height: 16px;
}
/**********************************************************************
	Fin Cabecera
**********************************************************************/
/**********************************************************************
	Men�
**********************************************************************/
#menu{
	width:926px;	/* 992 - 35 - 31 */
	height:50px;
	padding-left: 31px;
	padding-right: 35px;
	background-image: url("../imagenes/menu/fondoMenu.gif");
	background-repeat: no-repeat;
	overflow:hidden;
}
#menu a{
	display: block;
	height: 50px;
	float: left;
	overflow: hidden;
}
#menu a.opcionInicio{
	width: 101px;
}
#menu a.opcionInicio:hover,#menu a.opcionInicio.opcionInicioSeleccionada{
	text-indent: -101px;
}
#menu a.opcionConocenos{
	width: 137px;
}
#menu a.opcionConocenos:hover,#menu a.opcionConocenos.opcionConocenosSeleccionada{
	text-indent: -137px;
}
#menu a.opcionMuebleJuvenil{
	width: 175px;
}
#menu a.opcionMuebleJuvenil:hover,#menu a.opcionMuebleJuvenil.opcionMuebleJuvenilSeleccionada{
	text-indent: -175px;
}
#menu a.opcionCamasAbatibles{
	width: 199px;
}
#menu a.opcionCamasAbatibles:hover,#menu a.opcionCamasAbatibles.opcionCamasAbatiblesSeleccionada{
	text-indent: -199px;
}
#menu a.opcionDormitoriosJuveniles{
	width: 230px;
}
#menu a.opcionDormitoriosJuveniles:hover,#menu a.opcionDormitoriosJuveniles.opcionDormitoriosJuvenilesSeleccionada{
	text-indent: -230px;
}
#menu a.opcionLiteras{
	width: 82px;
}
#menu a.opcionLiteras:hover,#menu a.opcionLiteras.opcionLiterasSeleccionada{
	text-indent: -82px;
}
/**********************************************************************
	Fin Men�
**********************************************************************/
/**********************************************************************
	Contenido
**********************************************************************/
#contenido{
	width: 992px;
	background-image: url("../imagenes/contenido/fondoContenido.gif");
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	overflow: hidden;
}
.interior #contenido{
	padding-top: 0px;
}
#contenido .carrousel{
	width: 922px;	/* 992 - 35 - 35 */
	height: 258px;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 16px;
	overflow: hidden;
}
#contenido .cuadros{
	width: 938px;	/* 992 - 27 - 27*/
	height: 160px;
	padding-left: 27px;
	padding-right: 27px;
	overflow: hidden;
}
#contenido .cuadros .cuadro{
	float: left;
	position: relative;
	width: 144px;	/* 308 - 164 */
	height: 148px;	/* 160 - 12 */
	padding-left: 164px;
	padding-top: 12px;
	margin-right: 5px;
	overflow: hidden;
	font-size: 11px;
	color: #ffffff;
	background-repeat: no-repeat;
}
#contenido .cuadros .cuadro.cuadro01{
	background-image: url("../imagenes/contenido/cuadros/fondoCuadro01.jpg");
}
#contenido .cuadros .cuadro.cuadro02{
	background-image: url("../imagenes/contenido/cuadros/fondoCuadro02.jpg");
}
#contenido .cuadros .cuadro.cuadro03{
	background-image: url("../imagenes/contenido/cuadros/fondoCuadro03.jpg");
	margin-right: 0px;
}
#contenido .cuadros .cuadro.cuadro04{
	background-image: url("../imagenes/contenido/cuadros/fondoCuadro04.jpg");
	
}
#contenido .cuadros .cuadro.cuadro05{
	background-image: url("../imagenes/contenido/cuadros/fondoCuadro05.jpg");
	margin-right: 0px;
}
#contenido .cuadros .cuadro h1{
	padding-bottom: 0px;
}
#contenido .cuadros .cuadro p{
	position: absolute;
	width: 100px;
	height: 60px;
	padding: 0px;
	overflow: hidden;
	right: 26px;
	top: 84px;
	line-height: 13px;
}
#contenido .cuadros .cuadro a.ver{
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	right: 0px;
	bottom: 25px;
	overflow: hidden;
}
#contenido .cuadros .cuadro a.ver:hover{
	text-indent: -25px;
}
/**********************************************************************
	Fin Contenido
**********************************************************************/
/**********************************************************************
	Interior
**********************************************************************/
#contenido #columnaIzquierda{
	float: left;
	width: 648px;
	padding-top: 30px;
	background-image: url("../imagenes/contenido/fondoColumnaIzquierda.gif");
	background-position:5px 0px;
	background-repeat: no-repeat;
	overflow: hidden;
}
#contenido #columnaIzquierda .informacion{
	position: relative;
	padding-left: 35px;
}
#contenido #columnaIzquierda .cuadros{
	width: 621px;	/* 648 - 27 */
	height: 160px;
	padding-left: 27px;
	overflow: hidden;
}


#contenido #columnaDerecha{
	width: 330px;	/* 344 - 14 */
	float: left;
	padding-left: 14px;
	padding-top: 30px;
	overflow: hidden;
	clear: right;
}
#contenido #columnaDerecha #subMenu{
	width: 294px;
	overflow: hidden;
	background-image: url("../imagenes/contenido/interior/columnaDerecha/subMenu/fondoSubMenu.gif");
	background-position: top;
	background-repeat: no-repeat;
	background-color: #010f78;
	font-size: 13px;
	margin-bottom: 15px;
}
#contenido #columnaDerecha #subMenu h1{
	padding-top: 10px;
	text-align:right;
	padding-right:15px;
	padding-bottom: 0px;
}
#contenido #columnaDerecha #subMenu #subMenuOpciones{
	padding: 0px;
	width: 294px;
	padding-bottom: 10px;
	list-style: none;
	background-image: url("../imagenes/contenido/interior/columnaDerecha/subMenu/fondoUl.gif");
	background-position: bottom;
	background-repeat: no-repeat;
}
#contenido #columnaDerecha #subMenu #subMenuOpciones a{
	display: block;
	width: 280px;	/* 294 - 14 */
	height: 28px;
	margin-left: 14px;
	background-image: url("../imagenes/contenido/interior/columnaDerecha/subMenu/fondoUlLi.gif");
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 28px;
	text-decoration: none;
	text-transform: lowercase;
	color: #ffffff;
}
#contenido #columnaDerecha #subMenu #subMenuOpciones a span{
	background-image: url("../imagenes/contenido/interior/columnaDerecha/subMenu/vineta.gif");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 16px;
}
#contenido #columnaDerecha #subMenu #subMenuOpciones a:hover{
	color: #cccccc;
}
#contenido #columnaDerecha .opinion{
	position: relative;
	width: 300px;
	height: 90px;
	overflow: hidden;
	background-image: url("../imagenes/contenido/interior/columnaDerecha/opinion/fondoOpinion.gif");
	background-position: left;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
#contenido #columnaDerecha .opinion h1{
	padding-left: 16px;
	padding-top: 11px;
}
#contenido #columnaDerecha .opinion a{
	position: absolute;
	right: 0px;
	bottom: 14px;
	width: 75px;
	height: 25px;
	overflow: hidden;
}
#contenido #columnaDerecha .opinion a:hover{
	text-indent: -75px;
}
#contenido #columnaDerecha #novedades{
	width: 300px;
	overflow: hidden;
	background-image: url("../imagenes/contenido/interior/columnaDerecha/novedades/fondoNovedades.gif");
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #74c6e6;
	color: #ffffff;
}
#contenido #columnaDerecha #novedades h1{
	padding-left: 142px;
}
#contenido #columnaDerecha #novedades ul{
	width: 288px;	/* 300 - 12 */
	padding-bottom: 10px;
	padding-left: 12px;
	list-style: none;
	background-image: url("../imagenes/contenido/interior/columnaDerecha/novedades/fondoNovedadesUl.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: 11px;
	overflow: hidden;
}
#contenido #columnaDerecha #novedades ul li{
	float: left;
	clear: both;
	width: 248px;	/* 288 - 40 */
	position: relative;
	height: 88px;
	padding-top: 10px;
	padding-bottom: 9px;
	padding-right: 40px;
	background-image: url("../imagenes/contenido/interior/columnaDerecha/novedades/fondoUlLi.gif");
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
}
#contenido #columnaDerecha #novedades ul li img{
	float: left;
	padding-left: 8px;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 11px;
	background-image: url("../imagenes/contenido/interior/columnaDerecha/novedades/fondoImagen.gif");
	background-position: top left;
	background-repeat: no-repeat;
}
#contenido #columnaDerecha #novedades ul li a img{
	float: none;
	padding: 0px;
	background: none;
}
#contenido #columnaDerecha #novedades ul li h2{
	font-size: 13px;
	font-weight: bold;
}
#contenido #columnaDerecha #novedades ul li a.ver{
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0px;
	bottom: 10px;
	overflow: hidden;
}
#contenido #columnaDerecha #novedades ul li a.ver:hover{
	text-indent: -25px;
}
/**********************************************************************
	Fin Interior
**********************************************************************/
/**********************************************************************
	Listado Productos
**********************************************************************/
#contenido #columnaIzquierda #listadoProductos{
	width: 621px;	/* 648 - 27 */
	padding-left: 27px;
	overflow: hidden;
}
#contenido #columnaIzquierda #listadoProductos .producto{
	position: relative;
	float: left;
	width: 246px;	/* 300 - 20 - 34 */
	height: 133px;	/* 142 - 9 */
	padding-left: 20px;
	padding-top: 9px;
	padding-right: 34px;
	margin-right: 12px;
	margin-bottom: 18px;
	background-image: url("../imagenes/contenido/listadoProductos/fondoProducto.gif");
	background-repeat: no-repeat;
	overflow: hidden;
	color: #010000;
	font-size: 11px;
}
#contenido #columnaIzquierda #listadoProductos .producto.productoSinMargen{
	margin-right: 0px;
}
#contenido #columnaIzquierda #listadoProductos .producto h1{
	padding-top: 10px;
	font-size: 13px;
	font-weight: bold;
}
#contenido #columnaIzquierda #listadoProductos .producto img{
	float: left;
	width: 105px;
	height: 105px;
	padding: 10px;
	margin-right: 16px;
	overflow: hidden;
	background-image: url("../imagenes/contenido/listadoProductos/fondoProductoImg.gif");
	background-repeat: no-repeat;
}
#contenido #columnaIzquierda #listadoProductos .producto a.ver img{
	float: none;
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px;
	background: none;
}
#contenido #columnaIzquierda #listadoProductos .producto a.ver{
	width: 25px;
	height: 25px;
	position: absolute;
	right: 0px;
	bottom: 16px;
	overflow: hidden;
}
#contenido #columnaIzquierda #listadoProductos .producto a.ver:hover{
	text-indent: -25px;
}

#contenido #columnaDerecha .carrousel{
	position: relative;
	width: 300px;
	height: 182px;
	padding: 0px;
	margin-bottom: 15px;
	overflow: hidden;
}
#contenido #columnaDerecha .carrousel a.siguiente{
	position: absolute;
	display: block;
	bottom: 14px;
	right: 0px;
	width: 30px;
	height: 25px;
	overflow: hidden;
}
#contenido #columnaDerecha .carrousel a.siguiente:hover{
	text-indent: -30px;
}
/**********************************************************************
	Fin Listado Productos
**********************************************************************/
/**********************************************************************
	Detalle Producto
**********************************************************************/
#contenido #composicion{
	position: absolute;
	width: 400px;
	height: 25px;
	overflow: hidden;
	right: 0px;
	top: 20px;
}
#contenido #composicion a{
	display: block;
	float: right;
	width: 25px;
	height: 25px;
	margin-left: 5px;
	background-image: url("../imagenes/contenido/detalleProducto/fondoComposicionA.gif");
	background-repeat: no-repeat;
	background-position: left;
	line-height: 25px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	overflow: hidden;
}
#contenido #composicion a.seleccionado{
	width: 96px;
	color: #91bf00;
	background-image: url("../imagenes/contenido/detalleProducto/fondoComposicionASeleccionado.gif");
	font-weight: bold;
}

#contenido #composicion a:hover{
	background-position: right;
}
#contenido #detalleProducto{
	width: 606px;
	overflow: hidden;
	padding-bottom: 6px;
	margin-bottom: 10px;
	background-image: url("../imagenes/contenido/detalleProducto/fondoProducto.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #a9cb3b;
	color: #ffffff;
}
#contenido #detalleProducto .producto{
	padding-top: 10px;
	padding-left: 16px;
	padding-right: 16px;
}
#contenido #detalleProducto .producto h1{
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 2px;
}
#contenido #detalleProducto .producto p{
	font-size: 11px;
	padding-bottom: 5px;
}
#contenido #detalleProducto .producto p span{
	font-size: 12px;
}
#contenido #detalleProducto .producto p span strong.separar{
	padding-left: 30px;
}
#contenido #imagenes{
	position: relative;
	width: 583px;	/* 618 - 35 */
	height: 83px;	/* 115 - 16 - 16 */
	margin-left: 30px;
	padding-left: 35px;
	padding-top: 16px;
	padding-bottom: 16px;
	overflow: hidden;
	background-image: url("../imagenes/contenido/detalleProducto/fondoImagenes.gif");
	background-repeat: no-repeat;
}
#contenido #imagenes a.siguiente,#contenido #imagenes a.anterior{
	position: absolute;
	display: block;
	top: 44px;
	width: 25px;
	height: 25px;
	overflow: hidden;
}
#contenido #imagenes a.siguiente:hover,#contenido #imagenes a.anterior:hover{
	text-indent: -25px;
}
#contenido #imagenes a.siguiente{
	right: 0px;
}
#contenido #imagenes a.anterior{
	left: 0px;
}
#contenido #imagenes a.imagen{
	float: left;
	width: 75px;	/* 87 - 6 - 6 */
	height: 71px;	/* 83 - 6 - 6 */
	padding: 6px;
	margin-right: 28px;
	background-image: url("../imagenes/contenido/detalleProducto/fondoImagen.gif");
	background-repeat: no-repeat;
	overflow: hidden;
}


#contenido #columnaDerecha form#contactar{
	position: relative;
	width: 300px;
	height: 137px;	/* 212 - 75 */
	padding-top: 75px;
	margin-bottom: 15px;
	overflow: hidden;
	background-image: url("../imagenes/contenido/formularioContactar/fondoFormulario.gif");
	background-repeat: no-repeat;
	overflow: hidden;
}
#contenido #columnaDerecha form#contactar h1{
	position: absolute;
	left: 89px;
	top: 10px;
}
#contenido #columnaDerecha form#contactar label{
	display: block;
	float: left;
	width: 71px;	/* 81 - 10 */
	height: 22px;
	padding-right: 10px;
	margin-bottom: 6px;
	line-height: 22px;
	clear: left;
	text-align: right;
	text-transform: lowercase;
	color: #ffffff;
	overflow: hidden;
}
#contenido #columnaDerecha form#contactar input{
	display: block;
	float: left;
	width: 151px;
	height: 20px;	/* 22 - 2 */
	padding: 0px;
	padding-top: 2px;
	margin-bottom: 6px;
	overflow: hidden;
	border: 0px;
	background-image: url("../imagenes/contenido/formularioContactar/fondoInputText.gif");
	background-repeat: repeat-x;
}
#contenido #columnaDerecha form#contactar textarea{
	display: block;
	float: left;
	width: 151px;
	height: 61px;
	padding: 0px;
	overflow: hidden;
	border: 0px;
	background-image: url("../imagenes/contenido/formularioContactar/fondoTextarea.gif");
	background-repeat: repeat-x;
}
#contenido #columnaDerecha form#contactar input#botonEnviar{
	display: block;
	position: absolute;
	bottom: 14px;
	right: 0px;
	float: none;
	width: 58px;
	height: 25px;
	margin: 0px;
	border: 0px;
	clear: none;
	background: none;
}

#contenido #columnaDerecha form#contactar div.mensajeEnviado{
	display: block;
	float: left;
	line-height: 22px;
	color: #ffffff;
}
/**********************************************************************
	Fin Detalle Producto
**********************************************************************/
/**********************************************************************
	Paginaci�n
**********************************************************************/
#contenido #paginacion{
	width: 608px;
	height: 39px;
	overflow: hidden;
	line-height: 39px;
	background-image: url("../imagenes/contenido/fondoPaginacion.gif");
	font-weight: bold;
	text-align: center;
	word-spacing: 4px;
}
/**********************************************************************
	Fin Paginaci�n
**********************************************************************/
/**********************************************************************
	Pie
**********************************************************************/
#pie{
	width: 922px;	/* 992 - 35 - 35 */
	height: 14px;	/* 54 - 40 */
	padding-top: 40px;
	padding-left: 35px;
	padding-right: 35px;
	overflow: hidden;
	background-image: url("../imagenes/pie/fondoPie.gif");
	background-repeat: no-repeat;
	background-position: top;
	background-color: #ffffff;
	color: #93c000;
	clear: both;
}
#pie p{
	float: left;
}
#pie span{
	float: right;
}
#pie span a{
	text-decoration: none;
}
/**********************************************************************
	Fin Pie
**********************************************************************/
