#cajaPrincipal{
    width: 800px;
    height: 500px;
    border: 1px groove #cac9c9;
    margin: 0 auto;
}

#logoPrincipal{
    width: 800px;
    height: 146px;
    background-image: url(../imagenes/logoPrincipal.jpg);
}

#fondoMenu{
    width:235px;
    height: 288px;
    background-image: url(../imagenes/fondoMenu.jpg);
    float:left;
    margin-top: -1px;
}

#divLogin{
    width: 565px;
    height: 288px;
    float: left;
}

#divAcceso{
    width: 297px;
    height: 121px;
    background-image: url(../imagenes/bordesRedondosLogin.jpg);
    margin: 0 auto;
}

#divDebajo{
    width: 700px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    margin-top:10px;
    font-family: verdana;
    font-size:11px;
}

.lineaBlanca{
    width:100%;
    height: 10px;
}

#centradoVerdana{
    margin:0 auto;
    font-family: verdana;
    font-size: 10px;
    color: black;
    text-align:center;
}

.lineaGris{
    width: 700px;
    height: 1px;
    background-color: #cac9c9;
    margin: 0 auto;
    margin-top: 288px;
}

td a {
    text-decoration:none;
    color: white;
}

td {
    height: 30px;
}

.menu{
    margin-left: 20px;
    margin-top: 20px;
    border: none;
}

.menu td a {
    background-image: url(../imagenes/fondoMenuInicio.jpg);
    font-family: verdana;
    font-size: 11px;
    color: white;
    padding: 5px;
    border: 1px solid #445d96;
}

.menu td a:hover{
    background-image: url(../imagenes/fondoMenuInicioHover.jpg);
    color: #445d96;
}

td a:hover{
    color: #445d96;
}
