@charset "utf-8";
/* CSS Document */

#box1{
	width:479px; height:388px;
	margin-top:13px;
	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:466px;
	height:388px;
	border:solid 1px #233B5A;
	float:left;
	background-image:url(../images/bg_box1.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#FBF8F3;
}

#conteudo_box1 p{
	padding:0px 10px 0px 10px;
	line-height:14px;
}

#box2{
	width:288px; height:190px;
	float:left;
	margin:13px 0px 0px 2px;
}

#sombra2{
	width:10px; height:190px;
	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:190px;
	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{
	margin:0px 0px 0px 9px;
	list-style-type:none;
}

#conteudo_box2 li{
	margin-bottom:auto;
}

#box3{
	width:288px; height:188px;
	float:left;
	margin:10px 0px 0px 2px;	
}

#sombra3{
	width:10px; height:188px;
	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:188px;
	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 0 0 30px;
	word-spacing:35px;
	line-height:45px;
	
}

#conteudo_box3 a:link, a:visited{
	color:#333;
	text-decoration:none;
}

#conteudo_box3 a:hover{
	color:#333;
	text-decoration:underline;
}

h2{
	width:263px;
	height:46px;
	background-image:url(../images/sobre.gif);
	margin:10px 0px 10px 170px;
}

h2 span{
	display:none;
}

h3.curriculo_tit{
	width:276px; height:44px;
	background-image:url(../images/sub_curriculo.jpg);
}

h3.ferramentas_tit{
	width:276px; height:40px;
	background-image:url(../images/sub_ferramentas.jpg);
}

h3 span{
	display:none;
}

/*--------------------------------------------------------*/

.foto_sobre{
	float:left;
	margin:0px 10px 0px 0px;
}

#conteudo_box2 p img{
	margin:20px 0px 0px 50px;
}