body, p, h1, h2, h3, h4, #nav ul {
        margin: 0;
        padding: 0;
        }

body {
        background: #f9f9f9;
        font: normal 70% verdana, helvetica, arial, sans-serif;
        }

#contenedor {
        margin: 10px auto;
        border: 1px solid #E9E9E9;
        padding: 0 10px;
        background: #fff;
        width: 678px;
        }

#cabecera {
        border-top: 10px solid #fff;
        background: #efd url(ebropuleva.gif) no-repeat 372px 35px;
        height: 100px;
        }

#cabecera h1 {
        padding: 10px;
        color: #777;
        font: bold 200% helvetica, arial, sans-serif;
        float: right;
        }

#cabecera h1 span { color: #999; }

#nav {
        position: relative;
        background: #eee;
        border-bottom: 10px solid #fff;
        }

#nav ul li {
        float: left;
        list-style: none;
        width: auto;
        }

#nav ul li a {
        text-decoration: none;
        color: #777;
        display: block;
        padding: 10px;
        }

* html #nav ul li { width: 1%; }
* html #nav ul li a { height: 1%; }

#nav ul li a:hover, a#current { background: #efd; }

#nav img {
  float: right;
  border: 0px;
  margin-right: 10px;
}

#cuerpo {
        float: left;
        background: #fff;
        text-align: justify;
        color: #888;
        padding: 10px;
        width: 400px;
        }

#cuerpo h2 {
        color: #999;
        font-size: 100%;
        font-weight: normal;
        padding-bottom: 5px;
        border-bottom: 1px solid #f1f1f1;
        }

#cuerpo h2 span {
        text-decoration: none;
        color: #555;
        font-size: 130%;
        }

#cuerpo h2 a:hover { color: #369; }

#cuerpo h3 {
        color: #999;
        font-size: 110%;
        font-weight: normal;
        padding-bottom: 5px;
        }

#cuerpo p {
        line-height: 20px;
        margin: 20px 0;
        }

#cuerpo p a {
        border-bottom: 1px dashed #ccc;
        text-decoration: none;
        color: #369;
        }

#cuerpo p a:hover { border-bottom: 1px solid #ccc; }

#cuerpo img {
  float: right;
  margin: 2em 0em 1em 1em;
  border: 1px solid #777;
}

#derecha {
  color: #777;
  margin-left: 440px;
}
#derecha img { border: 0px; }

#derecha h3 {
  background: #eee;
  color: #777;
  margin: 1em 0px 0.2em 0px;
  padding: 2px;
  font-size: 110%;
}

#derecha .enlace {
  background: url(flecha.gif) no-repeat top left;
  padding: 0px 0px 0px 10px;
}

#derecha .enlace a {
  font-size: 110%;
  display: block;
  color: #777;
  font-weight: bold;
  text-decoration: none;
}
#derecha .enlace a:hover { text-decoration: underline; }

#banners { clear:both; }
#banners a, #banners img { border: 0px; }
#banners img { margin-right: 11px; }
#banners img.ultimo { margin-right: 0px; margin-left: 2px; }
#pie {
    border: 10px solid #fff;
    border-width: 10px 0;
    background: #f9f9f9;
    color: #999;
    padding: 10px;
    font-size: 10px;
}
/* IE Fix. Hide from Mac \*/
* html #pie { height: 1%; }
/* End Fix */

#pie p {        text-align: center; }

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

html>body #pie a { border-bottom: 1px dotted #999; }

#nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

/* Hides from IE-mac \*/
* html #nav { height: 1%; }
/* End hide from IE-mac */

