/*////////////////////////////////////////////////////////////////////////////////
 GOOGLE ADS
///////////////////////////////////////////////////////////////////////////////*/
.separador-mid {
	background-image:url(fotos/separador-mid.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	height: 30px;
}
.menuempreses {
	width: 235px;
	margin: 0 0 0 15px; 
	}
.menuempreses ul{
	margin: 0;
	padding:0;
}
.menuempreses li {
	text-align: left;
	list-style-type:none;
	background-image:url(fotos/points-line.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height: 46px;
	margin-top: 6px;

}
.menuempreses  li a{

	padding: 0px;
	display: block;
	width: 235px;
	height: 40px;	
	text-decoration:none;
	color:#5f6060;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;


}
.menuempreses li a strong {
	position: relative;
	width: 144px;
	display:block;
	font-size:12px;
	color:#333;
	float:right;
	
}
.menuempreses li a em {
position: relative;
	display:block;
	font-size:10px;
	color:#333;
	width: 144px;
	float:right;
	font-style:normal;
}
.menuempreses li a img {
	border: none;
	position:relative;
	float:left;

}

.menuempreses  li a:hover {
background-color: #E4E4E4;
color: ffffff;
cursor:pointer;
}

.bottom {
background-image: url(fotos/bottom.jpg);
background-repeat: repeat-x;
background-position: top;

padding: 15px 0;
color: #606874;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
}
.bottom a {
color: #606874;
text-decoration: none;
padding: 2px;

}
.bottom a:hover {
	background-color:  #e4511d;
	color: #343C3D;

}
.orange { color: #e4511d;

} 

.c-left {
	background-position: top left;
	background-repeat:no-repeat;
	float: left;
	width: 235px;
	padding: 0;
	margin-right: 5px; 
}

.c-right {
	
	text-align:left;
	float: right;
	width:535px;
	padding: 0;
	margin-left: 5px; 
}
.clearfloat { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    }
