Imprimir
Modularização:
%STARTINCLUDE%
body{
margin: 20px 0px;
padding: 0px;
background-color: #F0F0F0;
text-align: center;
font-family: verdana, helvetica, sans-serif;
font-size: 14px;
}
#corpo{
width: 760px;
margin: auto;
text-align: left;
padding-top: 100px;
}
#logo{
width: 250px;
height: 105px;
float: left;
/* background-color: #FFF; */
background-image: url("%ATTACHURL%/logo-marsol-144x100-cinza.gif");
background-repeat: no-repeat;
background-position: 50% 50%;
position: absolute;
margin-top: -110px;
z-index: 10;
}
#logo img{
display: none;
}
#cabecalho{
/* width: 505px; */
width: 760px;
max-width: 520px;
padding-left: 240px;
height: 105px;
float: right;
margin: 0px;
position: absolute;
margin: -110px 0px 0px 0px; /* 240px; */
background-color: #D8D8D8;
}
#cabecalho strong{
display: block;
margin: 20px 20px 0px 20px;
font-size: 28px;
color: #999;
}
#cabecalho b{
display: block;
margin: 0px 0px 0px 20px;
font-size: 22px;
color: #555;
}
#cabecalho span{
display: none;
}
#imgs{
width: 765px;
height: 155px;
margin-top: 0px;
}
#imgs div{
float: left;
width: 250px;
height: 150px;
margin-right: 5px;
position: relative;
}
#img3{
margin-right: 0px;
}
#imgs img{
position: absolute;
top: 0px;
left: 0px;
}
#tronco{
clear: both;
background-image: url("%ATTACHURL%/fundoNews.png");
background-repeat: repeat-y;
}
#news{
clear: both;
width: 250px;
float: left;
}
#menu{
clear: right;
width: 505px;
max-width: 485px;
padding-left: 20px;
height: 40px;
float: right;
background-color: #FC0;
text-align: center;
}
#menu ul,
#menu li{
margin: 0px;
padding: 0px;
list-style: none;
display: inline;
}
#menu a{
display: block;
float: left;
color: #000;
text-decoration: none;
line-height: 40px;
padding: 0px 10px;
margin-left: 5px;
}
#menu a:hover{
background-color: #D04000;
color: #FFF;
}
#conteudo{
clear: right;
margin-top: 5px;
width: 505px;
max-width: 485px;
padding: 0px 10px;
float: right;
background-color: #D0D0D0;
text-align: justify;
}
#rodape{
clear: both;
margin: 5px 0px;
padding: 5px;
background-color: #FC0;
color: #540;
font-size: 9px;
text-align: center;
position: relative;
}
#btsTWiki{
position: absolute;
right: 10px;
top: 5px;
}
/* * * Conteúdo * * * * * * * * * * * * * * * * * * * * * * * * * */
%INCLUDE{WebConteudoCSS}%
/* * * Tabelas * * * * * * * * * * * * * * * * * * * * * * * * * */
%INCLUDE{WebTabelasCSS}%
%STOPINCLUDE%