html {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    min-height: 100%;
    height: 100%;
    min-width: 100%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    background: #ececec;
}

.page_container {
    height: auto !important;
    margin: 0 auto;
    min-width: 1100px;
    width: 90%;
}

.header_container {
    width: 100%;
    position: relative;
    min-height: 80px;
}

.header_left {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 10px;
    height: 70px;
    width: 400px;
    background: url(../images/header_main_left.png) no-repeat;
}

.header_right {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
    height: 70px;
    width: 650px;
    background: url(../images/header_main_right.png) no-repeat;
}

.menu_container {
    width: 100%;
    height: 40px;
    background: #ffffff;
    position: relative;
}

.menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 650px;
    height: 40px;
}

.menu ul {
    padding: 0;
    margin: 0;
    height: 100%;
}

.menu ul li {
    display: inline;
    height: 100%;
    list-style: none;
    margin-right: 10px;
}

.menu ul li a {
    color: #474747;
    line-height: 40px;
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: none;
}

.menu_active {
    border-bottom: 9px solid #eab37b;
}

.search {
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 360px;
    padding: 2px;
}

.field {
    background: #ececec;
    width: 360px;
}

.searchButton {
    left: 380px;
    position: absolute;
    top: 6px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background: url(../images/search_btn.png) no-repeat;
    text-indent:-999px;
    border: 0;
}

.form_label, .keyboardInputInitiator, .clearButton {
    display: none;
}

.content_container {
    width: 100%;
    height: auto;
}

.content_left {
    float: left;
    width: 350px;
    height: auto;
}

.news_container {
    width: 100%;
    height: 480px;
}

.news_container_data {
    width: 100%;
    height: 100%;
}

.new {
    width: 100%;
    height: 138px;
    padding: 5px;
    border-bottom: 2px #cecece solid;
    position: relative;
}

.new_image_container {
    float: left;
    width: 150px;
    height: 138px;
    text-align: center;
}

.new_image_container a {
    height: 140px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.new_image_container img {
    max-width: 150px;
    max-height: 138px;
}

.new_text_container {
    cursor: pointer;
    display: table-cell;
    height: 138px;
    margin-left: 150px;
    padding-left: 10px;
    vertical-align: middle;
    width: 200px;
    position: relative;
}

.new_date {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    color: #609d8e;
}

.new_text {
    width: 100%;
    color: #474747;
}

.okn_text {
    /*width: 100%;*/
    font-size: 13px;
    color: red;
    text-transform: uppercase;
    position: absolute;
    bottom: 10px;
}

.okn {
    width: 100%;
    height: 170px;
    padding: 5px;
    border-bottom: 2px #cecece solid;
    border-top: 2px #cecece solid;
    position: relative;
    background: #dddddd url(../images/sos.png) no-repeat bottom right;
    margin-top: 70px;
}

.okn_image_container {
    float: left;
    width: 150px;
    height: 138px;
    text-align: center;
}

.okn_image_container a {
    height: 140px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.okn_image_container img {
    max-width: 150px;
    max-height: 138px;
}

.okn_text_container {
    text-decoration: none;
    cursor: pointer;
    display: table-cell;
    height: 138px;
    margin-left: 150px;
    padding-left: 10px;
    vertical-align: middle;
    width: 200px;
}

.content_right {
    margin-left: 390px;
    height: auto;
}

.data_container {
    position: relative;
    width: 100%;
    min-height: 550px;
    height: auto;
}

.data_container_inner {
    width: 100%;
    height: 100%;
}

.object_content {
    color: #4c5769 !important;
    display: table;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 20px;
    width: 100%;
    position: relative;
}

.object_content_left {
    float: left;
    text-align: center;
    width: 250px;
}

.object_content_left img {
    width: 200px;
    border: 1px solid white;
}

.object_content_left_data {
    width: 100%;
    text-align: left;
    padding-left: 10px;
}
.object_content_left_data a {
    color: #4c5769 !important;
    text-decoration: none;
}

.object_content_left_image {
    width: 250px;
    display: table-cell;
    text-align: center;
}

.object_content_left_image img {
    width: 200px;
    border: 1px solid white;
}

.object_content_right {
    margin-left: 250px;
    padding-left: 20px;
    vertical-align: top;
}

.object_content_right a {
    color: #4c5769 !important;
    text-decoration: none;
}

.mapa {
    height: 550px;
    position: relative;
    /*right: 0;*/
    text-align: right;
    /*top: 0;*/
    /*width: 695px;*/
}

.map_info {
    border-spacing: 5px;
    bottom: 10px;
    display: table;
    right: 400px;
    position: absolute;
}

.row {
    display: table-row;
}

.map_info_circle {
    display: table-cell;
    border: 1px solid white;
    border-radius: 15px;
    background: green;
    width: 15px;
    height: 15px;
    max-width: 15px;
    max-height: 15px;
}

.map_info_text {
    display: table-cell;
    font-size: 14px;
    padding-left: 5px;
    vertical-align: middle;
    text-align: left;
}

.style_container {
    border-top: 2px #cecece solid;
    border-bottom: 2px #cecece solid;
    width: 100%;
    height: 180px;
    background: white;
    position: relative;
}

.style_left {
    background: url(../images/style_left.png) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    left: 15px;
    cursor: pointer;
}

.style_right {
    background: url(../images/style_right.png) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    right: 15px;
    cursor: pointer;
}

.style_data {
    width: 100%;
    height: 100%;
}

.style_text {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.style_text a {
    color: #474747;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
}

.style_image_container {
    width: 100%;
    height: 150px;
    display: table;
}

.rndImage {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 140px;
    width: 19.5%;
}


.pageList_container {
    height: 30px;
    margin-bottom: 10px;
    width: 100%;
}

.pageList {
    color: #1a243d;
    height: 30px;
    margin: 0 auto;
    width: 240px;
}

.pageList_start_disable, .pageList_back_disable, .pageList_start, .pageList_back, .pageList_page,
.pageList_forward_disable, .pageList_end_disable, .pageList_forward, .pageList_end {
    display: table-cell;
    width: 40px;
    height: 30px;
}

.pageList_page {
    text-align: center;
    vertical-align: middle;
    width: 80px;
}

.pageList_start_disable {
    cursor: pointer;
    background: url(../images/page_start_disable.png) no-repeat center center;
}

.pageList_back_disable {
    cursor: pointer;
    background: url(../images/page_back_disable.png) no-repeat center center;
}

.pageList_start {
    cursor: pointer;
    background: url(../images/page_start_main.png) no-repeat center center;
}

.pageList_back {
    cursor: pointer;
    background: url(../images/page_back_main.png) no-repeat center center;
}

.pageList_forward_disable {
    cursor: pointer;
    background: url(../images/page_forward_disable.png) no-repeat center center;
}

.pageList_end_disable {
    cursor: pointer;
    background: url(../images/page_end_disable.png) no-repeat center center;
}

.pageList_forward {
    cursor: pointer;
    background: url(../images/page_forward_main.png) no-repeat center center;
}

.pageList_end {
    cursor: pointer;
    background: url(../images/page_end_main.png) no-repeat center center;
}
#map_container {
    overflow: auto;
}
.map_can {
    background: url("../images/main_map2.png") no-repeat;
    z-index: 999;
}
#tooltip {
    position: fixed;
    display: none;
    z-index: 1000;
    color: white;
    padding: 5px;
    background: black;
}


