﻿/* Project AtlanticWines */

@import url("maricultura_home.css");
@import url("maricultura_models.css");

#DwMain {
 width: 900px;
 background: #FFFFFF;
}



/* Header */
#DwHeader {
 height: 115px; 
 background-repeat: repeat-x;
 background-image: url(../diversos/b_header.gif);
}
#DwLogo {
 float:left;
 padding: 0px 0px 0px 40px;
}
#DwSearch {
 float: right;
 padding: 10px 40px 10px 0px;
}
#TopMenu{
 padding: 5px 40px 5px 0px;
}




/* Content */
#DwContent {
 background: #FFFFFF;
}
#ContentCell {
 float: right;
 width: 680px;
 padding: 0px 40px 0px 0px;
}
#ContentHeader {
 margin-top: 12px;
}
#LeftMenu {
 float: left;
 width: 160px;
 padding: 40px 0px 10px 20px;
}
#DwLegend a {
 color: #666666;
 text-decoration: none;
}
/* Paragraph */
#BxTxParag img {
 float: left;
 margin: 0px 12px 4px 0px;
}
#TxBxParag img {
 float: right;
 margin: 0px 0px 4px 12px;
}




/* Footer */
#DwFooter {
 background: #FFFFFF;
 padding: 10px 60px 0px 40px;
}
#DwFooter small a {
 color: #666666;
 font-size: 10px;
 font-weight: bold; 
 text-decoration: none;
} 
#DwFooter small a:hover {
 font-size: 10px;
 color: #0082d6;
 font-weight: bold; 
 text-decoration: none;
}
.Footer p{
 color: #666666;
 font-size: 10px;
}
.Footer a {
 color: #666666;
 font-size: 10px;
 text-decoration: none;
} 
.Footer a:hover {
 color: #0082d6;
 font-size: 10px;
 text-decoration: none;
}
#Logos {
 float: left;
}
#ContentFooter{
 float: right;
 padding-top:5px;
}

#ContentFooter small {
 color: #666666;
 font-size: 10px;
 font-weight: bold;
}