@charset "utf-8";

html, body {
    margin: 0;
    padding: 0;
}

body {
    margin-top: 25px;
    text-align: center;
    background: #ff9600 url(../_imagenes/fondo.gif) repeat-x;
}

#wrapper {
    text-align: left;
    margin: 0 auto;
    padding: 5px;
    width: 950px;
    position: relative;
    border-radius: 20px 20px 20px 20px;
    background-color: #FFE280;
}

#header {
    clear: both;
    height: 150px;
    width: auto;
    position: relative;
    padding: 5px 0 5px 0;
}

#logo {
    height: 150px;
    width: 150px;
    position: absolute;
    z-index: 50;
    left: 400px;
    right: 400px;
    top: 5px;
    text-align: center;
    background-color: #ff9600;
    border-radius: 15px 15px 15px 15px;
}

#header #navegacionHorizontal {
    height: 100px;
    width: auto;
    padding-top: 50px;
}

#navegacionPrincipal {
    height: auto;
    width: 178px;
    margin-top: 75px;
    float: right;
    padding: 10px 15px;
    border-radius: 10px 10px 10px 10px;
    background-color: #FFEBC0;
    margin-left: 20px;
    box-shadow: 2px 2px 2px #9b8281;
}

#contenidoPrincipal {
    min-width: 890px;
    width: auto;
    float: left;
    clear: both;
    margin-bottom: 5px;
    padding: 20px 30px 30px;
    height: auto;
    border-radius: 10px 10px 10px 10px;
    background: #FFF;
}

#footer {
    clear: both;
    width: auto;
    text-align: center;
    padding: 7px 5px;
    border-radius: 10px 10px 10px 10px;
    background-color: #FFF2DF;
    font-size: .72em;
    line-height: 1.3em;
}
