/* INICIO DO CSS BÁSICO */

* {
	margin: 0;
	padding: 0;
	font-family: "Verdana";
}

body {
	background: lightgrey;
	}

.container-body {
	width: 1150px;
	}

.clear {
	clear: both;
}


/* INICIO DO CSS DA PÁGINA DE LISTA DE EMPRESAS */

#tituloadicionadas {
	font-weight: bold;
	text-align: center;
	font-size: 30px;
	padding: 50px;
}

.caixas{
	width: 150px;
	background: #ADD8E6;
	padding: 10px;
	margin: 10px;
	height: 150px;
	float: left;
	border: 1px solid;
}

.titulocaixas {
	padding-left: 55px;
	margin-top: 5px;
	border: 10px red;
	font-size: 14px;
	color: black;
	text-decoration: none;
}

.logos {
	width: 100px;
	padding-top: 10px;
	padding-left: 25px;
	height: 100px;
	position: relative;
}

.datas {
	font-size: 8px;
	font-style: italic;
	padding-top: 10px;
	margin-left: 80px;
	}

/* INICIO DO CSS DAS PÁGINAS DAS EMPRESAS */

.italico {
	font-style: italic;
	}

.titulo {
	clear: both;
	background: lightblue;
	font-family: Arimo, Verdana, Arial, serif;
	font-weight: bold;
	text-align: center;
	width: 732px;
	font-size: 16px;
	height: 40px;
	padding-top: 20px;
	margin-top: 10px;
	margin-left: 10px;
	}

table {
	width: 732px;
	margin-top: 10px;
	border-collapse: collapse;
	line-height: 20px;
	margin-left: 10px;
}

tr:nth-child(even) {background: #add8e6}
tr:nth-child(odd) {background: #fff}

th {font-weight: 600;
	text-align: center;
	color: darkblue;
	font-size: 14px;
}

td {font-size: 12px;
	font-family: Arial, serif;
	text-align: center;
}

/* ÁREA 1 - DADOS GERAIS - CONTÉM 3 BLOCOS */

.blocos {
	width: 360px;
	float:left;
	margin-top: 10px;
	padding: 5px;
	height: 500px;
	}

.container-logo {
	width: 360px;
	float: left;
}
	
.logoempresa {
	width: 180px;
	margin-top: 10px;
	margin-left: 90px;
}

a {text-decoration: underline;
	color: blue;
}

.campo-caixa {
	background-color: #fff;
	width: 340px;
	border-radius: 10px;
	height: 50px;
	line-height: 20px;
	margin: 5px;
}

.campo-titulo {
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	font-size: 14px;
}

.campo-texto {
	text-align: center;
	font-size: 11px;
	}

.campo-control {
	background-color: #fff;
	width: 340px;
	border-radius: 10px;
	height: 70px;
	line-height: 20px;
	margin: 5px;
	}

.cxposacion {
	float: left;
	background: #fff;
	margin: 10px 14.2px;
	padding: 5px;
	width: 140px;
	height: 120px;
	border-radius: 10px;
	}

.tituloposac {
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	padding: 2px;
	}

.conteudoposac {
	text-align: center;
	margin-top: 10px;
	padding: 2px;
	font-size: 12px;
	font-style: italic;
	height: 13px;
}

/* ÁREA 1 - BLOCO DIREITA - DIVIDENDOS PENDENTES */

.area-direita {
	float: left;
	width: 340px;
	margin-top: -72px;
}

.caixa-divid-pend-maior {
	height: 80px;
	background: #fff;
	width: 95%;
	margin: 10px;
	border-radius: 10px;
	margin-top: 20px;
}

.caixa-divid-pend-menor {
	float: left;
	height: 40px;
	padding: 8px;
}

.ticker-div-pend {
	text-align: center;
	font-size: 14px;
	padding: 4px;
	font-weight: bold;
}

.titulo-div-pend {
	font-weight: bold;
	font-size: 10px;
	font-style: italic;
	text-align: center;
	padding: 2px;
}

.texto-div-pend {
	font-size: 12px;
	text-align: center;
	padding: 2px;
	padding-top: 10px;
}

/* ÁREA 2 - CONTÉM 2 BLOCOS */

/* A2 BLOCO 1 - ANÁLISE FUNDAMENTALISTA */

.arquivo {
	padding-top: 4px;
	width: 18px;
	height: 18px;
}

a.tooltip{
	position:relative;
	font-style: italic; 
	font-size:12px; 
	color: black;
	text-decoration:none;
	cursor:help; 
	}
 
a.tooltip:hover{
  background:transparent;
  color:#f00;
  z-index:25; 
 
  }
a.tooltip span{display: none
  }
 
a.tooltip:hover span{ 
  display:block;
  position:absolute;
  width:210px; 
  top:20px;
  left:0;
  font-size: 12px;
  padding:5px;
  border:1px solid #999;
  background:#e0ffff; 
  color:#000;
  }

/* A2 BLOCO 2 - LIVRE PARA FUTURO */



/* ÁREA 3 - PROVENTOS */

.cxprov {
	background: #fff;
	padding: 8px;
	width: 100px;
	margin: 20px 30px;
	float: left;
	height: 70px;
	border-radius: 10px;
}

.tituloprov {
	font-weight: bold;
	text-align: center;
	font-size: 13px;
	padding: 2px;
}

.conteudoprov {
	text-align: center;
	font-size: 18px;
	padding: 2px;
	font-style: italic;
	height: 7px;
	margin-top: 15px;
}

