*{
    margin: 0;
    padding: 0;
}

body {
    background: #000;
    color: #fff;
    text-align: center;
}

/* containers */
#container {
    margin: auto;
    width: 100%;
    height: 100%;
    background: #cdcdcd;
}
#title{}
#description{}
#secciones{}

/* styles */
#secciones ul li{
    width: 100%;
    height: 100px;
    background: #fff;
    padding-top: 10px;
    float: none;
    margin:auto;
    list-style: none;
    color: #000;
}

#secciones img{
    height: 100px;
    width: 60px;
}
#secciones.secciones ul li{
    float: left;
    width: 50%;
}