@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/pattern.png);
	font-family: Tahoma;
	padding: 0px;
	margin: 0px;
	font-size: .78em;
}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
}

#menu {
	height: 139px;
	width: 916px;
	
}

#banner {
	height: 205px;
	width: 916px;
	background-image: inherit;
	background-repeat: no-repeat;
	background-position: center;
}

#titulos_main {
	height: 35px;
	width: 916px;
	background: url(../images/back_titulos.png) no-repeat center;
}

.titulos {
	height: 35px;
	margin: 0px 45px 0px 45px;
}

.main {	
	background: url(../images/back_main.png) repeat-y center;
	width: 916px;
	overflow:hidden;
}

.main_left {
	background:url(../images/faixa.jpg) right top no-repeat;
	height: 100%;
	width:540px;
	float:left;
	padding: 10px 15px 0px 55px;
	overflow:hidden;
}

.main_right {
	height: 100%;
	width: 230px;
	text-align:left;
	padding: 0px 0px 0px 20px;
	overflow:hidden;
}

.main_right_web {
	/*background: url(../images/web_desk.gif) no-repeat;*/
	background:url(../images/box.jpg) no-repeat;
	width:230px;
}

#footer {
	height: 92px;
	width: 916px;
	background: url(../images/back_footer.png) no-repeat center;

}

.imagens { 
	border:2px dotted ;
	color:#999999;
}

.img {
	padding: 0 5px 0px 0;
	float: left;
}
