/* 
    Document   : layout
    Created on : 1/Abr/2016, 16:45:59
    Author     : hp hp
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}


#geral8{
width: 1300px;
/*height: 380px;*/
border: 2px solid red;
margin: 20px;
}

#geral1{
width: 1060px;
border: 0px solid green;
float: left;
}

#geral2{
width: 1060px;
border-top: 4px solid black;
float: left;
margin-top: 10px;
}






