﻿/* Project Guincho*/

@import url("modules.css");



#DwMain {
 width: 910px;
 background-color: #F0F0F0;
}



/* Header */
#DwHeader  {
 height: 80px;
 margin: 0px 20px 0px 20px ; 
}
#DwTopLogo {
 position: absolute;
 left: 36px;
 top: -71px;
 width: 210px;
 height: 115px; 
 z-index: 1000;
 overflow: hidden;
}
#TopMenu {
 margin-top: 27px;
}
#TopMenu img{
 top:1px;
 bottom:0px;
 position: relative;
}
#DwMenus { 
 float: right;
 width: 670px;
 margin: 5px 20px 0px 0px;
}
#DwHeaderContent {
 position: relative;
}
#DwTopGraphic_home {
 width:870px;
 height: 430px;
 
 background-color: white;
 margin: 0px 20px 0px 20px ; 
}
#DwTopGraphic {
 width: 870px;
 height: 350px;
 background-color: white;
 margin: 0px 20px 0px 20px; 
}
#MainMenu {
 width: 910px;
 height: 24px;
 padding-top: 6px;
 overflow: hidden;
 background-repeat: repeat-x;
 background-image: url(../diversos/b_mainmenu.gif);
}
#MainMenu img {
 margin: 0px 5px 0px 5px;
}



/*Content*/
#DwContentCell {
 width: 870px;
}
#DwContent {
 width: 550px;
 margin: 0px 10px 15px 20px;
}

/* Paragraph Setup*/
.MainContent {
 width: 560px;
 padding: 0px 10px 15px 20px;
}
.ContentColumn {
 width: 280px;
}
.ContentColumn_Div {
 margin: 0px 20px 0px 30px;
}




/* Footer */
#DwFooter {
 padding: 10px 0px 10px 0px;
}
#DwFooter small{
 color: #CEBA7A;
}
#DwFooter a {
 font-size: 9px;
 color: #CEBA7A;
}
#DwFooter a:hover {
 font-size: 9px;
 color: #CEBA7A;
}
#DwFooter img{
 padding-left: 10px;
}
#DwFooter_home {
 padding-right: 18px;
 margin-bottom: 15px;

}
#DwFooter_home a {
 font-size: 9px;
 color: #CEBA7A;
}
#DwFooter_home a:hover {
 font-size: 9px;
 color: #CEBA7A;
}
#DwFooter_home img{
 padding-left: 10px;
}

