@CHARSET "ISO-8859-1";
@IMPORT url("index.css");
@IMPORT url("conteudo.css");

#empresas{
	/*border: 1px solid black;*/
	position: absolute;
	top: 60px;
	left: 690px;
	width: 240px;
	height: 380px;
	overflow-x: hidden;
	overflow-y: auto;
	color: #EF2F72;
	font-family: arial;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 11px;
	background-image:url(../images/site_fundo_empresas.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#empresas ul{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}
#empresas li{
	margin: 9px 0px 9px 0px;
}
#empresas li a{
	color: #003061;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
