body {
    background:black url(../img/fondo.jpg) no-repeat center top;
    margin-top:0px;
    font-family: tahoma;
}
#principal {
    width: 990px;
    text-align: left;
    margin:0 auto;
}
#cabecera {
    display: block;
    height: 166px;
    width: 564px;
    margin-left:44px;
    margin-top:30px;
    margin-bottom: 16px;
}
#cabecera img {
    border: 0;
}
#contenido {
    clear: both;
    padding-left:40px;
    padding-top:42px;
    padding-right:42px;
    width:908px;
    display: block;
    min-height: 650px;
    background:white url(../img/fondo_contenido.png) repeat-x scroll center bottom;

    
}
#contenido-bottom {
    width: 990px;
    display: block;
    height: 20px;
    background:transparent url(../img/fondo_bottom.png) no-repeat scroll center top;
}
#bottom {
    text-align: center;
    height: 48px;
    width: 990px;
    
    margin-top: 10px;
}
#bottom .left {
    display: block;
    height: 48px;
    width: 9px;
    float: left;
    background: transparent url(../img/bottom_left.png) no-repeat;
}
#bottom .contenidoleft, #bottom .contenidoright {
    display: block;
    height: 48px;
    width: 461px;
    float: left;
    background: transparent url(../img/bottom_mid.png) repeat-x;
    font-family: tahoma;
    font-size: 12px;
    color: black;
    font-weight: bold;
    line-height: 48px;
}
#bottom .contenidoright a {
    color:black;
    text-decoration:none;
}
#bottom .contenidoright a:hover {
    text-decoration:underline;
}
#bottom .contenidoleft {
    text-align: right;
}
#bottom .mid {
    display: block;
    height: 48px;
    width: 50px;
    float: left;
    background: transparent url(../img/bottom_mid.png) repeat-x;
}
#bottom .logo {
    display: block;
    height: 48px;
    width: 100%;
    float: left;
    background: transparent url(../img/bottom_logo.png) no-repeat center center;
}
#bottom .contenidoright {
    text-align: left;
}
#bottom .right {
    display: block;
    height: 48px;
    width: 9px;             
    float: left;
    background: transparent url(../img/bottom_right.png) no-repeat; 
}
.regla {
    background:transparent url(../img/barra-verde.png) repeat-x scroll center bottom;
    display: inline;
    height: 16px;
    margin-left: 7px;
}
#contacto {
    font-size: 10px;
    font-weight: bold;
    margin-top: 54px;
    display: block;
    clear: both;
}
#contacto .celda {
    width:180px;
}
#contacto h2 {
    font-size: 18px;
    color: #006600;
    line-height: 18px;
    display: inline;
}

#contacto .verde {
    color:#003300;
}
#contacto .verde a {
    color:#003300;
}
#contacto .verde a {
    text-decoration: none;
}
#contacto .verde a:hover {
    text-decoration: underline;
}
#extra a {
    color:#003300;
    text-decoration: none;
}
#extra a:hover {
    text-decoration: underline;
}
