*{
    margin:0px;
    padding:0px;
}

div#general {
    margin:auto;
    margin-top:350px;
    width:900px;
    height:1800px;
    background-color:white;
}

div#encabezado {
    position: fixed;
    top: 0;
    width:900px;
    height:200px;
    background-color:black;
    
}

div#menup {
    width:900px;
    height:1000px;
    background-color:#F8A207;
    
}

div#ruta {
    width:900px;
    height:80px;
    background-color:#FFFFFF;
    
}

div#body {
   width:900px;
   height:1500px;
   background-color:white; 
}

div#imagen {
   float: right;        
   width:110px;
   height:110px;
   background-color:black; 
}

div#texto {
   width:700px;
   height:110px;
   background-color:black; 
}

div#ventana {
    top: 0;
    width:900px;
    height:200px;
    background-color:black;
    
}
