/* CSS Document */

body {
	width:100%;
	height:100%;
	margin:0;
	font-family:"Lucida Sans";
}

#pai {
	width:850px;
	background:url(img/fundo_pai.jpg) center repeat-y;
}

#menu {
	position:absolute;
	width:260px;
	height:375px;
/*	border:#000000 1px solid;*/
}

#cabecalho {
	width:850px;
	height:157px;
	background:url(img/fundo_topo.jpg) center no-repeat;
}

#cont_esq {
	width:147px;
	min-height:480px;
	height:auto !important;
	height:480px;
	float:left;
}

.div_parceiros {
	margin-top:250px;
}

.titulo_parceiros {
	font-size:15px;
	color:#237BB6;
	font-weight:bold;
	margin-left:15px;
}

#cont_meio {
	width:401px;
	max-width:401px;
	min-height:480px;
	height:auto !important;
	height:480px;
	padding-top:50px;
	float:left;
}

#cont_dir {
	width:302px;
	min-height:480px;
	height:auto !important;
	height:480px;
	float:right;
}

#rodape {
	clear:both;
	width:850px;
	height:50px;
	padding-top:12px;
	background:url(img/fundo_rodape.jpg);
}

.frisado {
	background:url(img/frisado.jpg) no-repeat center;
	width:401px;
	height:14px;
}

.div_titulo {
	padding-left:30px;
	padding-right:30px;
}

.div_texto {
	padding-left:85px;
	padding-right:30px;
}

.div_foto_home {
	background:url(img/canivete.jpg) right;
	width:400px;
	height:221px;
}

.div_foto_editoracao {
	background:url(img/editoracao_foto.jpg) right;
	width:400px;
	height:260px;
	margin-top:20px;
}

.div_foto_plotagem {
	clear:left;
	background:url(img/plotagem_foto.jpg) right;
	width:400px;
	height:298px;
	margin-top:20px;
}

.div_foto_papelaria {
	clear:left;
	background:url(img/papelaria_foto.jpg) right;
	width:400px;
	height:289px;
	margin-top:20px;
}

.div_foto_offset {
	background:url(img/offset_foto.jpg) right;
	width:400px;
	height:273px;
	margin-top:20px;
}

.div_foto_locacao {
	background:url(img/locacao_foto.jpg) right;
	width:400px;
	height:231px;
	margin-top:20px;
}

.txt_titulo {
	font-size:16px;
	font-weight:bold;
	color:#3284BC;
}

.txt_titulo2 {
	font-size:14px;
	font-weight:bold;
	color:#3284BC;
}

.txt {
	font-size:13px;
	color:#969594;
}

.txt2 {
	font-size:12px;
	color:#969594;
}

.txt_rodape {
	color:#FFFFFF;
	font-size:12px;
}

ul.list_papel {
	display:list-item;
	list-style-type:none;
	float:left;
	padding-left:20px;
}

li.lista1 {
	list-style-type:disc;
	list-style-position:inside;
	margin:0px;
	padding:0px;
}

li.lista2 {
	list-style-type:none;
	list-style-position:inside;
	margin:0px;
	padding-left:30px;
}

li.lista3 {
	list-style-type:disc;
	list-style-position:inside;
	margin:0px;
}

li.lista4 {
	list-style-type:none;
	list-style-position:inside;
	margin:0px;
	padding-left:10px;
}

form {
	color:#D0D1D2;
	line-height:120%;
}

div.campos_txt {
	width:272px;
	height:25px;
	background:url(img/input_txt.jpg) top no-repeat;
}

input {
	font-family:"Lucida Sans";
	font-size:12px;
	color:#666666;
}

input.campos_txt {
	width:252px;
	height:25px;
	padding-top:3px;
	padding-left:8px;
	background:none;
	border:0;
}

div.campos_txtarea {
	width:269px;
	height:78px;
	background:url(img/textarea_txt.jpg) top no-repeat;
}

textarea {
	font-family:"Lucida Sans";
	font-size:12px;
	width:258px;
	height:68px;
	margin-top:3px;
	margin-left:8px;
	background:none;
	color:#666666;
	border:0;
	overflow:auto;
}

input.botoes {
	background:url(img/fundo_bt_enviar.jpg) repeat-x center;
	border:1px solid #666666;
}
