*{
    margin: 0px;
    padding: 0px;
}
        
        body{
            
            font-family: Arial, Helvetica, sans-serif;
        }
        .clearfix{
            clear: both;
        }

        
        
        footer{
            background-color: rgb(155, 195, 0);
            color: white;
            text-align: center;
            height: 50px;
            line-height: 50px;
        }
#container{
    width: 80%;
    margin: 0px auto;
    
}
#space{
    height: 110px;
    width: 15%;
    margin: 0px;
    
    list-style: none;
    float: left;

}
#content{
float: left;
    width: 50%;
    
    min-height: 500px;
    background-image:"logo.png";
background-image: url("log.jpg");
background-size: 100% 100%;
}
aside{
    float: right;
    width: 20%;
    min-height: 400px;
} 
header{

background-color: rgb(155, 195, 0);
height: 110px;
width: 100%;
margin: 0px;
color: aliceblue;
list-style: none;
float: left;
text-align: center;
}
#headerimagen{
    height: 110px;
    width: 32%;
    margin: 5px;
    color: rgb(47, 88, 124);
    list-style: none;
    float: left;
    background-image: url("sepDos.jpg");
    background-repeat: no-repeat;
background-size: 100% 80%;

}
#headerimagenDos{
    height: 100px;
    width: 29%;
    margin: 5px;
    color: rgb(47, 88, 124);
    list-style: none;
    float: left;
    background-image: url("tecnm.png");
background-size: 100% 100%;

}
#logo{
    height: 110px;
    width: 10%;
    margin: 0px;
    color: rgb(47, 88, 124);
    list-style: none;
    float: right;
    background-image: url("logo.png");
background-size: 100% 100%;
}
#spaceImagenes{
    height: 110px;
    width: 10%;
    margin: 0px;
    
    list-style: none;
    float: left;
    
}