body {
    color:#595959;
    background-color:#dbf5f9;
    background-image:url(/images/fondo_header.jpg);
    background-repeat:repeat-x;
}

a {
    color:#458ccb;
    padding:1px;
    padding-top:0;
    text-decoration:none;
}

a:hover {
    color:#fff;
    background-color:#96c5ef;
}

a.logo:hover { background:none; }

.container{
    background-image:url(/images/foto_header.jpg);
    background-repeat:no-repeat;
    background-position: top right;
    margin-top:-10px;
    margin-bottom:20px;
}

#logo{
    margin-top:10px;
}

#sidebar ul{
    list-style:none;
    width:100%;
    margin-left:10px;
    font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial";
}

#sidebar ul li {
    display: inline; /* Fix IE Bug */
    word-spacing: 5px;
    text-transform: uppercase;
    font-size: 1em;
    font-weight:bold;
}

#sidebar ul li a {
    display: block;
    height: 26px;
    margin-bottom:2px;
    border-left: 8px solid #629bce;
    padding-left:8px;
    padding-top:8px;
    color: #517595;
    background-color:#b2d5f4;
    word-spacing:normal;
}

#sidebar .selected,#sidebar ul li a:hover {
    background-color: #96c5ef;
    color:#fff;
    border-left: 8px solid #3884c7;
}

#contenido {
    background-image:url(/images/fondo_container.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    min-height:600px;
    padding-bottom:40px;
    text-align:justify;
}

#contenido h2,h3,h4{
    color:#458ccb;
}

#contenido img,#contenido iframe{
    border:5px solid #fff;
}

#contenido ul li {
    margin-bottom:6px;
    margin-left:10px;
}

#footer {
    font-size: 1.1em;
    padding:10px;
    background-color:#87c3fa;
    border: 2px solid #fff;
    margin-bottom:12px;
}

#footer,#footer h3 {
    color:#fff;
}

#footer a:hover {
    background-color:#629bce;
}

.infobottom {
    border-left:1px dotted #fff;
    padding-left:30px;
    margin-left:-10px;
    margin-top:14px;
    padding-top:10px;
}

input, textarea { background:#fff; border:1px solid ##b2d5f4; padding:4px; }

/* Custom typograpy */

body {
  font-family: Frutiger, Univers, "Helvetica Neue", "Lucida Grande",
Calibri, Helvetica, Arial, sans-serif;
}


h1,h2,h3,h4,h5,h6 {
  font-family: font-family: "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial";
}

pre {
  font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
}

code {
  font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New",
Courier, monospace;

}
