*{margin: 0; padding: 0;border: 0;
	font-family: 'Didact Gothic', sans-serif;
}

.topo li,
.linguas li {
	display: inline;
	text-decoration: none;
}
.topo a,
.linguas a{
	text-decoration: none;
	outline:none
}

.topo{
	position: relative;
	z-index: 2;
	width: 100%;
	height: 160px;
	background: #a7a9ac;
	-webkit-box-shadow: 0px 17px 30px 0px rgba(136, 136, 136, 0.85);
-moz-box-shadow:    0px 17px 30px 0px rgba(136, 136, 136, 0.85);
box-shadow:         0px 17px 30px 0px rgba(136, 136, 136, 0.85);
}
.topo .meio-topo{
	width: 960px;
	margin: auto;
}
.topo .logo{
	width: 300px;
	margin: auto;
	margin-top: 8px;
}
.linguas{
	width: 70px;
	margin: 0 30px 0 auto;
	padding-top: 20px;
}
.linguas img{
	margin-right: 4px;
	cursor: pointer;
}
.menu{
	padding-top: 20px;
}
.menu ul{
	text-align: center;
}
.menu ul li{
	background: url(img/divisor.png)no-repeat left;
	padding: 15px 50px;
}

.menu ul li a{
	font-size: 13px;
	font-weight: bolder;
	color: #fff;
	text-transform: uppercase;
}
.menu .sem-divisor{
	background: none;
}
.imagem img{
	width: 100%;
	position: relative;
	z-index: 1;
}
.rodape{
	width: 100%;
	background: #fff;
	padding: 9px 0 6px 0;
	text-align: center;
	color: #58585a;
	font-size: 13px;
}
.lightbox{
	padding: 30px;	
}
.lightbox h3{
	font-size: 30px;
	padding-bottom: 15px;
	font-weight: bolder;
}
.lightbox h4{
	font-size: 18px;
}
.lightbox p{
	font-size: 14px;
	padding-bottom: 10px;
}
.lightbox li{
	font-size: 14px;
	margin-left: 20px;
}


.lightbox label { 
	margin-top: 20px;
}
.lightbox label.error {
    float: none; 
    color: red;
    margin: 0 .5em 0 0; 
    vertical-align: top;
    font-size: 10px 
}
.lightbox p { 
	clear: both; 
}
.lightbox .submit {
 	margin-top: 1em;
}
.lightbox em {
	font-weight: bold;
	padding-right: 1em;
	vertical-align: top;
}
.lightbox form{
	max-width: 500px;
	margin: auto;
}
.lightbox input{
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
}
.lightbox textarea{
	height: 85px;
	padding: 10px;
}
.lightbox input,
.lightbox textarea{
	width: 100%;
	border: 2px solid #888;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline:none
}
.lightbox .submit{
	width: 120px;
	height: 40px;
	background: #888;
	color: #fff;
	font-size: 18px;
	font-weight: bolder;
	cursor: pointer;
}
#cboxOverlay {
	opacity:0.5 !important;
	filter:alpha(opacity=40) !important; /* For IE8 and earlier */
}
.sucesso{
	text-align: center;
	color: green;
	font-weight: bold;
}

.sucesso p{
	color: green;
	font-weight: bold;
}

.sucesso p.erro{
	color: red;
	font-weight: bold;
}


}