@charset "utf-8";
/* CSS Document */
@font-face {font-family: "padrao"; src: url(fonts/fonteregular.otf);}
@font-face {font-family: "padrao-bold"; src: url(fonts/fontebold.otf);}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, html {
	height:100%;
	background-color:#000;
	font-family:"padrao";
	font-size:20px;
}
ul, li {
	margin:0;
	padding:0;
	list-style:none;
}
img {
	border:0;
}
a {
	text-decoration:none;
}


#main {
	width:100%;
	height:100%;
	min-height:748px;
	min-width:1330px;
	position:relative;
}
#container {
	background:url(../images/layout/bg.png);
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-374px;
	margin-left:-665px;
	width:1330px;
	height:748px;
}
#lateral {
	position:relative;
	float:left;
	background:url(../images/layout/bg_lateral.png) no-repeat top;
	width:277px;
	height:748px;
}
#conteudo {
	float:left;
	background:url(../images/layout/bg_shadow.png) no-repeat center;
	width:1053px;
	height:748px;
}
#menuShadow {
	background:url(../images/layout/menu_shadow.png) repeat-y center left;
	width:1053px;
	height:748px;
}
.logo {
	width:221px;
	height:46px;
	min-height:46px;
	margin:40px auto;
}
#menu {
	background:url(../images/layout/bg_menu.png) no-repeat top left;
	width:200px;
	height:245px;
	margin:90px 0 0 20px;
	padding:95px 0 0 50px;
	font-family:"padrao-bold";
	color:#004b6e;
	font-size:25px;
}
#menu li {
	margin-bottom:5px;
	letter-spacing:-1px;
}
#menu li a {
	color:#004b6e;
}
.disk {
	width:215px;
	margin:0 auto;
	color:#FFF;
	font-size:17px;
}
.disk span {
	display:block;
	margin-top:-10px;
	margin-left:15px;
	line-height:27px;
}
#lateral .facebook {
	position:absolute;
	bottom:0px;
	right:13px;
}
#pagina {
	position:relative;
	width:1053px;
	height:748px;
	overflow:hidden;
}
.quadro {
	background:url(../images/layout/quadro.png) no-repeat center;
	width:955px;
	height:681px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-340px;
	margin-left:-477px;
}
.pag {
	margin:30px;
	color:#fff;
	position:relative;
}

.form {
	margin-top:20px;
}
.form .label {
	padding-left:10px;
	font-size:20px;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.form .put {
}
.form .put input {
	width:365px;
	height:30px;
	padding-left:5px;
	font-family:Arial;
	font-size:14px;
}
.form .put textarea {
	width:360px;
	height:110px;
	padding:5px;
	font-family:Arial;
	font-size:14px;
}
.form .btn {
	text-align:right;
}
.form .btn input {
	font-family:"padrao";
	font-weight:normal;
	border:0;
	margin:0;
	padding:0;
	background:none;
	font-size:25px;
	color:#fff;
	cursor:pointer;
}
input.error, textarea.error {
	border:2px solid red;
}
label.error {
	position:absolute;
	color:red;
	font-size:30px;
	padding-left:5px;
}
div.aviso {
	display:none;
	text-align:center;
	margin-top:20px;
	border:2px dotted red;
	padding:6px;
	height:27px;
}
div.aviso1 {
	display:none;
	text-align:center;
	margin-top:20px;
	border:2px dotted red;
	padding:6px;
	height:27px;
}
div.avisok {
	text-align:center;
	margin-top:20px;
	border:2px dotted #89FF00;
	padding:6px;
	height:27px;
}






