﻿body {
    background-color:#EFEFEF;
    font-family:"Segoe UI","Verdana","Arial","Sans-Serif";
    font-size:12px;
}
#dvBody
{
    margin:0 auto 0 auto;
    width:984px;
}
#dvMenu {
    margin:0 auto 0 auto;
	width: 984px;
	height: 50px;
	margin: 0;
	padding: 0;
	background: url(../img/menu-bg.jpg) no-repeat top;
} 
#dvMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
} 
#dvMenu ul li {
	display: inline;
	margin: 0px;
} 
#dvMenu ul li a {
	height:33px;
	display: block;
	float: left;
	padding: 17px 15px 0 30px;
	font: bold 12px Arial;
	color: #333;
	text-decoration: none;
	background: url(../img/menu-separa.png) no-repeat right center;
} 

#dvMenu ul li a:hover {
	color:#363636;
	background: url(../img/menu-hover.png) repeat-x top;
}

#dvMenu ul li#ativo a {
	color:#363636;
	background: url(../img/menu-hover.png) repeat-x top;
}

#dvMenu ul li.frase {
	color:#FFF;
	float:right;
	padding-right:30px;
	padding-top:15px;
}
#dvTopo
{
    width:984px;
    height:7px;
    background:transparent url('../img/bg-top.png') no-repeat top;
}
.spnAtividade
{
    font-weight:bold;
    color:#A50000;
}
#dvCorpo
{
    width:942px;
    border-left:solid 1px #D4D4D4;
    border-right:solid 1px #D4D4D4;
    background-color:#FFF;
    padding:20px;
    font-family:"Verdana","Arial","Sans-Serif";
    display:table;
}
#dvPlanosImg
{
    padding:0px;
    margin:0px;
    float:left;width:400px
}
#dvPlanosImg a
{
    outline:none;
}
#dvPlanosImg img
{
    padding:0px;
    margin:0px;
    border:none;
}
#dvPlanosEspecificacao
{
    float:left;width:490px
}
#dvPlano00
{
    vertical-align:middle;
    text-align:center;
    height:250px;
    color:#BBB;
}
#dvPlano01,#dvPlano02,#dvPlano03,#dvPlano04
{
    display:none;
}
#dvPlano01 { color:#01AFB0; }
#dvPlano02 { color:#CDB800; }
#dvPlano03 { color:#A50000; }
#dvPlano04 { color:#F29F01; }
#dvConteudo { clear:both;text-align:justify; }
#dvBottom
{
    width:984px;
    height:8px;
    background:transparent url('../img/bg-bottom.png') no-repeat top;
}
.both
{
    clear:both;
}
#dvRodape
{
    text-align:center;
    width:100%;
    color:#4F4F4F;
}
.imgLeft
{
    float:left;
    margin:4px;
    padding:2px;
}
.imgRight
{
    float:right;
    margin:4px;
    padding:2px;
}
h1
{
    color:#AF0706;
    font-weight:bold;
    font-size:16px;
}
.justify
{
    text-align:justify;
}
#dvConteudo a
{
    text-decoration:none;
    color:#333;
    font-weight:bold;
}
fieldset
{
    padding:5px;
    border:solid 1px #DDD;
    margin:6px;
}
input, textarea
{
    border:solid 1px #333;
    font-size:14px;
    color:#333;
    outline:none;
}
.botao
{
    background-color:#4F4F4F;
    color:#FFF;
    font-size:14px;
    font-weight:bold;
    cursor:pointer;
}
.botao:hover
{
    background-color:#AF0706;
}
