/* CSS Document */

/*--------------------- BODY ---------------------*/
body, html{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	margin:0;
	padding:0px;
	text-align:center;
	height:100%;
}

body{
	font-size:70%;
}


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

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

ul,ol{ 
	list-style:none;
}

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

a:hover{
	text-decoration:underline;
}

.h1_resultados{
	margin-left:0.85em;
}

html>body .h1_resultados{
	margin-left:.9em;
	width:29.45em;
}

h1{
	color:#FFFFFF;
	clear: both;
	padding: 0px;
	margin: 0px;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #000000;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h1 span.reducido {
	font-size: 0.8em;
}

html>body h1{
	margin-left:.5em;
	width:29.9em;
}
h2{
	font-size:1.1em;
}
h2.marca {
	color: #CC0000;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
h2.marca a {
	color: #999999;
	text-decoration: underline;
}
h2.marca a:hover {
	color: #000000;
	text-decoration: underline;
}


/*------ Semantica ------*/
#distance { 
		width:1px;
		height:50%;
		margin-bottom:-285px; /* half of container's height */
		float:left;
}
		
#contenedor{
	margin:0 auto;
	text-align:left;
	position:relative; /* puts container in front of distance */
	width: 950px;
	clear:left;
	
}

#contenido{
	clear:both;
	position:relative;
	padding: 15px;
	float:left;
	width: 920px;
	background-color: #FFFFFF;
	height: 490px;
	border: 1px solid #000000;
}

#logo{
	margin-left:1em;
	margin-bottom: 0px;
	position: absolute;
	left: 1em;
	top: -2em;
}

#logo2{
	margin-top:-3.5em;
	margin-left: 0.2em;
	position: absolute;
}

*html #logo2{
	margin-left:-18em;
}

#menu_herramientas{
	float:right;
}

#menu_herramientas li{
	display:inline;
}
#menu_herramientas li.activo {
	color: #CC0000;
}
#menu_herramientas li a {
	color: #999999;
	text-decoration: none;
}
#menu_herramientas li a:hover {
	color: #CC0000;
	text-decoration: none;
}
#menu_herramientas li.distribuidores img {
	position: relative;
	top: 1px;		
}
#menu_herramientas li.distribuidores {
	text-transform: uppercase;
}
#menu_herramientas li.distribuidores a {
	color: #000000;
}
#menu_herramientas li.distribuidores a:hover {
	color: #CC0000;
}

#menu_idiomas{
	color:#999;
	margin-left: 25em;
	margin-bottom: 0.5em;
}

#menu_idiomas li{
	display:inline;
}
#menu_idiomas li.activo {
	color: #CC0000;
	background-color: #FFFFFF;
}

#pie_pagina{
	float:left;
	width:950px;
	height: 2em;
	margin-top: 0.5em;
}

#pie_pagina li{
	display:inline;
}

.menu_pie_pagina{
	float:right;
	
}
.direccion_pie_pagina{
	float:left;
	
}

.direccion_pie_pagina li{
	float:left;
	margin-right:10px;
}

#menu_principal {
	float: left;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 210px;
	background-color: #666;	
	margin-bottom: 0.7em;
}

#menu_principal li a {
	color: #FFFFFF;
	background-color: #666;
	display: block;
	line-height:1.7em;
	padding: 0.2em 0.2em 0.2em 0.8em;
	border-bottom: 1px solid #FFFFFF;

}

a span.bullet_menu_principal {
	margin-right: 0.3em;
}

#menu_principal li a:hover {
	background-color: #ccc;
	text-decoration: none;
	color:#333;
}

#menu_principal li.activo {
	color: #333;
	background-color: #ccc;
	padding-top: 0.2em;
	line-height:1.7em;
	text-indent: 1em;
	border-bottom: 1px solid #FFFFFF;
}

#menu_principal ul.submenu li {
	background-color: #E1E1E1;
	padding-left: 1em;
}

#menu_principal ul.submenu li.activo_submenu {
	color: #CC0000;
	padding-left: 1.3em;
	padding-top: 0.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #F5F5F5;
		line-height:1.7em;
}

#menu_principal ul.submenu li a {
	background-color: #EFEFEF;
	color: #666666;
	
}

#menu_principal ul.submenu li a:hover {
	background-color: #E6E6E6;
}

#contenido_derecha {
	width: 680px;
	height: 490px;
	float: right;
	position:relative;

}

#contenido_derecha h1 {
	width: 660px;
	background:#B5AF71;
	margin:0 0 10px 0;
	padding:0 10px;
	line-height:25px;
	font-family:Trebuchet MS, Arial;
	font-size: 16px;
	font-weight:bold;
}

.borde{
	padding:3px;
	border:1px solid #B5AF71;
}

.borde_gris{
	padding:3px;
	border:1px solid #ccc;
}

.right{
	float:right;
	margin-left:20px;
}



div#paginacion ul {
	float: left;	
	
}
div#paginacion ul li {
	border-left: 1px solid #B5AF71;
}

div#paginacion ul li.activo {
	font-weight: bold;
	color: #B5AF71;
	border-right-width: 1px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B5AF71;
	border-left-color: #B5AF71;	
}
div#paginacion ul li.ultimo {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC0000;
}





div#destacados_home {
	float: left;
	margin-top: 8px;
	height: 150px;
	width:710px;
	
}

div#complementos {
	float: left;	
}

.banners_index{
	float: right;
}

.banners_index img{
}
#grupo_disenadores div.flotar {
	float: left;
	padding: 0px;
}
#grupo_disenadores div.flotar p {
	color: #CC0000;
}
#grupo_disenadores div.flotar a {
	color: #CC0000;
	text-decoration: none;
}
#grupo_disenadores div.flotar a:hover {
	text-decoration: underline;
}
#disenador {
	float:right;
	position:relative;
	height:435px;
	width:350px;

}
#disenador p{
	margin-bottom: 0.8em;
}
#disenador a.volver_derecha {
	position:absolute;
	bottom:0;
	right:0;
	padding:2px 8px;
	color: #fff;
	background: #B5AF71;
}
#disenador img.retrato {
	border: 1px solid #CCCCCC;
	float: left;
	
}
#buscador_localizacion_index{
	text-align:right;
	width: 150px;
	height: 140px;
	background-color: #FFFFFF;
	float: left;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-left:7px;
}
#buscador_localizacion_index  h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #666666;
	text-align: left;
	margin-bottom: 0.3em;
	line-height: 1.1em;
}
#buscador_localizacion_index form {
	background-color: #EEEEEE;

	padding-top: 0.5em;

	float: left;
}

#buscador_localizacion_index li{
	width:140px;
	margin-bottom:0.4em;
	float: left;
	margin-left: 0.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}

#buscador_localizacion_index img{
	float: left;
	margin:5px 10px 0 10px;
}

#buscador_localizacion_index p{
	float: left;
	width:70px;
	text-align:left;
	margin-top:10px;
}

#buscador_localizacion_index select{
	width:14em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #666666;
	
}
#buscador_localizacion_index input {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	text-transform: uppercase;

}

/*------ Productos ------*/
#buscador_localizacion{
	width: 208px;
	background: #FFF url(/img/all/sello_enl.png) no-repeat bottom left;
	float: left;
	border: 1px solid #999999;
	height: 70px;
	margin-bottom: 0.4em;
}
#buscador_localizacion  h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background:#B5AF71;
	color:#fff;
	padding:2px 5px;
	margin-bottom:10px;
}
#buscador_localizacion form {
	height: 5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-left:40px;
}

#buscador_localizacion li{
	margin-bottom:0.4em;
	float: left;
	margin-left: 0.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}
#buscador_localizacion select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #666666;
	width: 90px;	
}
#buscador_localizacion input {
	float: right;
	margin-right: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	text-transform: uppercase;
	margin-top: -0.2em;
}


img.complementos {
	margin-right: 3.5em;
	padding-left: 6em;
}

.banners{
	float:left;
}

#contenido_izquierda{
	float:left;
	width:19em;
	height: 486px;

}


#imagenes_productos{

}
div#detalles {
	margin-top: -1em;
	margin-left: 3em;
}
div#detalles img {
	float: right;
	margin-top: 0px;
	padding-left: 6px;
	padding-bottom: 6px;
}

#contenido_productos{
	clear: both;
	margin-top: 0.4em;
	height: 9.6em;
}


html>body #contenido_productos{
	width:60.85em
}

#listado_imagenes li{
	display:inline;
	padding-right: 1px;
}

#listado_imagenes ul{
	margin-top: 0.3em;
	margin-right: 0;
	margin-bottom: 0;
}

.activo_listado_imagenes{
	color:#CC0000;
	font-weight: bold;
}

#datos_productos{
	clear: both;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
}
#menu_herramientas_productos {
	float:left;
	margin-bottom: 1em;
}
#menu_herramientas_productos li{
	display:inline;
	padding-right: 0.2em;
}
#menu_herramientas_productos li.activo{
	display:inline;
	padding-right: 0.2em;
	color: #000000;
	background-color: #E5E5E5;
}
#menu_herramientas_productos li a {
	color: #CC0000;
	text-decoration: none;
	padding-right: 0.2em;
	padding-left: 0.2em;
}
#menu_herramientas_productos li a:hover {
	color: #FFFFFF;
	background-color: #CC0000;
}

#menu_herramientas_productos ul{
	padding-left:0.4em;
	border:1px solid #999;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0;
}

#nota_teclas_productos {
	margin-left:1em;
	float:right;
}
#nota_teclas_productos li{
	display:inline;
	padding-right: 0.2em;
}

#nota_teclas_productos ul{
	padding-left:0.4em;
	color:#999;
	padding: 0.2em;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0;
}

#nota_teclas_productos ul li img{
	margin-bottom:-0.35em;
}
div#enviar_amigo {
	background-color: #333333;
	color: #FFFFFF;
	height: 333px;
	padding-top: 1.5em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	margin-bottom: 8px;
}

div#enviar_amigo img.enviar {
	margin-right: 0.5em;
}
div#enviar_amigo p.nota {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	padding-top: 0.5em;
	width: 27em;
	margin-top: 1em;
	margin-right: 0.5em;
	float: right;
}




#resultado{
	background:#000000;
	height:28.3em;
	color:#fff;
	padding:2em 1.5em 1.5em;
}

#resultado img{
	background-color:#fff;
	border:1px solid #000;
	padding:.4em;
	margin:.5em 0 .2em 0;
}  

#resultado li{
	margin-bottom:.3em;
}

.resultado_busqueda{
	font-size:1.3em;
	border-bottom:1px solid #999;
	margin-bottom:0.5em;
}

#resultado_datos{
	margin_left:1.5em;
	margin-top: 1em;
}
#resultado_datos a {
	color: #FFFFFF;
	
}
#resultado_datos a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#listado {
	clear: both;
	margin-top: 4em;
	margin-left: 2em;
}




.naranja{
	color:#FF6600;
	font-weight:bold;
	padding-right:.3em;
}

.localidad{
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:4px solid #FF6600;
	padding-left:.3em;
	width:16.3em;
}

#izquierda{
	float:left;
	margin-top:0.5em;
}

#derecha{
	float:left;
	margin:1.5em 0 0 1.5em;
}

.volver{
	color:#fff;
	background:#B5AF71;
	padding:2px 8px;
	float:left;
	position:absolute;
	bottom:0;
	left:0;
}
.volver_fndo_negro{
	color:#FF6600;
	background:url(../img/all/bullet_volver_2.gif) no-repeat left 0.2em;
	padding-left:2em;
}
.volver_derecha{
	color:#CC0000;
	background:url(../img/all/bullet_volver.gif) no-repeat left .2em;
	padding-left:2em;
	float: right;
	margin-right: 0.5em;
	margin-top: -1.5em;
	padding-bottom: 0.2em;
}

#contenido_resultado{
	padding-top: 1em;
	margin-left: 1em;
	padding-bottom: 2em;
}

*html #contenido_resultado{
}

html>body #contenido_resultado{
	width: 100%;
}

#datos_resultado{
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0;
	padding-bottom: 1em;
}

#contenido_resultado form{
	margin-top:0.8em;
	
}

#contenido_resultado select{
	width:10em;

}


.espacio_cercano{
	color:#CC0000;
	font-size:1.2em;
	border-bottom:1px solid #ccc;
	width:26em;
	padding-bottom: 0.5em;
}


#espacios_nl{
	background:#000000 url(../img/espacios_nl/texto.jpg) no-repeat center;
	height:28.3em;
	color:#fff;
	padding:1.5em;
}
#novedades_espacios_nl{
	height:28.3em;
	color:#fff;
	padding:1.5em;
	background-color: #000000;
}

#espacios_nl img{
	margin:2.5em 0 2.5em 1.8em;
}

#espacios_nl li{
	margin-bottom:.3em;
}

div#espacio_vacio {
	height: 5em;
	color: #FFFFFF;
	float: left;
}

/* nuevo espacio*/

div#espacios {
	background-image: url(../img/espacios_nl/espacios/img_fondo_4.jpg);
	background-repeat: no-repeat;
	height: 270px;
	width: 675px;
	color: #333333;
	float: right;
	margin-bottom: 0.5em;
}
div#resultados_busqueda a {
	color: #333333;
	text-decoration: underline;
}
div#resultados_busqueda a:hover {
	text-decoration: none;
}
div#resultados_busqueda p a.volver_derecha {
	clear: both;
	margin-top: 2em;
}

p.introduccion {
	color: #333333;
	line-height: 1.5em;
	margin-top: 1em;
	margin-bottom: 1em;
}
div#tienda {
	height: 270px;
	width: 675px;
	color: #FFFFFF;
	float: right;
	margin-bottom: 0.5em;
}
div#espacios p {
	line-height: 1.8em;
	margin-top: 24em;
	color: #333333;
	
	font-family: Arial, Helvetica, sans-serif;
}
div#espacios p.piedefoto {
	float: left;
	text-transform: uppercase;
	width: 90%;
	margin-top: 4em;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 1em;
	
	letter-spacing: 1px;
}
div#buscador_espacios {
	width:260px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 1em;
	padding-top: 1em;
	color: #333333;
}
div#buscador_espacios h2 {
	margin-bottom: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #B5AF71;
}

#buscador_espacios p {
	margin-bottom:10px;
}

#buscador_espacios img{
	margin:10px 0 20px 20px;
	
}

div#buscador_espacios form {
	margin-top: 1em;
	
}
div#buscador_espacios form select {
	width: 15em;
	font-size: 0.8em;
}
div#buscador_espacios form input {
	width: 8em;
	font-size: 0.8em;
}
div#resultados_busqueda {
}
div#resultados_busqueda h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FFFFFF;
	background-color: #CC0000;
	display: inline;
	padding-right: 2px;
	padding-left: 2px;
	
}

p.linea {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
	clear: both;
	margin-top: 0.5em;
	border-top-width: 1px;
	margin-top: 0.5em;
	display: inline;
}
p.linea a.volver_derecha {
	margin-top: 0.5em;
}

div#resultados_busqueda ul {
	margin-top: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	float: left;
	
}
div#resultados_busqueda ul.pais_provincia {
	width: 17em;
}
div#resultados_busqueda ul li {
	margin-bottom: 0.2em;
	line-height: 1.5em;
}
div#resultados_busqueda ul li span.rojo {
	color: #CC0000;
}

div#resultados_busqueda ul.cantidad {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	margin-left: 4em;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	padding-left: 1em;
	margin-top: -1.5em;
	height: 12em;
	
	width: 35em;
}
div#resultados_busqueda ul.cantidad li {
	margin-bottom: 0.5em;
	padding-left: 0.5em;
}
div#resultados_busqueda ul.cantidad li.activo {
	border: 1px solid #999999;
	padding-left: 0.5em;
}
div#resultados_busqueda ul.cantidad li a {
	color: #000000;
}

div#novedades {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 1em;
	padding-top: 1em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
	color: #333333;
}
div#novedades_cabecera {
	background-image: url(../img/espacios_nl/novedades/img_fondo.jpg);
	background-repeat: no-repeat;
	height: 251px;
	width: 675px;
}
div#contenido_novedades div#paginacion a.volver_derecha {
	margin-top: -1em;
}
	

div#novedades.listado {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	float: left;
	border-right: 1px dotted #CC0000;
	border-top-style: none;
	padding-right: 1em;
	margin-top: 1em;
	padding-top: 0px;
	width: 50%;
	margin-right: 1em;
	height: 14em;
}
div#novedades.listado h2 {
	margin-bottom: 1em;
	margin-top: 0px;
	padding-top: 0px;
}
div#novedades.listado ul li {
	color: #999999;
	letter-spacing: 1px;
	margin-bottom: 0.5em;
}
div#novedades.listado ul li.activo {
	border: 1px solid #999999;
	color: #CC0000;
	padding-left: 1em;
}
div#novedades h2 {
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #CC0000;
}
div#novedades ul li {
	color: #999999;
	letter-spacing: 1px;
	margin-bottom: 0.5em;
}
div#novedades ul li a {
	text-decoration: none;
	color: #000000;
}
div#novedades ul li a:hover {
	text-decoration: underline;
	color: #CC0000;
}
div#novedad {
	width: 28em;
	float: right;
}
div#novedad h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #CC0000;
	margin-top: 1em;
	margin-bottom: 1em;
}
div#novedad p {
	line-height: 1.5em;
	color: #333333;
	margin-bottom: 1em;
	padding-bottom: 1em;
}


div#empresa {
	background-color: #FFFFFF;
	color: #333333;
	padding-top: 8px;
	float: left;
}
div#column_izq {
	float: left;
	width: 445px;
	
}
div#column_der {
	float: left;
	width: 230px;
}
div#contenido_consultas {
	color: #000000;
	padding-top: 20px;
	margin-bottom: 1em;
}
div#column_izq img {
	float: left;
	border: 1px solid #FFFFFF;
	margin-right: 1em;
}
div#column_der div.miniatura {
	margin-bottom: 0.5em;	
	
}

div#column_der div.miniatura p {
	clear: both;
}
div#column_der div.miniatura p a {
	color: #000000;
	background-image: url(../img/nuevalinea/empresa/miniaturas/bullet_camara.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 2.5em;
	margin-bottom: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
div#column_der div.miniatura p a:hover {
	color: #999999;
	text-decoration: underline;
}


p.cita {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.5em;
	line-height: 1.5em;
	clear: both;
	margin-bottom: 1em;
	padding-bottom: 0px;
	padding-top: 0.5em;
	padding-right: 1.5em;
}
p.fuente {
	font-family: "Lucida Sans Unicode";
	color: #CC0000;
	font-size: 1em;
	font-style: normal;
	margin-top: 0.2em;
	padding-top: 1em;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-bottom: 0.2em;
}
div#historia {
	line-height: 1.6em;
	width: 432px;
	margin-top: 1em;
}
img.fachada {
	margin-bottom: 1em;
}


#nuevalinea {
	float: right;
	height: 163px;
	background-color: #666666;
	color: #FFFFFF;
	padding: 20px;
	width: 635px;
}
.disenadores{
	float:left;
	width:635px;
	padding-top: 10px;
}
.disenadores img {
	float: left;
	margin-right: 2em;

}
.localizacion#nuevalinea {
	float: right;
	width: 635px;
	background-color: #666666;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(../img/nuevalinea/localizacion/mapa_europa.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
div#caja_mapa span.flecha {
	color: #FFFFFF;
	background-color: #CC0000;
	font-family: "Trebuchet MS";
	font-size: 1em;
	padding-left: 2px;
}
#map{
	float:left;
	width:675px;
	height: 250px;
	margin-top: 0.6em;
	background:#ccc;
}

span.asterisco {
	color: #FF3333;
}

span.aviso {
	color: #CC0000;
	clear: both;
}
    
div#acabados {
	color: #000000;
	padding-right: 0.5em;
	padding-top: 1.5em;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 1.2em;
}

div#acabados p{
	color: #333333;
	line-height: 1.5em;
	margin-top: 1em;
	margin-bottom: 1em;
}
div#acabados p.separador {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 5px;
}

div.tipo_acabado {
	float: left;
	margin-right: 0.3em;
	margin-bottom: 0.7em;
}
div.tipo_acabado h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 1em;
	font-weight: bold;
	margin-top: 0.5em;
	padding-left:0.3em;
}

div.tipo_acabado h2 span.flecha {
	font-family: "Trebuchet MS";
	font-size: 1.2em;
	color: #CC0000;
	font-weight: bold;
	margin-right: 0.2em;
}

div.tipo_acabado a {
	color: #666666;
	text-decoration: none;
}
div.tipo_acabado a:hover {
	color: #CC0000;
}

}
#cristales {
	background-image: url(../img/acabados/cristales/img_fondo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 260px;
}


table#acabados table img.cristales {
	margin-top: -15px;
	padding-top: 0px;
}
div.cristal_lacado {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 1em;
}
div.cristal_lacado img {
	float: left;
	margin-right: 1em;
}
div#telas {
	background-image: url(../img/acabados/telas/img_fondo.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 188px;
}
div#telas table tr td {
	padding-top: 2px;
	padding-bottom: 3px;
}

table#acabados {
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	color: #333333;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 100%;
}
table#acabados.lacas {
	width: 100%;
	text-align: left;
	margin-bottom: 0px;
}
table#acabados.lacas td p {
padding: 0;
marging: 0;
}
table#acabados.lacas td {
	text-align: left;
	vertical-align: top;

}
table#acabados th {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
table#acabados td {
	padding-right: 0.5em;
	padding-top: 0.7em;
}
table#acabados img {
	color: #666666;
}
table#acabados img.borde {
	color: #666666;
	border: 1px solid #CCCCCC;
}
table#acabados tr.margen-inferior {
	padding-bottom: 1em;
}

form#consultas {
	width: 60%;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 5em;
	height: 200px;
	padding-left: 5em;
	background:#e9e9e9;
	margin-left:80px;
}
form#consultas label {
	display: block;
	margin-bottom: 1.5em;
}
form#consultas input, textarea {
	clear: both;
	width: 20em;
	margin-top: -1em;
	float: right;	
}
form#consultas textarea {
	width: 25em;
	height: 5em;
	margin-bottom: 1em;
}

form#consultas p.btons {
	margin-left: 11em;
}
form#consultas input.bton {
	width: 5em;
	float: none;
	margin-top: 1em;
}

form#amigo {
	width: 45%;
	float: left;
	margin-right: 3em;
	
}
form#amigo h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 1em;
}
form#amigo p.punteado {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 1em;
	line-height: 1.5em;
}
form#amigo label {
	display: block;
	margin-bottom: 1.2em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 2px;
}
form#amigo input {
	clear: both;
	width: 12em;
	margin-top: -1em;
	float: right;	
}
form#amigo textarea {
	height: 5em;
	width: 16em;
}

form#amigo p.btons {
	margin-left: 11.2em;
	clear: both;
	margin-top: -1em;
}
form#amigo input.bton {
	width: 5em;
	clear: left;
	margin-top: 1em;
}

/*--------------------NOTICIAS--------------------*/

#listado_noticias {
	color: #000000;
	height: 38em;
}

#listado_noticias  p{
	margin-bottom:0;
}

#listado_noticias .noticia {
	float:left;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #ccc;
}

#listado_noticias .imagen_noticia {
	float:left;
	width:140px;
}

#listado_noticias .texto_noticia {
	float:right;
	width:540px;
}

#listado_noticias  .titulo{
	color: #000;
	font-size:14px;
	font-weight:bold;
	color: #B5AF71;
	margin-bottom:3px;
}

#listado_noticias li img {
	float: left;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-right: 2em;
}

#listado_noticias  .fecha {
	color: #666;
	margin-bottom:5px;
}
#listado_noticias .mas {
	color: #B5AF71;
	margin-top:5px;
}
#listado_noticias a {
	color: #B5AF71;
	text-decoration: underline;
}
div#listado_noticias li a:hover {
	text-decoration: none;
}

div#desarrollo_noticias {
	color: #000000;
	margin-top: 2em;
}
div#desarrollo_noticias p.titular {
	font-size: 1.8em;
	color: #B5AF71;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#desarrollo_noticias .fecha {
	color: #666;
}
#desarrollo_noticias p.entradilla {
	font-size: 1.2em;
	margin-bottom: 2em;
	margin-top: 1em;
}
div#desarrollo_noticias img {
	float: right;
	margin-left: 1em;
	float: right;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
div#scroll {
	overflow: auto;
	height: 18.5em;
	width: 30em;
	line-height: 1.5em;
	padding-right: 1em;
	padding-bottom: 1em;
}
div#scroll p {
	margin-bottom: 1.5em;
}

/*--------------------CATALOGOS--------------------*/
div#catalogos {
	background-color: #FFFFFF;
	color: #000000;

	}

div#catalogos a {
	color: #999999;
	text-decoration: underline;
}
div#catalogos a:hover {
	color: #999999;
	text-decoration: none;
}
div#catalogos div.flotar {
	float: left;
	width: 150px;
	padding-right: 0.6em;
	padding-left: 0.6em;
	margin-bottom: 1em;
}
div#catalogos div.flotar p.temporada {
	font-size: 1.3em;
	color: #333333;
	margin-top: 0.5em;
	
}
div#catalogos div.flotar a {
	color: #666666;
	
}
div#catalogos div.flotar a:hover {
	color: #666666;
	text-decoration: none;
	
}
	
div#catalogos div#col_izq {
	width: 40%;
	float: left;
	
} 
div#catalogos div#col_izq div {
	clear: both;
	margin-bottom: 1em;
}
	 
div#catalogos div#col_izq p.temporada {
	color: #CC0000;
	font-size: 1.2em;
}

div#catalogos div#col_izq img {
	float: left;
	margin-right: 1em;
}


div#catalogos div#col_der {
	width: 50%;
	float: right;
	padding-left: 2em;
} 
div#catalogos div#col_der div {
	clear: both;
	margin-bottom: 1em;
}

	 
div#catalogos div#col_der p.temporada {
	color: #CC0000;
	font-size: 1.2em;
}

div#catalogos div#col_der img {
	float: left;
	margin-right: 1em;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #FF6600;
	padding-left: 4em;
}
 p.romper-float {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC0000;
	clear: both;
	margin-top: 1em;
	padding-top: 0.5em;
}
 p.romper-float a {
	color: #CC0000;
	text-decoration: underline;
}
p.romper-float a:hover {
	text-decoration: none;
}
div#solicitud {
	background-image: url(../img/catalogos/img_fondo.jpg);
	background-position: 34em top;
	background-repeat: no-repeat;
	height: 410px;
	margin-top: -1em;
}
form#solicitud {
	width: 55%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF6600;
}

form#solicitud p {
	margin-top: 1.5em;
	clear: both;
	padding-bottom: 1.5em;
}
form#solicitud p label, p.btons {
	float: right;
}
form#solicitud input {
	margin-left: 0.5em;
	width: 16em;	
}
form#solicitud input.codigo-postal {
	width: 4em;
}
form#solicitud input.poblacion {
	width: 9.8em;	
}
form#solicitud input.opcion {
	width: 3em;
	margin-right: 2em;
	margin-left: 0px;
}
form#solicitud input.bton {
	width: 5em;
}

/*--------------------MATERIAL DE PRENSA-------------------*/

div#notas_prensa {
	background-image: url(../img/prensa/img_cabecera.jpg);
	background-repeat: no-repeat;
	padding-top: 240px;
}
div#notas_prensa ul {
	height: 17.5em;
}

div#notas_prensa ul li {
	font-size: 1em;
	font-weight: normal;
	margin-top: 1em;
}
div#notas_prensa ul li span.mas {
	color: #CC0000;
}
div#notas_prensa ul li span.fecha {
	color: #FFFFFF;
	background-color: #666666;
	padding-right: 2px;
	padding-left: 2px;
	letter-spacing: 1px;
	margin-right: 0.5em;
}
div#notas_prensa ul li a {
	color: #CC0000;
	text-decoration: underline;
	
}
div#notas_prensa ul li a:hover {
	color: #CC0000;
	text-decoration: none;
}

div#prensa_fotos{
	padding-top: 2em;
	padding-bottom: 1em;
	width: 100%;
	
}
div#prensa_fotos ul.categorias {
	margin-top: 1em;
	margin-bottom: 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CC0000;
}
div#prensa_fotos ul.categorias li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CC0000;
	font-size: 1.1em;
	color: #CC0000;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
div#prensa_fotos ul.categorias li.activo {
	color: #FFFFFF;
	background-color: #CC0000;
}
div#prensa_fotos ul.categorias li a {
	color: #CC0000;
	text-decoration: underline;
}
div#prensa_fotos ul.categorias li a:hover {
	text-decoration: none;
}
div.foto_descripcion {
	float: left;
	margin-right: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 1em;
	margin-top: 0.5em;
	margin-bottom: 2em;
}
div.foto_descripcion a {
	color: #CC0000;
	text-decoration: none;
}
div.foto_descripcion a:hover {
	color: #CC0000;
}

div#material {
	margin-top: 2em;
}
div#material img {
	margin-top: 2em;
	float:left;
}
#descargas {
	padding-top: 2em;
	height: 100px;
	margin-bottom: 2em;
	float: right;
}

#descargas ul li {
	margin-bottom: 0.5em;
	
}
#descargas ul li span.rojo {
	color: #CC0000;
}
div#material a {
	color: #CC0000;
	text-decoration: underline;
}
div#material a:hover {
	color: #CC0000;
	text-decoration: none;
}
div#material div#descargas div.datos {
	width: 10em;
	float: left;
	margin-left: 1em;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	padding-left: 2em;
} 
div#material div#descargas div.datos_sinborde {
	width: 10em;
	float: left;
	margin-left: 1em;
} 
div#material table {
	
	clear: both;
}
div#material table th {
	text-transform: uppercase;
	text-align: left;
	font-weight: normal;
	color: #000000;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-color: #D7D7D7;
	padding-left: 0.5em;
}
div#material table td {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-left: 0.5em;
	vertical-align: top;
}
div#gente {
	color: #333333;
		
}
div#gente div#img_cabecera {
	background-image: url(../img/gente/img_gente.jpg);
	background-repeat: no-repeat;
	height: 253px;
	
}
div#gente div#img_cabecera object {
	float: right;
	margin-top: 0.5em;
}
div#gente div#valores_nuevalinea {
	margin-top: 1em;
	font-size: 1.2em;
}
div#gente div#valores_nuevalinea ul {
	margin-top: -1.1em;
	margin-left: 8.5em;
	
}
div#gente div#valores_nuevalinea ul li {
	padding-left: 0.2em;
	list-style-image: url(../img/gente/bullet.gif);
}
.publicidad {
	background-color: #FFFFFF;
	width:675px;
	float:left;
	border: none;
	margin-top: 1em;
}

.anuncio {
	float: left;
	font-family: "Trebuchet MS";
	font-size: 9px;
	color: #333333;
	margin: 1em 0.5em 0em 0em;
}
div#gente div.anuncio a {
	color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	font-size: 1.2em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
div#gente p.introduccion {
	clear: both;
	padding-top: 0.8em;
}
div#gente_video  {
	margin-top: 4em;
	height: 350px;
}
div#gente_video p {
	float: left;
	width: 20em;
	margin-right: 0.5em;
	padding-right: 0.5em;
	line-height: 2em;
}
div#gente_video p.linea {
	clear: both;
	display: block;
	width: 99%;
	margin-top: 5em;
}
div#gente_video div#reproductor {
	float: right;
	margin-bottom: 2em;
	
}
p.video {
	margin-top: 1em;
	padding-top: 1em;
	clear: both;
	border: 1px solid #999999;
}

p.video a img {
	padding: 1px;
}
p.video a:hover {
	background-color: #333333;
}
p.video a.volver_derecha {
	margin-top: -2em;
	
}
p.video a.volver_derecha:hover {
	background-color: #FFFFFF;
}
div#material img.video {
	margin-left: 0px;
	padding: 1px;
	clear: both;
}

/*-------------MAPA WEB------------*/
div#mapa_web {
	margin-top: 2em;
}
div#mapa_web div#flotar_izq {
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CC0000;
	margin-right: 3em;
	padding-right: 3em;
}
div#mapa_web div {
	margin-bottom: 4em;
}
div#mapa_web  h2 {
	padding-left: 0.5em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CC0000;
	line-height: 0.8em;
}
div#mapa_web  h2 a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-decoration: none;
	color: #666666;
}
div#mapa_web  h2 a:hover {
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
div#mapa_web div ul  {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #CC0000;
}
div#mapa_web div ul li {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
div#mapa_web div ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	text-decoration: none;
	margin-left: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
div#mapa_web div ul li a:hover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	color: #CC0000;
}
/*-------------paginacion------------*/

div#paginacion {
	position:absolute;
	bottom:10px;
	left:0;
	width:680px;
	border-top: 2px solid #B5AF71;
	padding-top: 0.5em;
}
div#paginacion ul li {
	display: inline;
	padding-right: 5px;
	padding-left: 9px;	
}

div#paginacion ul li.numero{
	border-left: 1px #CC0000 solid;
}

div#paginacion ul li.ultimo{
	border-right: 1px #CC0000 solid;
}

div#paginacion ul li.paginacion_activo a {
	font-weight: bold;
	color: #CC0000;	
}
div#paginacion a.volver_derecha {
	margin-top: 1em;
}
table tr td.telas_listado div#paginacion_acabados ul {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-bottom: 1em;
	font-size: 1.2em;
	margin-top: 0.5em;
}
table tr td.telas_listado div#paginacion_acabados ul li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 8px;
	padding-left: 8px;
}
table tr td.telas_listado div#paginacion_acabados ul li a {
	color: #999999;
	text-decoration: underline;
}
table tr td.telas_listado div#paginacion_acabados ul li a:hover {
	color: #CC0000;
}
/*--------------------- PUNTOS DE VENTA ---------------------*/
div#puntos_venta {
	margin-top: 2em;
}


div#puntos_venta a.url {
	color: #CC0000;
	text-decoration: underline;
}
div#puntos_venta a.url:hover {
	text-decoration: none;
}
div#puntos_venta p.criterio {
	font-family: "Trebuchet MS";
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 1em;
}
div#puntos_venta p.criterio span.rojo {
	font-size: 0.8em;
	color: #fff;
	background: #B5AF71;
	padding:0 5px;
}

#puntos_venta table {
	border-bottom: 1px dashed #CCCCCC;
}

div#puntos_venta table td {
	padding:10px 0;
	border-top: 1px dashed #CCCCCC;
	vertical-align: top;
	padding-right: 1em;
	height: 4em;
}

div#puntos_venta table h3 {
	float:left;
	margin:0 10px 2px 0;
}
div#puntos_venta table p {
	clear:both;
}

#puntos_venta a {
	text-decoration: none;
	color: #B5AF71;
	font-weight:bold;
}


div#puntos_venta table td a:hover {
	color: #CC0000;
}
div#puntos_venta table td.espacio_nl {
	font-weight: bold;
}
div#puntos_venta table td.sinfax {
	text-align: center;
	vertical-align: top;
}
div#puntos_venta table td.espacio_nl span.rojo {
	color: #CC0000;
	font-weight: normal;
}
div#puntos_venta div#paginacion {
	margin-top: 1em;
	padding-top: 1em;
}
/*--------------------- INFORMACION LEGAL ---------------------*/
div#aviso_legal {
	margin-top: 2em;
	margin-bottom: 2em;
}
div#aviso_legal h2 {
	margin-top: 5em;
	margin-bottom: 1em;
}
div#aviso_legal div {
	margin-top: 5em;
}
div#aviso_legal ul {
	margin-right: 2em;
	padding-right: 2em;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
	width: 20em;
	float: left;
}
div#aviso_legal ul li {
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
}
div#aviso_legal a.descargar {
	padding-top: 5em;
	color: #CC0000;
	margin-left: 1em;
}


/* INDEX DISTRIBUIDORES */
#listado_distribuidores{
	font-size:1em;
	line-height:1.6em;
}

#listado_distribuidores li{
	display:inline;
}

#listado_distribuidores li *{
	display:inline;
}

.provincia{
	font-weight:bold;
	color:#666;
	margin-left:.5em;
}
.distribuidor_nl{
	color:#cc0000;
	font-weight:normal;
	font-weight:bold;
	margin-left:1em;
}
.distribuidor{
	color:#000;
	font-weight:normal;
	margin-left:1em;
}
.telefono{
	color:#666;
	font-weight:normal;
	margin-left:.5em;
}
.pueblo{
	color:#666;
	font-weight:normal;
	margin-left:.5em;
}

.archiexpo{
	margin:35px 0px 0px 0px;
}

#mapa_espacios {
	border:1px solid #333;
	width:390px;
	height:400px;
	margin: 0 0 10px 10px;
	float:right;
}

#mapa_enl {
	border:1px solid #333;
	width:340px;
	height:400px;
	margin:10px 0 0 10px;
	float:right;
}

#left{
	width:315px;
	float:left;
	margin:10px 0 0 0;
}

#ficha_enl{
	width:290px;
	float:left;
	border:1px solid #333;
	margin:0 0 10px 0;
	padding:8px;
}

#ficha_enl img{ 
	float:left;
}

#datos_ficha_enl{
	margin-left:8px;
	float:left;
	width:200px;
}

.margeninf{
	margin-bottom:10px;
}

#result_enl{
	margin-top:10px;
	height:190px;
	overflow:auto;	
}

#result_enl ul{
	margin:0 0 10px 10px;
}

#lur {
	float:left;
	padding-top:10px;
	position:relative;
}

#lur img{
	float:right;
	margin:0 0 0 10px;
}
#lur p{
	margin:0 0 8px 0;
}

#flash_lur{
	width:680px;
	height:420px;
	margin:0;
}

.claim_lur{
	margin:10px 0 0 0;
	font-size:16px;
	font-weight:bold;
}

#savia {
	float:left;
	padding-top:10px;
	position:relative;
}

#savia p{
	text-align:justify;
	margin-bottom:10px;
	line-height:16px;
}


#banner_colecciones{
	padding:2px;
	width:204px;
	height:74px;
	border:1px solid #ccc;
	margin-bottom:10px;
}

#banner_colecciones img{
	margin:0;
}
#savia .pdf{
	background: url(../img/all/bullet_pdf.gif) no-repeat 0px 2px;
	text-decoration:underline;
	padding: 2px 25px;
	float:left;
	margin-top:20px;
}

#leyenda{
	width:208px;
	float:left;
	margin:5px 0 0 0;
}

#leyenda_enl{
	width:208px;
	float:left;
	margin:0 0 5px 0;
}

#leyenda_enl img{
	float:left;
	margin:5px 10px 0 0;
}

#leyenda h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background:#B5AF71;
	color:#fff;
	padding:2px 5px;
	margin-bottom:0px;
}

#leyenda_enl p{
	float:left;
	width:140px;
	margin:5px 0 0 0;
}

.leyenda_dist{
	float:left;
	width:100px;
	text-align:center;
}

.leyenda_dist img{
	margin:0;
}

.leyenda_dist p{
	margin:0;
}