@charset "utf-8";
/* CSS Document */

#box1{
	width:478px; height:388px;
	margin:13px 0 0 5px;
	float:left;
}

#sombra1{
	width:10px; height:388px;
	float:left;
	background-image:url(../images/sombra_box32.png);
	background-position:bottom;
	background-repeat:no-repeat;
	_background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sombra_box32.png', sizingMethod='scale');
}

#conteudo_box1{
	width:465px;
	height:388px;
	border:solid 1px #233B5A;
	float:left;
	background-color:#FBF8F3;
}

#box2{
	width:288px; height:212px;
	float:left;
	margin:13px 0 0 0;
}

#sombra2{
	width:10px; height:210px;
	float:left;
	background-image:url(../images/sombra_box32_small.png);
	background-position:bottom;
	background-repeat:no-repeat;
	_background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sombra_box32_small.png', sizingMethod='scale');
}

#conteudo_box2{
	width:276px; height:210px;
	border:solid 1px #233B5A;
	float:left;
	background-color:#FAF8F3;
	background-image:url(../images/bg_box2.jpg);
	background-repeat:repeat-x; 
	background-position:bottom;
}

#conteudo_box2 ul{
	padding:0;
	margin:0;
	list-style-type:none;
}

#conteudo_box2 li{
	margin-bottom:4px;
}

#box3{
	width:288px; height:160px;
	float:left;
	margin:17px 0 0 0;	
}

#sombra3{
	width:10px; height:160px;
	float:left;
	background-image:url(../images/sombra_box32_small.png);
	background-position:bottom;
	background-repeat:no-repeat;
	_background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/sombra_box32_small.png', sizingMethod='scale');
}

#conteudo_box3{
	width:276px; height:160px;
	border:solid 1px #233B5A;
	float:left;
	background-color:#FAF8F3;
	background-image:url(../images/bg_box2.jpg);
	background-repeat:repeat-x; 
	background-position:bottom;
}

#conteudo_box3 p{
	margin:10px 0px 22px 10px;
}

#conteudo_box3 a:link{
	color:#666;
	text-decoration:none;
}

#conteudo_box3 a:hover{
	color:#333;
	text-decoration:underline;
}

h3.menu_tit{
	width:276px; height:37px;
	background-image:url(../images/sub_menu.jpg);
}

h3.contatorapido_tit{
	width:276px; height:40px;
	background-image:url(../images/sub_contatorapido.jpg);
}

h3 span{
	display:none;
}

/*--------------------------------------------------------*/

#coluna{
	width:288px;
	float:left;
}

#thumbs{
	width:100%;
}

#thumbs img{
	border:solid 2px #E4DAC0;
}

#thumbs img:hover{
	border:solid 2px #365A86;
}

#thumbs p{
	float:left;
	text-align:center;
	margin:10px 0 15px 12px;
}

/*---------------------------------------------------*/

#caixa{
	width:458px; height:386px;
}

#caixa p{margin:0; padding:0;
	font-family:Verdana, Geneva, sans-serif; font-size:11px;
	color:#666;}
	
h2{
	width:60px; height:65px;
	margin:0 0 0 15px;
	background-image:url(../images/tit_port_web.gif);
	float:left;
}

h2.impressos{
	width:137px; height:65px;
	margin:0 0 0 15px;
	background-image:url(../images/tit_port_imp.gif);
	float:left;
}

h2.identidade{
	width:137px; height:65px;
	margin:0 0 0 15px;
	background-image:url(../images/tit_port_ide.gif);
	float:left;
}

h2.veiculacao{
	width:238px; height:65px;
	margin:0 0 0 15px;
	background-image:url(../images/tit_port_vei.gif);
	float:left;
}

h2.model3d{
	width:50px; height:65px;
	margin:0 0 0 15px;
	background-image:url(../images/tit_port_3d.gif);
	float:left;
}

h2.outros{
	width:99px; height:65px;
	margin:0 0 0 15px;
	background-image:url(../images/tit_port_out.gif);
	float:left;
}

h2 span{
	display:none;
}

#desc{
	float:left;
	margin:25px 0 0 10px;

}

#img{
	float:left;
	text-align:center;
	width:100%;
	height:auto;
}

#img img{
	margin:15px 5px 0px 10px;
}

#img img:hover{
	opacity: 0.50;
	filter: alpha(opacity=50);
}

#superior{
	width:100%;
	height:65px;
	margin-top:10px;
}

.red{
	color:#FC0;
	font-weight:bold;
}