.divInternoTopImg{
	width:253px;
	height:111px;
	background-image:url(../img/dicionario-interno.png);
	background-repeat:no-repeat;
	background-position:center;
	float:left;
}

.divInternoTopText{
	float:right;
	width:624px;
	padding:5px;
	padding-top:30px;
	text-indent:50px;
}

.inRight{
	float:right;
	width:220px;
	position:relative;
}

.inLeft{
	float:left;
}
.inLeft .wrapper{
	background-color:#FFF;
	width:680px;
	margin-bottom:15px;
}

.titleMinhodic{
	text-align:center;
	font-size:16pt;
}

.contentMinhodic{
	margin-bottom:20px;
}
.contentMinhodic span{
	font-weight:bold;
}

/* imagens square*/
.duvidaImg1{
	width:190px;
	height:150px;
	background-image:url(../img/duvida/B.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFF;
	padding-left:5px;
	padding-right:5px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px 4px;
	-o-border-radius:4px 4px;
	-khtml-border-radius:4px 4px;
}
.duvidaImg2{
	width:190px;
	height:150px;
	background-image:url(../img/duvida/C.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFF;
	padding-left:5px;
	padding-right:5px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px 4px;
	-o-border-radius:4px 4px;
	-khtml-border-radius:4px 4px;
}
.duvidaImg3{
	width:190px;
	height:150px;
	background-image:url(../img/duvida/D.png);
	background-repeat:no-repeat;
	background-position:center;
	background-color:#FFF;
	padding-left:5px;
	padding-right:5px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px 4px;
	-o-border-radius:4px 4px;
	-khtml-border-radius:4px 4px;
}

/*
.wrapper h1{
	text-align:center;
	font-weight:normal;
	font-size:16pt;
}
*/

.wrapperContent p{
	text-indent:50px;	
}

.wrapperTop li{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	text-align:center;
	width:450px;
	position:relative;
	top:-15px;
	font-size:13pt;
	text-align:justify;
}
.wrapperTop li:first-child{
	width:220px;
	top:inherit !important;
}

.DuvidaFrom{
	text-align:right;
	font-size:10pt;
	font-style:italic;
	padding-top:10px;
}