/*Classes especificas da página*/
.leftCol {
	position: relative;
	float: left;
	height: 100%;
	width:270px;
}
.clientes {
	position: relative;
	float: left;
	width: 260px;
	height: 261px;
	padding: 10px 0px 10px 0px;
	background-image: url(/imagens/geral/fundoclientes.png);
	background-repeat: no-repeat;
}
.clientes b {
	position: relative;
	float: left;
	font-family: verdana;
	font-size: 16px;
	margin-top: 2px;
	text-align: center;
	width: 100%;
}
.novidades {
	position: relative;
	float: left;
	width: 260px;
	background-color: Teal;
}
.rightCol {
	position: relative;
	float: left;
	width: 730px;
	height: 100%;
}
.clientesOrgulho {
	position: relative;
	float: left;
	font-family: verdana;
	font-size: 14px;
	padding: 2px 4px 4px 4px;
  #margin-left: 10px;
	text-align: center;
}
.boxImgClientes {
	position: relative;
	float: left;
	background-color: transparent;
	height: 0px;
}

.boxImgClientes img {
	position: relative;
	float: left;
	margin-top: 50px;
	margin-left: 10px;
  *margin-top: 0px;
}
.captionCliente {
	position: relative;
	float: left;
	text-align: center;
	font-family: verdana;
	font-weight: bold;
	font-size: 14px;
	width: 260px;
	margin-top: -30px;
}
.noticias {
	position: relative;
	float: left;
	width: 260px;
	height: 210px;
	padding: 10px 0px 10px 0px;
	background-image: url(/imagens/geral/fundonoticias.png);
	background-repeat: no-repeat;
	margin-top: 28px;
}
.noticiasHeader {
	position: relative;
	float: left;
	width: 100%;
	font-family: verdana;
	font-size: 20px;
	text-align: center;
}
.noticiasHeader img{
	position: relative;
	width: 16px;
	height: 16px;
	margin-right: 10px;
}
.linhaNoticia a{
	position: relative;
	float: left;
	color: black;
	font-family: verdana;
	font-size: 9px;
	text-decoration: none;
	padding: 4px 8px 4px 8px;
}
.maisNoticias {
	position: relative;
	float: left;
	color: black;
	font-family: verdana;
	font-size: 9px;
	text-decoration: none;
	padding: 3px 8px 3px 8px;
}
.maisNoticias a {
	color: black;
	text-decoration: none;
}
.maisNoticias img {
	border: 0px solid black;
	text-decoration: none;
}
.socialMedia {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 10px;
}
.socialMedia a{
	text-decoration: none;
	border: none;
	position: relative;
	float: left;
	margin-left: 26px;
}
.socialMedia img{
	text-decoration: none;
	border: none;
}
.afibersals {
	position: relative;
	float: left;
	padding: 10px 10px 10px 10px;
	font-family: verdana;
	font-size: 15px;
	background-image: url(../imagens/geral/quadrado.png);
}
.quote {
	color: blue;
	font-size: 15px;
	font-weight: bold;
}
#tagline {
	font-size: 21px;
}
