body {
  font-size: 75%;
  font-family:Arial, Helvetica, sans-serif;
  color:#333;  
  text-align:center;
  background-color:#000;  
}

#container {
}

#logo {
}

#header {
}

#menu_sup {
  text-align:right;
  font-size:85%;
  padding-top: 40px;
}

#menu_sup li {
  display:inline;
  padding: 0 7px;
}

#menu_sup a {
  text-decoration:none;
  color:#fff;
}

#menu_sup li.activo a, #menu_sup li a:hover {
  text-decoration:underline;
}

#menu_sup li.lang_en a {
  background-image:url(../images/en.png);
  background-position: 0 center;
  background-repeat:no-repeat;
  padding-left:20px;
}

#menu_sup li.lang_es a {
  background-image:url(../images/es.png);
  background-position: 0 center;
  background-repeat:no-repeat;
  padding-left:20px;
}

#menu {
  height:45px;
  padding: 0.5em 0 0 1em;
  font-size:90%;
}

#menu ul {
  list-style:none;
}

#menu li {
   display:inline;
}

#menu li a {
  text-decoration:none;
  color:#fff;
  float:left;
  background:url(../images/css/tableft.gif) no-repeat left top;
  padding:0 0 0 20px;  
}

#menu li a span {
  display:block;
  background:url(../images/css/tabright.gif) no-repeat right top;
  padding:10px 35px 8px 10px;
/*  height: 28px;*/
  text-align:center;  
  vertical-align:middle;
}

#menu li a:hover span {
      color:#000;
      }
	  
#menu li.activo a span {
      background-position:100% -120px;
}	  
	  
#menu li a:hover {
      background-position:0% -120px;
      }
  
#menu li.activo a {
      background-position:0% -120px;
	  color:#000;
      }

#menu li a:hover span {
      background-position:100% -120px;
      }

#menu li a:hover {
  color:#fff;
}


#menu_inferior {
  padding: 25px 0;
  border-bottom:1px solid #999; 
  font-size:70%;
}

#menu_inferior a {
  color:#CCCCCC;
  text-decoration:underline;
}

#menu_inferior a:hover {
  color:#ffffff;
  text-decoration:none;
}

#menu_inferior li {
  display:inline;
  padding: 0 20px 0 10px;
  background-image:url(../images/css/triangulo.gif);
  background-repeat:no-repeat;
  background-position: center left;
}

#contenido_central {
  overflow:hidden;
  padding:20px;
  background-color:#FFFFFF;
  background-image:url(../images/css/degradado_contenidos.jpg);
  background-repeat:repeat-x;;
  background-position:bottom left;
  border-bottom:25px solid #000000;
}

#contenido_central h2 {
  border-bottom:1px solid #8a8b8e;
  color:#8a8b8e;
  font-size:100%;
}

/* MENU CONTEXTUAL */

#col_1 ul {
  border-top: 1px solid #bbb;  
  margin-bottom:2em;
}

#col_1 ul li {
  border-bottom: 1px solid #bbb;  
  background-color:#e6e5de;
}

#col_1 ul li a {
  text-decoration:none;
  padding: 0.3em 0.3em 0.3em 1.5em;
  color:#000;
  display:block;
  background-image:url(../images/css/triangulo.gif);
  background-repeat:no-repeat;
  background-position: 0.5em 0.5em;
}

#col_1 ul li a:hover {
  background-color:#81858c;
  color:#fff;  
}

#col_1 ul li a.activo {
  background-color:#A61B38;
  color:#fff;  
}


#col_1 ul li ul {
  border-top: 1px solid #bbb;  
  margin-bottom:0em;
  margin-left:1em;
  border:none;  
}

#col_1 ul li ul li {
  border-bottom: none;
}

#col_1 ul li ul li a {
  color:#666666;
}

#col_1 label {
  display:block;
  margin-bottom:1.5em;
}

#col_1 label input, #col_1 label select {
  width:150px;
  border:1px solid #bbb;
}

#col_1 #go_search:hover, #col_1 #new_search:hover {
  color:#FFFFFF;
  background-color:#333333;
  cursor:pointer;
}

#col_2 h1 {
  font-size:110%;
  border-bottom: 1px dotted #888;
  padding: 5px 0;
  margin-bottom:1.5em;
}

#destacados {
  overflow:hidden;
  clear:both;
  padding:15px 0;
  background-color:#FFFFFF;
}

#destacados h2 {
  padding-left:20px;
  color:#000000;
  margin-bottom:1.2em;
  font-weight: bold;
}

.ficha_oferta {
  width:285px;
  float:left;
  padding: 0 20px;
}

.ficha_oferta p {
}

.ficha_oferta h2 {
  background-color:#000;
  color:#FFFFFF;
  padding:4px 8px;
  font-size:115%;
}

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

.ficha_oferta a, .ficha_ambiente p a, a.link_triangulo {
  color:#666;
  text-decoration:underline;
  background-image:url(../images/css/triangulo_red.gif);
  background-repeat:no-repeat;
  padding-left:10px;
  background-position: 0 center;
}

a.link_triangulo:hover {
  color:#c00;
  text-decoration:none;
}

.ficha_ambiente a:hover {
  filter: alpha(opacity=50);
  opacity: .5; 
  -moz-opacity:0.5;
}

.ficha_oferta a:hover {
  color:#c00;
}

#footer {
  padding: 20px;
  font-size:95%;
  color:#aaa;
  text-align:center;
}

#footer a {
  text-decoration:underline;  
  color:#81858c;  
}

#footer strong {
  color:#81858c;  
}


#footer a:hover {
  color:#d30013;
  text-decoration:none;    
}

#paginas, #paginas_top {
  clear:both;
  text-align:right;
  margin-top:20px;
  margin-bottom:10px;
  padding: 8px 10px;
  font-size:90%;
  background-color:#fafafa;
}

#paginas_top {
  margin-top:0;
}

#paginas a, #paginas_top a {
  padding:1px 5px;
  border:1px solid #96979a;
  margin-right:3px;
  color:#96979a;
  text-decoration: none;
}

#paginas a:hover, #paginas a.activo, #paginas_top a:hover, #paginas_top a.activo {
  background-color:#CCCCCC;
  color:#d30013;
}

.datos {
  font-size:90%;
  text-align: left;
  border-left: 1px solid #8a8b8e;    
  width:100%;
}

.datos th, .datos td {
  padding: 4px 5px;
  border-bottom: 1px solid #8a8b8e;  
  border-right: 1px solid #8a8b8e;    
}

.datos th {
  color:#fff;
  background-color:#8a8b8e;
}

.foto_producto {
  padding-right:20px;
  text-align:right;
}

.datos_producto {
  font-size:90%;
  text-align: left;
}

.datos_producto th, .datos_producto td {
  padding: 4px 5px;
  border-bottom: 1px dotted #8a8b8e;  
}

.datos_producto th {
  color:#8a8b8e;
}

.datos_producto td {
  font-weight: bold;
}

.datos_destacados {
  font-size:90%;
  text-align: left;
}

.datos_destacados th, .datos_destacados td {
  padding: 2px 3px;
  border-bottom: 1px dotted #8a8b8e;  
}

.msg_info {
  padding:100px 0;
  font-size: 130%;
  color:#d30013;   
  text-align:center;
}

#map {
  height:450px;
  border:1px solid #ccc;
  margin-bottom:2em;
}

.ficha_producto {
  width:210px;  
  padding-right:10px;
  margin-top:15px;
  font-size:80%;
  color:#666;
  line-height: 1.15em;
}

.ficha_producto strong {
  font-size:110%;
  color:#000;  
}

.ficha_producto .foto {
  margin-bottom:5px;
  border:none;
}

.ficha_ambiente  {
  width:200px;
  float:left;
  padding: 0 30px 15px 0px;
  font-size:90%;
  line-height: 1.5em;
}

.ficha_ambiente img {
  margin-bottom:0.25em;
}

.ficha_ambiente .descripcion {
  border-bottom:1px dotted #ccc;
  margin-bottom:0;
}

#menu_home {
  width:260px;
  float:right;
}

#menu_home li {
  display:inline;
}

#menu_home li a {
  display:block;
  width:105px;
  height:70px;
  border:2px solid #FFFFFF;
  float:left;
  padding: 10px;
  color:#fff;  
  text-decoration:none;
  font-size:90%;
}

#menu_home li a:hover {
  background-image:url(../images/css/flecha_areas.png);
  background-position:100px 57px;
  background-repeat:no-repeat;  
}

#menu_home li#item_1 a, #menu li#menu_item_1 a span span {
  background-color:#e8a413;
  color:#000;
}

#menu_home li#item_4 a, #menu li#menu_item_4 a span span {
  background-color:#7ebeea;
  color:#000;
}

#menu_home li#item_2 a, #menu li#menu_item_2 a span span {
  background-color:#447b42;
  color:#fff;
}

#menu_home li#item_5 a, #menu li#menu_item_5 a span span {
  background-color:#595c62;
  color:#fff;
}

#menu_home li#item_3 a, #menu li#menu_item_3 a span span {
  background-color:#3d4884;
  color:#fff;
}

#menu_home li#item_6 a {
  background-color:#a03941;
  color:#fff;
  background-image:url(../images/css/ofertas_icon.png);
  background-repeat:no-repeat;
  background-position: 65px 20px;
}

#menu li#menu_item_6 a span span {
  background-color:#a03941;
}


#img_home {
  position:absolute;
  top:100px;
  right: 260px;
}

#new_home {
  position:absolute;
  width:350px;
  top:170px;
  left: 0px;
  background-image:url(../images/css/comillas_inicio.gif);
  background-repeat:no-repeat;
  padding-top:60px;
}

#new_home h1 {
  background-image:url(../images/css/comillas_cierre.gif);
  background-repeat:no-repeat;
  background-position:bottom right;
  padding-bottom:100px;  
}

#new_home h1 a {
  color:#333;
  text-decoration:none;
}

#new_home h1 a:hover {
  text-decoration:underline;
}

#images_container {
  margin-bottom:1em;
  overflow:hidden;
}

#images_container img {
  float:left;
  padding: 0 15px 15px 0;
}

.precio_oferta {
  color:#c00;
}

.clear {
  clear:both;
  height:1px;
}

.foto_noticia {
  width:320px;
  float:right;
  text-align:right;
  margin-bottom:1em;
}

.foto_noticia img {
  border:8px solid #e1e5da;
}

#boton_donde a {
  background-image:url(../images/css/fondo_boton.gif);
  background-position: center center;
  background-repeat:no-repeat;
  display:block;
  width:111px;
  text-align:center;
  padding: 4px 0;
  margin-top:10px;  
}

a.boton {
  background-image:url(../images/css/triangulo_red.gif);
  background-position: 0 center;
  background-repeat:no-repeat;
  color:#333;
  text-decoration:underline;
  padding-left:12px;
  font-size: 110%;
}

a.boton:hover {
  color:#c00;
  text-decoration:none;  
}

a.link_mas_info {
  float:left;
  margin-right:10px;
  width:35px;
  height:14px;
  background-image:url(../images/info.gif);
  display:block;
}

a.link_mas_info:hover {
  background-image:url(../images/info_over.gif);
}

.right {
  float:right;
}

.left {
  float:left;
}

#links_menu_carrusel {
 clear:both;
 font-weight: bold;
}

.slide_esmaltado {
  width:245px;
  float:left;
  cursor:pointer;
}

.slide_mosaico {
  width:488px;
  border-right:1px solid #000000;
  border-left:1px solid #000000;  
  float:left;
  cursor:pointer;  
}  

.slide_tecnico {
  width:245px;
  float:left;
  cursor:pointer;  
}

a.link_inicio_small, a.link_inicio_big {
  width:245px;
  padding: 8px 0px;
  display:block;
  background-color:#111;
  float:left;
  color:#CCCCCC;
  text-decoration:none;
  border-top:1px solid #000000;
  text-align:center;
}

a.link_inicio_small:hover, a.link_inicio_big:hover {
 color:#fff;
 background-color:#222;
}

a.link_inicio_big {
  width:488px;
  border-right:1px solid #000000;
  border-left:1px solid #000000;  
}