/*
Web realizada por Juan Díaz (Abril 2008)
http://www.deide.com

#f2cc00 amarillo
#002569 azul
#e5e5e5 gris claro
#a4a4a4 gris filete
#4d4d4d gris oscuro
#111111 negro (texto)
*/

a {
  color:#002569;
  text-decoration:none;
}
body {
  cursor:default;
  color:#111;
  font-size:.7em;
  margin:0;
  overflow:hidden;
  text-align:center;
}

body,
input,
select,
textarea {
  font-family:"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
}
dfn {
  font-style:normal;
}
h1 {
  border-bottom:1px solid #a4a4a4;
  font-size:1.2em;
  margin:0 0 10px 0;
}
img {
  border:none;
}
li {
  margin-bottom:10px;
}
p {
  margin:0 0 30px 0;
}
td {
  font-size:.7em;
  vertical-align:top;
}
th {
  color:#4d4d4d;
  font-size:.7em;
  font-weight:normal;
  padding-right:20px;
  text-align:right;
  vertical-align:top;
  width:150px;
}
ul {
  /*list-style: square url(/img/topo.gif);*/
  margin:0;
  padding:0 0 0 15px;
}

#centrado {
  background:url(/img/decora-sombra.gif) repeat-y;
  height:100%;
  margin:0 auto;
  padding:0 56px;
  text-align:left;
  width:853px;
}
#cabeza,
#cuerpo,
#escaparate,
#filete,
#pie {
  clear:both;
  width:853px;
}
#cabeza {
  background:url(/img/cabecera-fon.jpg) repeat-y;
  height:100px;
  text-align:right;
}
#cuerpo {
  background:#fff;
  height:inherit;
}
  #cuerpo #centro {
    border-color:#fff;
    border-style:solid;
    border-width:0 11px;
    float:left;
    overflow:auto;
    width:491px !important;
    width:513px;
  }
  #cuerpo #derecha {
    background:#4d4d4d;
    float:left;
    height:inherit;
    width:170px;
  }
  #cuerpo #izquierda {
    background:#4d4d4d;
    float:left;
    height:inherit;
    width:170px;
  }
  #cuerpo #derecha #endesa a,
  #cuerpo #derecha #endesa a.off,
  #cuerpo #izquierda a,
  #cuerpo #izquierda a.off {
    border-bottom:4px solid #e5e5e5;
    color:#fff;
    display:block;
    font-size:1.2em;
    font-weight:bold;
    padding:4px 0 4px 18px;
  }
  #cuerpo #derecha #endesa a:hover,
  #cuerpo #derecha #endesa a.on,
  #cuerpo #izquierda a:hover,
  #cuerpo #izquierda a.on {
    background:#232323;
  }
  #cuerpo #submenu a.off,
  #cuerpo #submenu a {
    background:#e5e5e5;
    border-bottom:2px solid #4d4d4d;
    color:#4d4d4d;
    display:block;
    font-weight:bold;
    padding:4px 0 6px 17px;
    text-indent:-10px;
  }
  #cuerpo #submenu a:hover,
  #cuerpo #submenu a.on {
    background:#b5b5b5;
  }
#escaparate {
  background:url(/img/cab-inici.jpg) no-repeat center;
  height:30px !important;
  height:200px;
  padding-top:170px;
  text-align:right;
}
  #escaparate span {
    background:#fff;
    bottom:0;
    padding:2px 5px;
  }
#filete {
  background:#f2cc00;
  border-color:#fff;
  border-style:solid;
  border-width:8px 0;
  font-size:6px;
  height:8px;
}
#pie {
  background:#f2cc00;
  border-top:8px solid #fff;
  bottom:0;
  color:#002569;
  height:20px;
  position:absolute;
  text-align:center;
}
#promocion {
  bottom:28px !important;
  bottom:30px;
  height:80px;
  position:absolute;
  width:170px;
  z-index:99;
}
#promocion,
#promocion a,
#promocion img {
  margin:0;
  padding:0;
}

.endesa,
.endesa:hover {
  background:#002569;
}
.oc {
  display:none;
}
