a:link {text-decoration:none;color:#00559C;}

a:visited {text-decoration:none;color:#00559C;} 

a:active {text-decoration:none;color:#00559C;}

p { word-spacing:0; margin-top:0; margin-bottom:0 }

input { font-size:10pt; font-family:Arial; }

textarea { font-size:10pt; font-family:Arial; }

select { font-size:10pt; font-family:Arial; }

table { font-size:10pt; font-family:Arial; background-color:White; }

.Cuerpo{
    /*Color,altura,anchura*/
    background: #E4EFFA;
    height: 100%;
    width: 100%;
    /*IMPORTANTE*/
    display: flex;
    justify-content: center;
    align-items: center;
    }
.Contenedor{
    /*Color,altura,anchura*/
    background: white;
    height: 100%;
    width: 1024px;
    }  
.Superior{  
    background-color:white;   
    }  
.Menu{  
    float:left;  
    width:25%;  
    }  
.Contenido{  
    float:right;  
    width:75%;  
    }  
.Inferior{  
    background: white;
} 