body, div, h1, h2, h3, span, p {
    font-family: 'Lora', serif;
}
html {
	height:100%;
}
body {
	height:100%;
	margin: 0px;
	overflow:hidden;
	font-size: 12px;
}
::-webkit-scrollbar {
	background-color: rgba(0,0,0,0.5);
	width: 0.75em;
}
::-webkit-scrollbar-thumb {
	background-color:  rgba(255,255,255,0.5);
}

.ie_alert {
    display: none;
}

.map_container, .logo, .cabecalho, .footer, .icons, .br_logo, .txt1, .txt2, .btn_close, .map, .controles, .ie_alert {
    position: absolute;
}
.cortina {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background-color: rgba(0,0,0,0.8);
}
.map_container {
    width:80%;
    height: 80%;
    left: 0;
    right:0;
    top:0;
    bottom:0;
    margin: auto;
    background-color: #FFF;
    visibility: hidden;
}
.map {
    width: 100%;
    height: 100%;
}
.logo {
    width: 129px;
    height: 141px;
    left:0;
    right: 0;
    margin: 0 auto;
}
.logo img {
    width: 100%;
}
.cabecalho {
    width: 100%;
    height: 220px;
    background-image: url(images/bg_cabecalho.png);
    background-repeat: repeat-x;
    background-position:top center;    
}
.controles {
    width: 337px;
    height: 48px;
    left: 0;
    right: 0;
    bottom:183px;
    margin: 0 auto;
}
.footer {
    background-color: rgba(143, 139, 131, 0.8);
    bottom: 0;
    width: 100%;
    height: 208px;
}
.icons {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 141px;
    height: 33px;
    top: 129px;
}
.br_logo {
    width: 200px;
    height: 10px;
    bottom:10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
}
.br_logo img {
    width: 100%;
}
.txt1, .txt2 {
    left: 5%;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    color:#FFF;
}
.txt1 {
    top: 50px;
    font-size: 1.7em;
}
.txt2 {
    top: 80px;
    font-size: 1.3em;
}
.btn_close {
    z-index: 1000000;
    width: 37px;
    height: 37px;
    right:-15px;
    top: -15px;
    cursor: pointer;
}
.map {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 480px) {
    .txt1 {
        top:42px;
    }
    .txt2 {
        font-size: 1.1em;
        top: 75px;
    }
    .footer {
        height: 180px;
    }
    .controles {
        bottom: 155px;
    }
    .icons {
        top:115px;
    }
}
@media only screen and (max-width: 480px) {
    .cabecalho {
        height: 110px;
        background-position: center bottom;
        background-size: auto 100%;
    }
    .logo {
        width: 110px;
        height: 122px;
    }
    .txt1 {
        top:42px;
        font-size: 1.5em;
    }
    .txt2 {
        font-size: 1em;
        top: 70px;
    }
    .footer {
        height: 170px;
    }
    .icons {
        top:105px;
    }
    .controles {
        bottom: 145px;
    }
    
}