/* CSS Document */

/* Reset CSS */
* {margin:0;padding:0;};
img {border:none;}
a:link img {border:none}
a:visited img {border:none}
/* Geral */
body {
	font: 12px  Arial, Helvetica, sans-serif;
	background:#000 url(../images/dgd_bg.gif) repeat-x;
	
}
#geral {
	width:100%;
	text-align:center; /* Hack I.E. 6 */
	background:url(../images/home.jpg) no-repeat center top;
	height:100%;
}
#header {
	height:211px;
}
#container {
	width:1024px;
	margin:0 auto; /* Alinhar padrao */
	text-align:left; /* Retorno text */
}
.negrito {
	font-weight:bold;
}
.msg {
	color:#FF0000;
	padding:5px 0;
	font-weight:bold;
	font-size:13px;
}

/* Formulario */
form {margin-bottom:10px;}
label {
	display:block;
	margin-top:5px;
	color:#cfb88f;
}
fieldset {
	border:none;
}
input,textarea {
	width:80%;
	padding:2px;
}
#res {padding:5px;margin:5px 0;font-weight:bold;text-align:center;background-color:#ffff00;display:none;color:#000;}

/* Coluna da Esquerda */
#col_esq {
	float:left;
	width:630px;
	height:auto;
}

/* Coluna da Direita */
#col_dir {
	float:right;
	width:280px;
	margin-right: 35px;
}
.tit {
	font-size: 18px;
	color:#99F;
}
.texto {
	font-size:13px;
	color:#FFF;
	font-family: Tahoma, Geneva, sans-serif;
}
/*#col_dir ul {
	margin-bottom:10px;
}
#col_dir li {
	display:inline;
	padding-left:10px;
	margin-left:8px;
	background:url(../images/ponta.gif) no-repeat left 5px;
}
#col_dir li a:link,a:visited {
	color:#fff;
	text-decoration:none;
}
#col_dir li a:hover {
	color:#ccc;
}*/

/* Footer */
#footer {
	padding:3px 0;
	clear:both;
	background:url(../images/footer_bg.gif);
	font-size: 11px;
	text-align:center;
	color:#797979;
	margin-top:5px;
}
#footer a:link {
	color:#959494;
	text-decoration:none;
}
#footer a:visited {
	color:#959494;
	text-decoration:none;
}

/* Servicos */
#img {
	width:570px;
	height:auto;
	margin-top: 11px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 31px;
	padding: 5px;
	background-image:url(../images/bg.png);
	background-repeat: repeat;
}
#img umg {
	width:620px;
	height:350px;
}
#base_thumb {
	margin-top:10px;
	width:680px;
	margin:25px 0 20px 50px;
}
#base_thumb_pg {
	margin-top:10px;
	width:auto;
}
.thumb {
	border:#fff solid 5px;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	overflow:hidden;
	width:50px;
	height:50px;
}
div.thumb:hover {
	border:#dbd9d2 solid 5px;
}

.thumb img {
	width:110px;
	height:60px;
}

