body {
  font-size: 75%;
  font-family:Arial, Helvetica, sans-serif;
  color:#333;  
  text-align:center;
  background-color:#fff;  
  background-image:url(../images/css/fondo_deg.jpg);
  background-position: 0 145px;
  background-repeat:repeat-x;
}

#container {
}

#logo {
}

#header {
}

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

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

#menu_sup a {
  text-decoration:none;
  padding: 3px 8px;
  color:#000000;
}

#menu_sup li.activo a, #menu_sup li a:hover {
  background-color:#eee;
}

#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:30px;
  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:#aaa;
  float:left;
  background:url(../images/css/tableft.gif) no-repeat left top;
  padding:0 0 0 8px;  
}

#menu li a span {
  display:block;
  background:url(../images/css/tabright.gif) no-repeat right top;
  padding:5px 15px 4px 8px;
  padding:8px 20px 8px 8px;
}

#menu li a span span {
  display:inline;
  background-image:none;
  padding:0;
}

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

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

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

#contenido_central {
  overflow:hidden;
  padding:20px;
  background-color:#FFFFFF;
}

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

/* 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 {
/*  padding: 0.3em 0.3em 0.3em 2.5em;
  background-image:url(../images/css/triangulo.gif);
  background-repeat:no-repeat;
  background-position: 1.5em 0.5em;*/
  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_2 h1 {
  font-size:100%;
  background-color:#e8a413;
  padding:5px 10px;
}

#ofertas {
  overflow:hidden;
  clear:both;
  padding-bottom:20px;
  display:none;  
}

#ficha_oferta {
  width:285px;
  float:left;
  padding: 0 20px;
  font-size:85%;
}

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

#ficha_oferta h2.oferta {
  background-color:#A61B38;
}

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

#ficha_oferta a {
  color:#FFFFFF;
  background-color:#000000;
  padding:3px 7px;
  text-decoration:none;
}

#ficha_oferta a:hover {
  color:#d30013;
}

#footer {
  padding: 20px;
  font-size:95%;
  background-color:#f0efe9;
  overflow:hidden;
  color:#81858c;
  height:110px;
}

#footer p {
  width:310px;
  float:left;
}

#footer ul {
  width:150px;
  float:left;
  border-left: 1px solid #fff;
}

#footer li {
  border-left: 1px solid #acb0b6;
  padding-left: 10px;  
}

#footer ul li a, #footer strong, #boton_donde a {
  text-decoration:none;  
  color:#81858c;  
}

#footer a {
  color:#81858c;  
}


#footer a:hover {
  color:#d30013;
}



#nigeria_pie {
  float:right;
}

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

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

#paginas a:hover, #paginas 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;
}

.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:160px;  
  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;
}

#menu_home {
  width:260px;
  float:right;
  margin-right:15px;
}

#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: 275px;
}

#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;
}

.clear_text {
  clear:both;
}

.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/fondo_boton.gif);
  background-position: center center;
  background-repeat:no-repeat;
  display:block;
  width:111px;
  text-align:center;
  padding: 4px 0;
  color:#d30013;
  text-decoration:none;
}

a.boton:hover {
  color:#000;
}

.logo_distribuidor {
  float:right;
  margin: 0 0 1em 1em;
}

.texto_distribuidor {
  float:left;
  width: 700px;
  display:block;
}

.foto_proyecto {
  width:270px;
  text-align:center;
  float:left;
}

.foto_proyecto img {
  margin-bottom:0.4em;
}

.foto_proyecto p {
  text-align:left;
  font-style:italic;
  font-size: 90%;
}

.datos_proyecto {
  width:410px;
  float:right;
}

.thumb_proyecto {
  width:200px;
  margin: 0 10px 10px 10px;
  float:left;
}

.thumb_proyecto img {
  margin-bottom:0.4em;
}

.thumb_proyecto a:hover {
    filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.thumb_proyecto p {
  text-align:left;
  font-style:italic;
  font-size: 90%;
}

.right {
  float:right;
}

.link_derecha {
  font-size:120%;
  float:right;  
  width:auto;
}

.link_derecha a {
  text-decoration:underline;
  color:#c00;
}

.link_derecha a:hover {
  text-decoration:none;
  color:#333;  
}
