

/* CSS Document */

html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}

body {
	background:#fff url(../impressao-digital/impressao-digital.jpg) repeat-x;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px
}

#tudo {
	width:1000px;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

#header {
	margin-top:-2px;
}
#header img{
	max-width:100%;
}

#conteudo {
    margin-top: 461px;
}

#contentx {
	background:#FFF url(../images/layout_05.jpg) top left no-repeat;
	
	min-height:475px;
	height:auto !important;
	height:475px;
	padding:25px 20px;
}

#contentx {
	text-align:justify;
	letter-spacing:1px;
}

#contentx p { text-indent:15px; }

#contentx { background:#FFF; }

#botoom {
	text-align:center;
	padding: 10px;
	background-color:#E7E7E7;
	height:auto;
}
#botoom span{
	font-style:italic;
	font-size:10px;
}
#botoom p {
	clear:left;
	padding:2px;
	margin:0;
	font-size:11px;
	color:#555;
}

#botoom a {
	font-size:10px;
	color:#000;
	text-decoration:none;
	font-style:italic;
}

#galeriaPort {
	width:100%;
	height:370px;
	float:left;
	overflow:auto;
	scrollbar-face-color: #eee;
	scrollbar-shadow-color: #e4e4e4;
	scrollbar-highlight-color: #eee;
	scrollbar-3dlight-color: #ccc;
	scrollbar-darkshadow-color: #eee;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #999;
	margin-top:20px;
}

#galeriaPort img { border:solid 1px #e4e4e4; }

#galeriaPort table { border:none; margin:0 auto }

#galeriaPort td {
	border:solid 1px #ccc;
	width:110px;
	height:110px;
}
#infos{
	text-align:center;
}
#infos li{margin-bottom:5px;}
#infos a{color:#cc3333;}
#infos a:hover{color:#000;}
.formContato{
	width:100%;
	float:left;
	margin-top:20px;
	padding-bottom:50px;
}
.formContato table {
	width:430px;
	padding:10px;
	border:none;
	padding-top:10px;
	margin:0 auto;
	font-size:10px;
	color:#666;
	font-weight:bold;
	font-size:10px;
	text-align:left;
}

.formContato table p {
	font-size:10px;
	text-align:center;
	font-weight:bold;
}

.formContato fieldset { margin:0 auto; }



.formContato input, .formContato textarea {
	border:solid 1px #999;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}
input[type=submit]{
	width:211px;
	height:38px;
	border:none;
	background:url(button.png) 0 0 no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
}

.TitPag {
	text-align:center;
	color:#cc3333;
	font-style:italic;
	font-size:16px;
	font-weight:bold;
}

.TitPag a { color:#cc3333; }

.estilo {
	font-size:10px;
	font-weight:bold;
	font-style:italic;
}
.center{text-align:center;}
.formContato input, .formContato textarea {
    padding: 4px 4px 4px 4px;
    border: solid 1px #999;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
	}
input[type=text]{width:100%;}


.center img { max-width:100%;}