/*--------------------- BODY ---------------------*/
body{
	font-family:Tahoma, "Lucida Sans Unicode", Georgia, Arial;
	background:#fff;
	color:#333;
	margin:0;
	padding:0;
	font-size:12px;

}

/*--------------------- HTML ---------------------*/
div,dl,dt,dd,ul,ol,li,h1,h2,h3,pre,form,body,html,p,blockquote,fieldset,input,img{
	margin:0; 
	padding:0;
}

h1, h2, h3{
	font-weight: normal;
	line-height: 1.2em;
}

a img,:link img,:visited img{ 
	border:none;
}

ul,ol{ 
	list-style:none;
}

acronym, abbr {
	border-bottom: 1px dotted #cc0000;
	cursor: help;
}

/*------ Semantica ------*/
h1{
	margin-bottom:.5em;
	font-size:24px;
	color:#333;
	border-bottom:1px solid #333;
}

h2{
	font-size:18px;
}

h3{
	font-weight:bold;
	color:#333;
	margin-bottom:.3em;
}

p{
	line-height:18px;
	margin-bottom:10px;
	text-align:justify;
}

a{
	text-decoration:underline;
	color:#333;
	outline:none;
}

a:hover, a:focus{
	text-decoration:none;
}

.oculto{
	display:none;
}

/*------ Bullets ------*/
.bullet_ampliar_info{
	background:url(../img/all/bullet_ampliar_info.gif) no-repeat left .3em;
	padding-left:2em;
}

.bullet_siguiente{
	background:url(../img/all/bullet_siguiente.gif) no-repeat right .6em;
	padding-right:1em;
	margin-left:1em;
}

.right{
	float:right;
	margin: 0 0 10px 25px;
}


@font-face {
    font-family: 'DINLightRegular';
    src: url('../fonts/din_light-webfont.eot');
    src: url('../fonts/din_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/din_light-webfont.woff') format('woff'),
         url('../fonts/din_light-webfont.ttf') format('truetype'),
         url('../fonts/din_light-webfont.svg#DINLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*--------------------- ESTRUCTURA ---------------------*/
#container{
	margin:0 auto;
	width:980px;

}

/*------ Cabecera ------*/
#header{
	width:980px;
	height:120px;
	float:left;
	position:relative;
	font-size:11px;
	margin:0 0 20px 0;
}

#header .logo{
	position:absolute;
	top:30px;
	left:0;
}

#header a{
	text-decoration:none;
}


#menu_herramientas{
	float:right;
	background:#e9e9e9;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:0;
	border-radius:0 0 5px 5px;
	padding:0 10px;
}

#menu_herramientas li{
	float:left;
	padding:0 10px;
	line-height:25px;
}

#profesionales{
	float:right;
	margin:0 20px 0 0;
}

#profesionales li{
	float:left;
	padding:0 5px;
	line-height:25px;
}

#profesionales a{
	color:#999;
}

#menu{
	width:980px;
	height:40px;
	position:absolute;
	bottom:0;
	background:#e9e9e9;
	font-family: 'DINLightRegular';
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	border-radius:5px;
	
}

.menu_ext{
	float:right;
	background:#999;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	border-radius:0 5px 5px 0;
	padding:0 0 0 10px;
}

.menu_ext a{
	color:#fff;
}

#menu ul{
	margin:0 0 0 15px;
}

#menu li{
	list-style-type:none;
	float:left;
	line-height:40px;

	margin:0 10px 0 0;
}

#menu a{
	text-decoration:none;

	padding:5px 10px;
	font-size:14px;
	text-transform:uppercase;
}

#menu a:hover{
	background:#ccc;
	-moz-border-radius-bottomleft:5px
	-moz-border-radius-topleft:5px
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	border-radius:5px;
}

#menu .active{
	background:#666;
	-moz-border-radius-bottomleft:5px
	-moz-border-radius-topleft:5px
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	border-radius:5px;
	color:#fff;
}

#footer{
	width:980px;
	float:left;
	margin:15px 0 0 0;
	border-top:1px solid #e9e9e9;
	padding:5px 0;
}

/*------ Menu secundario ------*/

#menu_secundario{
	width:200px;
	float:left;
}

#menu_secundario li{
	line-height:30px;
	border-bottom:1px dotted #cecece;
	background: url(../images/all/bullet.png) no-repeat 3px 12px;
}

#menu_secundario li ul li{
	background: url(../images/all/bullet2.png) no-repeat 22px 12px;
	border:0;
}

#menu_secundario a{
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	height:30px;
	padding:0 0 0 15px;
}

#menu_secundario li a:hover{
	background:#e9e9e9;
}

#menu_secundario li ul {
	padding:0 0 5px 0;
}

#menu_secundario li ul li a{
	color:#666;
	height:25px;
}

#menu_secundario li ul li a:hover{
	text-decoration:underline;
	background:none;
}

#menu_secundario .active{
	font-weight:bold;
}

#menu_secundario li li{
	padding-left: 20px;
	text-transform:lowercase;
}


/*------ Index ------*/

#banner{
	float:left;
	width:980px;
	height:380px;
	margin:0 0 20px 0;
}

#noticias{
	float:left;
	background:#e9e9e9;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	border-radius:5px;
	width:980px;
	height:30px;
}

#noticias p{
	line-height:30px;
	padding:0 20px;
	float:left;
}

#noticias span{
	margin:0 0 0 10px;
	font-size:16px;
	color:#999;
}

#noticias li{
	line-height:30px;
}

#noticias a{
	text-decoration:blink;
}

#noticias a:hover{
	text-decoration:none;
}

#colecciones{
	float:left;
	margin:20px 0 0 0;
}

.coleccion{
	width:310px;
	height:250px;
	float:left;
	border:1px solid #ccc;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	border-radius:5px;	
	background: url(../images/index/coleccion_bck.png) bottom repeat-x;
	position:relative;
	margin:0 22px 0 0;
}

.coleccion img{
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topright:5px;
	border-radius:5px 5px 0 0;	
}

.coleccion h2{
	margin: 10px 15px 5px 15px;
	font-family: 'DINLightRegular';
}
.coleccion p{
	margin: 0 15px;
}

.coleccion .mas{
	position:absolute;
	right:15px;
	bottom:15px;
	text-decoration:none;
}

/*------ Contenido ------*/

#content_right{
	width:720px;
	float:right;
}

#content_right ul{
	margin:5px 0 10px 5px;
}


#content_right li{
	list-style-type:square;
	line-height:20px;
	margin:0 0 0 20px;
	padding: 0 0 0 5px;
}

.paises{
	float:left;
	width:160px;
}

#tabs li{
	list-style-type:none;
	margin:0 0 0 5px;
}

#content_right ol li{
	list-style-type:decimal;
	line-height:20px;
	margin:0 0 5px 20px;
	padding: 0 0 0 5px;
}

#puntos_venta li{
	list-style-type:none;
	margin:5px 5px 0 0;
}

#belgica li{
	list-style-type:square;
	margin:0 0 15px 20px;
}


#puntos_venta_promocion li{
	list-style-type:none;
	margin:0 0 5px 0;
	text-align:left;
}

.noticias{
	float:left;
	width:100%;
	border-bottom:1px dotted #e9e9e9;
	padding:0 0 20px 0;
	margin:0 0 15px 0;
}

.noticias img{
	float:left;
	margin:0 20px 0 0;
}


.noticias h2{
	margin:0 0 0 0;
}

.noticias_txt{
	float:right;
	width:545px;
}

.date{
	margin:0;
	font-size:11px;
	color:#ccc;
}



/*------ Disenadores ------*/

#disenadores_left{
	float:left;
	height:562px;
	width:335px;
	border:1px solid #e9e9e9;
	position:relative;
	background:url(../images/nueva_linea/disenadores/abad.jpg) no-repeat bottom ;
}

#disenadores_left h2{
	margin:10px 0 0 10px;
}

#disenadores_left p{
	margin:3px 0 0 10px;
	color:#ccc;
	font-size:14px;
	text-align:left;
}

#disenadores_left a{
	float:right;
	margin:0 10px 10px 0;
	text-align:left;

}

#disenadores_right{
	float:right;
	width:350px;
}

.disenador{
	width:350px;
	height:180px;
	border:1px solid #e9e9e9;
	margin:0 0 9px 0;
	position:relative;
}

.iratzoki{
	background:url(../images/nueva_linea/disenadores/iratzoki.jpg) no-repeat bottom left;
}

.pensi{
	background:url(../images/nueva_linea/disenadores/pensi.jpg) no-repeat bottom left;
}

.llusca{
	background:url(../images/nueva_linea/disenadores/llusca.jpg) no-repeat bottom left;
}

.disenador h2{
	position:absolute;
	left:165px;
	top:75px;
}

.disenador p{
	position:absolute;
	left:165px;
	top:100px;
	color:#ccc;
	font-size:14px;
	text-align:left;
}

.disenador a{
	position:absolute;
	right:10px;
	bottom:10px;
}

#disenador_productos{
	float:left;
	width:720px
	margin:20px 0 0 0;
}

.disenador_producto{
	width:150px;
	float:left;
	margin:15px 15px 0 0;
}

.disenador_producto img{
	border:1px solid #e9e9e9;
	margin:0 0 5px 0;
}



.sec_noticia img{
	float:right;
	margin:0 0 15px 30px;
}

.entradilla{
	font-style:italic;
	font-size:14px;
	line-height:22px;
}

.catalogo{
	padding:15px;
	width:450px;
	height:120px;
	float:left;
	background:#f4f4f4;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	border-radius:5px;	
	margin-bottom:20px;
}

.catalogo img{
	float:left;
	margin:0 20px 0 0;
}

.catalogo p{
	font-size:11px;
	color:#666;
	margin:5px 0 10px 0;
}

.catalogo_links {
	float:left;
	width:120px;
	line-height:18px;
	margin:0 30px 0 0;
}

.catalogo_links img {
	margin:0 15px 0 0;
}

.colecciones{
	width:225px;
	float:left;
	margin:0 22px 0 0;
}

.colecciones h2{
	margin: 0 0 10px 0;
	font-family: 'DINLightRegular';
	font-size:24px;
}

.colecciones img{
	margin: 0 0 10px 0;
}

#categorias{
	margin:15px 0;
	float:left;
}

.coleccion_categorias{
	width:110px;
	height:125px;
	border:1px solid #ccc;
	margin:0 8px 10px 0;
	float:left;
	position:relative
}

.link{
	width:110px;
	background:#fff;
	opacity:.9;
	position:absolute;
	bottom:0;
	left:0;
	line-height:18px;
	text-decoration:none;
	text-align:center;
}

#banner_ideas{
	position:relative;
	width:235px;
	height:125px;
	border:1px solid #ccc;
	float:right;
	margin:15px 0;
}

.enlace{
	width:235px;
	background:#fff;
	opacity:.9;
	position:absolute;
	bottom:0;
	left:0;
	line-height:18px;
	text-decoration:none;
	text-align:center;
}

.intro_coleccion{
	margin:0 0 10px 0;
}

.listado_muebles{
	float:left;
	width:170px;
	margin:0 12px 10px 0;
}

.listado_muebles img{
	margin:0 0 3px 0;
	border:1px solid #333;
}

.listado_muebles a{
	text-decoration:none;
	font-size:11px;
}

#contacto_dcha{
	float:right;
	width:320px;
}

#formulario_contacto {
	float:left;
	width:320px;
}

#formulario_contacto ul{
	margin:30px 0;
}

#formulario_contacto li{
	list-style-type:none;
	text-align:right;
	margin:3px 0;
}

#formulario_contacto input{
	width:245px;
	margin:0 0 0 10px;
}

#formulario_contacto textarea{
	width:240px;
	margin:0 0 0 10px;
}
#formulario_contacto .boton{
	width:90px;
}

#map{
	width:320px;
	height:280px;
	border:1px solid #ccc;
}

#mapa_puntosventa{
	width:350px;
	height:350px;
	margin:0 0 15px 25px;
	border:1px solid #ccc;
	float:right;
}

.infowindow{
	font-size:10px;
}

.infowindow h2{
	font-size:12px;
}

.infowindow p{
	margin:0;
	line-height:14px;
}


.distribuidores table{
	margin:15px 0;
}

.distribuidor p{
	font-size:11px;
	margin:0;
}

.distribuidores p{
	font-size:11px;
	margin:0;
}

.distribuidores td{
		padding:5px 0;
		border-bottom:1px dotted #ccc;
}

.distribuidores th{
		background:#ccc;
		padding:5px 10px;
}

.intro_promo{
	font-size:18px;
	color:#E30025;
	line-height:36px;
}
.volver{
	float:right;
	background:#e9e9e9;
	padding:5px 10px 5px 15px;
	text-decoration:none;
		-moz-border-radius-bottomleft:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomright:0;
	-moz-border-radius-topright:0;
	border-radius:10px 0 0 10px;	
}


#acabados td{
	font-size:9px;
	color:#666;
}

#acabados h3{
	margin: 15px 0 0 0;
}

#acabados img{
	border:1px solid #333;
}

#acabados span{
	color:#c80000;
}


#related{
	margin:30px 0 0 0;
	background:#fff;
	padding:10px 5px 0 5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#related li{
	border:none;
	position:relative;
	width:58px;
	height:44px;
	float:left;
	margin:0 6px 8px 0;
}

#related a{
	padding:0;
}

#related li a:hover{
	background:#fff;
	position:absolute;
	left:-30px;
	top:-23px;
	padding:10px;
	width:100px;
	height:76px;
	z-index:10;
	border:1px solid #ccc;
	box-shadow: 1px 1px 5px #666;
	-moz-box-shadow: 1px 1px 5px #666;
	-webkit-box-shadow: 1px 1px 5px #666;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#related img{
	border:1px solid #ccc;
	width:58px;
	height:44px;
}


#related li:hover img{
	border:1px solid #ccc;
	margin: 0 5px 5px 0;
	width:100px;
	height:76px;
}



