﻿body {
    background-image: url('../images/background.jpg');
    background-repeat: repeat-x;
    background-color: #0d586d;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 16px;
}

img {
	border: none;
}

a, a:visited, a:hover{
	text-decoration: none;
}

a, a:visited {
	color: #0ee3e5;
}

a:hover {
	color: #98f1f2;
}

#div-br {
	height:28px;
}

#div-br-left {
	float:left;
	height:24px;
	background-image: url('../images/top-bg-lines.png');
	background-position: bottom left;
	background-repeat: repeat-x;
	text-align: right;
	padding-top: 4px;
	padding-right: 25px;
}

#div-br-right {
	float:left;
	height:24px;
	width: 108px;
	padding-top: 4px;
}

#div-banner-bg {
    width: 974px;
    height: 335px;
    margin: auto;
    background: url('../images/banner-background.png') no-repeat transparent;
}

#div-banner {
    width: 900px;
    height: 300px;
    background: url('../images/banner.png') no-repeat transparent;
    margin: auto;
}

#div-content-top-bg {
    width: 100%;
    height: 100px;
    background: url('../images/content-top-bg.png') repeat-x transparent;
    margin-top: 10px;
}

#div-menu-bg {
    width: 900px;
    height: 100px;
    margin: auto;
}

#div-menu-corner {
    width: 23px;
    height: 75px;
    background: url('../images/menu-corner.png') no-repeat transparent;
    float: left;
}

#div-menu-tag {
    width: 877px;
    height: 75px;
    background: url('../images/menu-bg.png') repeat-x transparent;
    float: left;
}

.div-menu-btn a {
	font-size: 13px;
	font-weight: bold;
}

#div-content-bg {
    width: 100%;
    height: auto;
    background: url('../images/content-bg.png') repeat-x #1c5a6f;
    background-position: center bottom;
}

.text-highlight {
    color: #0de8ea;
}
.text-title {
    font-size: 30px;
}

.text-alt {
    color: #000;
}

#div-rodape {
    text-align: center;
    width: 900px;
    height: 190px;
    margin: auto;
    margin-top: 30px;
}

#div-rodape img {
	vertical-align: top;
}

#div-content {
    width: 900px;
    margin: auto;
    min-height: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.label-warning {
    color: #dba901;
    font-size: 15px;
}
.label-title {
    color: #0de8ea;
    font-size: 20px;
}

#div-top {
    height: 90px;
    width: 900px;
    margin: auto;
}

#div-flags {
    width: 900px;
    height: 26px;
    text-align: right;
    padding-top: 7px;
}

#div-title {
    font-size: 38px;
    width: 900px;
    height: 60px;
    text-align: center;
    color: #1e5b6f;
    text-shadow: 0px 0px 15px #fff;
}

.div-menu-btn {
	float: left;
	width: 102px;
	height: 73px;
	margin-top: 1px;
	margin-left: 7px;
	text-align: center;
}

.div-menu-selected-area {
	height: 3px;
	width: 102px;
}

.div-menu-selected-area.selected {
	background-image: url('../images/menu-selected.png');
	background-repeat: no-repeat;
}

.div-cont-text {
	width: 890px;
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 25px;
	padding-left:10px;
}

.div-half-left {
	float: left;
	width: 415px;
	text-align: right;
}

.div-half-right {
	float: right;
	width: 425px;
}

.div-hotel {
	height: 320px;
}

.div-hotel-map {
	float: left;
	width: 605px;
	height: 320px;
}

.div-hotel-photo {
	float: right;
	width: 295px;
	height: 320px;
}

.display-none {
display: none;
}

.div-abstract-title {
    color: #FFFF00;
    font-size: 14px;
	margin-top: 20px;
    margin-bottom: 5px;
}
.lbl-right {
cursor: pointer;
text-align: right;
        display: block;
        width: 330px;
}
.div-abstract {
  font-size: 14px;
}
.div-print{
padding-top: 20px;
    text-align: right;
}

.div-print img{
vertical-align: middle;
margin-left: 10px;
}

