/* 
    Document   : style
    Created on : 04-dic-2014, 20:40:23
    Author     : Hector Galbis
    Description:
*/
 
/** Global **/
root { 
    display: block;
}

header {
    height:50px;
    margin-bottom:10px;
    border-bottom: 1px #cccccc solid;
}
footer {
    padding-top:10px;
    margin-top:10px;
    border-top: 1px #cccccc solid;
}

.container {
    max-width: 730px;
}