@charset "utf-8";
/* CSS Document */

html, body {
width:100%;
height:100%;
padding: 0px;
margin: 0px;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
background:#fff;
}
img{
border: 0px;
}
#table {
width: 100%;
height: 100%;
position: static;
display: table;
*overflow: hidden; /* hack para o IE6 e IE7 */
*position: relative; /* hack para o IE6 e IE7 */
}
#cell {
vertical-align: middle;
display: table-cell;
position: static;
top: 25%; /* hack para o IE6 e IE7 */
*position: absolute; /* hack para o IE6 e IE7 */
}
#conteudo {
width: 470px;
margin: auto;
margin-top: 30px;
position: relative;
background:#fff;
border: 0px;
}
.logo_grande{
background:url(../img_abertura/logop.jpg) no-repeat center;
width:470px;
height:94px;
margin-bottom:25px;
}
.logo_grande2{
background:url(../img_abertura/logo2.jpg) no-repeat center;
width:470px;
height:101px;
margin-bottom:25px;
}
h1{
font-size:18px;
color:#006633;
padding-bottom:3px;
}
h2{
font-size:9px;
color:#006633;
padding-bottom:3px;
}
a{color:#060;