.informativaInicioCol{
	float: left;
	margin-top: 67px;
}
.informativaInicioCol1{
	background-color: transparent;
	text-align: left;
	width: 18%;
    margin-left: 104px;
}
.informativaInicioColSeparator{
	text-align: left;
	width: 5%;
}
.informativaInicioCol2{
	background-color: transparent;
	text-align: left;
	width: 53%;
}
.informativaTitle {
	text-align: left;
	font-size: 1.75em;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #4c4c4c;
	margin-right: 9px;
}
.informativaTitle2 {
	width: 100%;
	text-align: left;
	font-size: 1.75em;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: normal;
	color: #7c778c;
}
.informativah2 {
  font-size: 1.125em;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  color: #7c778c;
}
.informativalateralMenuSelected {
	font-weight: bold;
}
.informativalateralMenuNoSelected {
	font-weight: normal;
}
.informativalateralMenu{
	margin-top:20px;
	font-size: 1.125em;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	color: #7c778c;
	padding-right: 2px;
}
.informativaSeparator {
  width: 2px;
  background-color: #d8d8d8;
  margin-top: 20px;
}

#mapaweb a {
	line-height: 1.5em;
    font-size: 1.125em;
    color: #7c778c;
}

span.listaRequisitos {
	font-size: 0.9em;
	margin: 5px 0px 0px 5px;
	text-decoration: underline;
}

.listaRequisitos li {
	font-size: 1.125em;
	color: #7c778c;
}

@media only screen and (max-width: 1255px) {
	.informativaInicioCol{
		margin-top: 20px;
	}
	.informativaInicioCol1{
		width: auto;
		margin-left: 20px;
	}
	.informativaInicioColSeparator{
		display: none;
	}
	.informativaInicioCol2{
		margin-left: 20px;
		width: auto;
	}
}