body{
	width: 100%;
	font-family: 'Source Sans Pro', sans-serif;
}

#topo{
	position:absolute;
	width: 98%;
	margin:0 1%;
	top:20px;
	z-index:20;
	height: 70px;
	background:#0077A6;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.taca_logo img{
	height:	86px;
}

.taca_logo{
	position: absolute;
	right: 30px;
	top: -20px;
}

.calendario{
	width: 258px;
	margin: 0 15px;
	padding: 9px 0;
}

.calendario a{
	font-size: 20px/1.2;
	font-weight: 700;
	color: #FFD86C;
	padding-right: 13px;
}

a.no_margin_dir{
	padding-right: 0;
}

h1{
	font-size: 20px/1.2;
	font-weight: 700;
	color: #FFF;
}

.borda{
	border-bottom:2px solid #FFF;
}

.esq{
	float: left;
	width: 100px;
	margin-right: 5px;
	color: #FFF;
}

.dir{
	width: 258px;
	color: #FFD86C;
}

a.dir_clicado{
	/*color: #43444C;  005975*/ 
	text-shadow: 1px 1px #43444C;
	color: #FFF;
}


.menu {
position:absolute;
top:330px;
left:20px;
z-index:20;
}




.preloader {
background:url(../images/loader2.gif) no-repeat center #fff;
}

.marker {
display:block;
text-indent:-9999px;
width:15px;
height:23px;
outline:none;
background:url(../images/marker.png) no-repeat;
cursor:pointer;
}

.marker2 {
display:block;
text-indent:-9999px;
width:15px;
height:23px;
outline:none;
background:url(../images/marker2.png) no-repeat;
cursor:pointer;
}

.popup {
width:320px;
position:absolute;
padding:15px;
background:#43444C;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
color:#fff;
}

.popup h3 {
margin:0;
padding: 5px 0 5px 0;
font-size:20px;
line-height: 30px;
color: #FFD86C;
font-weight: 600;
}

.popup h4{
margin:0;
padding: 2px 0 5px 0;
font-size:14px;
line-height: 21px;
color: #FFF;
font-weight: 500;
}

.popup h4 span{
color: #FFD86C;
}

.popup h4 a{
color: #FFF;
}

.conteudo_pais{
	margin-top: 20px;
}

.popup .close {
display:block;
text-indent:-9999px;
position:absolute;
top:15px;
right:15px;
width:16px;
height:16px;
outline:none;
background:url(../images/close.png) no-repeat;
cursor:pointer;
}

.flag{
	height: 50px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.flag_classificada{
	height: 50px;
	margin-left: -15px;
}

.controls {
position:absolute;
top: 94px;
left: 1%;
z-index:20;
}


.controls a {
/*background:rgba(0, 0, 0, .6);*/
display:block;
float:left;
clear:both;
font-size:14px;
font-weight:600;
line-height:30px;
margin-bottom:4px;
outline:none;
padding:0 15px;
text-decoration:none;
	background:#0077A6;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.controls a:hover {
background:#005975;
}

.controls .active {
background:#43444C;
}