@charset "iso-8859-1";
/* CSS Document */
body, html {
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
    min-height: 100%;
    height: 100%;
    background-color: #232423;
    font-size: 12px;
    margin-top: 10px;
}
/* ----------------- CABECERA ------------------------- */
#top {
    clear: both;
    height: 24px;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    background-color: #232423;
    text-align: center;
}
#top p {
    color: #999999 !important;
    letter-spacing: 0.7em;
}
/* ----------------- PORTADA ----------------------- */
#portada {
    width: 960px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    overflow: visible;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    background-color: #232423;
    background-image: url(../imagenes/redinox.jpg);
    background-repeat: no-repeat;
    background-position: center top;
}
/* --------------------- MENU ----------------------------- */
#menu {
    width: 300px;
    overflow: visible;
    position: relative;
    clear: none;
    float: left;
    margin-top: 300px;
    margin-left: 45px;
}
#menu2 {
    width: 220px;
    overflow: visible;
    position: relative;
    clear: none;
    float: right;
    margin-top: 300px;
    margin-right: 105px;
}
#menu ul, #menu2 ul {
    font-size: 10px;
    list-style-type: none;
    list-style-image: none;
}
#menu ul {
    width: 290px;
}
#menu2 ul {
    width: 210px;
}
#menu li, #menu2 li {
    height: 25px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
}
#menu li {
    width: 300px;
}
#menu2 li {
    width: 220px;
}
#menu li a, #menu2 li a {
    text-decoration: none;
    color: #CCCCCC;
    display: block;
    width: 300px;
    padding-top: 6px;
    padding-bottom: 7px;
    padding-left: 15px;
}
#menu li a:hover, #menu2 li a:hover{
    color: #FF0000;
    text-decoration: none;
    background-image: url(images/bg3.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    border-left-width: 10px;
    border-left-style: solid;
    border-left-color: #FF0000;
}
#menu p, #menu2 p {
    font-size: 12px;
    padding-left: 10px;
    background-color: #666666;
    height: 20px;
    padding-top: 7px;
    color: #FFFFFF;
    font-weight: bold;
}
/* ********************** PIE ********************** */
#pie {
    width: 960px;
    height: 100px;
    overflow: hidden;
    clear: both;
    background-color: #232423;
    margin-right: auto;
    margin-left: auto;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #666666;
}
#pie p {
    font-size: 10px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 0.1em;
    line-height: 14px;
}
#pie strong {
    font-weight: bold;
}
#pie a:link, #pie a:visited, #pie a:active {
    color: #999999;
    font-size: 10px;
    text-decoration: none;
}
#pie a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

