﻿/*CSS ACOMPANHE*/

.interna .acompanhe { 
	width:100%;
	margin-top:20px;
	background-image:url(imagens/background_emp_cent.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	position:relative;
}

.interna .acompanhe .content { 
	width:760px;
	margin:auto;
	position:relative;
}

.interna .acompanhe .content .header { 
	width:760px;
	float:left;
	position:relative;
}

.interna .acompanhe .content .header .menu { 
	width:260px;
	float:left;
	margin-top:18px;
	position:relative;
}

.interna .acompanhe .content .header .menu .itens{ 
	margin-bottom:9px;
}

.interna .acompanhe .content .header .banner { 
	width:360px;
	float:left;
	position:relative;
}

.interna .acompanhe .content .header .titulo { 
	width:140px;
	float:left;
	margin-top:24px;
	margin-left:-11px;
	text-align:right;
	position:relative;
}

.interna .acompanhe .conteudo { 
	width:100%;
	height:200px;
	margin-top:35px;
	background-image:url(imagens/background_acompanhe.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	position:relative;
}

.interna .acompanhe .conteudo .combos { 
	width:345px;
	margin:auto;
}

.interna .acompanhe .conteudo .combos select { 
	width:345px;
	height:18px;
	font-size:10px;
	color:#6a6a6a;
	background-color:#FFFFFF;
	border:1px solid #7f9db9;
	margin-top:10px;
	margin-bottom:30px;
}
