/* CSS Geral */

a.link_dif		 	{ color: #0D93DB; text-decoration: none; }
a.link_dif:focus,
a.link_dif:hover 	{ border-bottom: 2px dotted #1194DD; color: #1194DD; text-decoration: none; }

#conteudo{
	width:980px;
	min-height:550px;
	margin:19px auto 0 auto;
}

#esquerda{
	width:665px;
	min-height:200px;
	float:left;
	background:url(../img/bg_conteudo_esquerda.jpg) repeat-y right top;
	padding:0 27px 29px 0;
}

#esquerda-interna{
	width:666px;
	min-height:500px;
	float:left;
	background:url(../img/bg_conteudo_esquerda_interna.jpg) no-repeat 0 20px;
	padding:35px 13px 45px 14px;
	margin:-19px 0 0 0;
}

#direita{
	width:269px;
	min-height:930px;
	float:right;
	padding:104px 0 0 0;
}

.i-ampliar{
	width:26px;
	height:25px;
	background:url(../img/icons/ampliar.png) no-repeat top;
	cursor:pointer;
	position:absolute;
	z-index:15;
	bottom:3px;
	right:3px;
}

.links{
	float:right;
	margin:5px 0 0 9px;
}

.btn-enviar{
	width:72px;
	height:25px;
	background:url(../img/btn_enviar.png) no-repeat top;
	float:right;
	cursor:pointer;
	border:0;
	margin:2px 0 0 0;
}