@font-face {
    font-family: Swis;
    src: url('../../../data/fonts/Swis721-webfont.woff');
}

@font-face {
    font-family: Swis;
    font-weight: bold;
    src: url('../../../data/fonts/Swis721-Bold.TTF');
}

/** COMMON STYLES */
body {
    margin: 0px;
    padding: 0px;
    color: #000;
    background: #fff;
    font-size: 15px;
    font-family: Swis, Arial, sans-serif;
}

main {
    display: block;
}

div {
    overflow: hidden; /* for FF, Opera */
    zoom: 1; /* for IE6 */
}
img {
    border: 0px;
}
a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 8px 0px;
}

form {
    padding: 0px;
    margin: 0px;
}
ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
li {
    margin: 0px;
    padding: 0;
}
button {
    border: 0;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

table td {
    font-size: 15px;
}
/** MAIN */
#skipLinks {
    position: absolute;
    left: 0;
    top: 70px;
    width: 20%;
    height: 40px;
    text-align: right;
    font-weight: bold;
    z-index: 1;
}

#skipLinks a {
    position: absolute;
    left: -1000%;
    transition: 400ms;
    display: inline-block;
    background: #354459;
    color: #bccf03;
    padding: 10px;
}

#skipLinks a:focus{
    left: 0px;
}

#wrapper {
    width: 100%;
    background: url("../../../data/layout/www/background.png") #f6f6f6 top center no-repeat;
}

#top a {
    color: #4D6B83;
}

#top {
    background: #EDF1F1;
    height: 72px;
    text-transform: uppercase;
}

#top img {
    vertical-align: middle;
}

#header {
    height: 316px;
    overflow: visible;
}

#header .container {
    overflow: visible;
}

#mainMenu {
    margin-top: 40px;
}

#mainMenu a {
    color: #fff;
}

#newsletter {
    background: url("../../../data/layout/www/footer.png") right no-repeat, url("../../../data/layout/www/footerbg.png") repeat-x;
    height: 251px;
}

.container {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
}

/* TOP MENU */

#topMenu {
    width: 50%;
    float: left;
    line-height: 50px;

}

#topInfo {
    width: 50%;
    float: right;
    line-height: 50px;

}

#topMenu li, #topInfo li {
    display: inline-block;
    padding: 0px 10px;
    margin: 10px 0;
    transition: 400ms;
}

#topMenu li:not(:last-child), #topInfo li:not(:last-child){
    border-right: 1px #4D6B83 solid;
}

#topMenu li:hover, #topInfo li:hover {
    background: #4D6B83;

}

#topMenu li:hover a, #topInfo li:hover a {
    color: #fff;
}

#topMenu li img {
    margin-right: 6px;
}


#topInfo ul {
    text-align: right;
}


#pins {
    position: absolute;
    top: 51px;
    right: 0;
    z-index: 1000;
}

#pins a {
    display: block;
    margin: 10px 0;
}

/** HEADER */

/* SEARCHER*/
#settings {
    width: 50%;
    float: left;
    line-height: 20px;
    margin-top: 65px;
}

#settings div {
    display: inline-block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

#settings img {

}

#settings h3 {
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    padding: 4px;
}

#searcher {
    width: 50%;
    max-width: 275px;
    float: right;
    height: 42px;
    text-align: right;
    margin-top: 56px;
    position: relative;
    overflow: visible;
}

#searcher form {
    position: relative;
    padding-right: 20px;
    height: 42px;
    display: block;
}

#searcher label {
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    width: calc(100% - 41px);
    height: 42px;
}

.search {

    height: 40px;
    background: #fff;
    border: 0;
    border-right: 1px #ac343d solid;
    overflow: visible;
    width: 100%;
}

.searchIt {
    height: 42px;
    background: #fff;
    border: 0;
    position: absolute;
    bottom: 0;
    right: 22px;
    padding: 0 6px;
}

#results {
    position: absolute;
    top: 43px;
    right: 80px;
    z-index: 999;
    background: #fff;
    width: 71%;
}

#results .result {
    border-bottom: 1px solid #AC343D;
    text-align: left;
    font-size: 14px;
}

#results .result:hover {
    background: #AC343D;
}

#results .result a {
    display: block;
    color: #AC343D;
    padding-left: 6px;
    padding-bottom: 10px;
    padding-top: 10px;
}

#results .result:hover a {
    color: #fff;
}

/* MAIN MENU */

#mainMenu {
    overflow: visible;
}

#mainMenu .container {
    overflow: visible;
    position: relative;
}

#mainMenu nav {
    width: 100%;
    background: #4D6B83;
}

#mainMenu nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#mainMenu nav ul .menuItem {
    flex-grow: 1;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    overflow: visible;
}

#mainMenu nav ul .menuItem a {
    height: 50px;
    line-height: 50px;
}

#mainMenu nav ul .menuItem:hover {
    background: #ebf0f3;
}

#mainMenu nav ul .menuItem:hover a {
    color: #4d6b83;
}

#mainMenu nav ul .menuItem:not(:last-child) {
    border-right: 1px #fff solid;
}

#mainMenu .menuDropdown {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 100%;
    left: 0;
    top: 50px;
}

#mainMenu .menuDropContainer {
    background: #ebf0f3;
}

#mainMenu .menuDropContainer a {
    color: #4d6b83;
    font-size: 16px;
}

#mainMenu .menuDropContainer ul {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*flex-direction: row;*/
    justify-content: flex-start;
    width: 100%;
}

#mainMenu .menuDropContainer ul li {
    /*flex-grow: 1;*/
    /*flex-shrink: 1;*/
    width: 32%;
    display: inline-block;
    text-align: left;
    line-height: 50px;
    padding-left: 10px;
}

#mainMenu .menuDropContainer ul li:hover a {
    border-bottom: 1px #4D6B83 solid ;

}

#mainMenu .menuDropContainer ul li:before {
    content: url("../../../data/layout/www/preli.png");
    display: inline-block;
    width: 21px;
    height: 24px;
    vertical-align: top;
    position: relative;
    top: 6px;
    margin: 0 6px;
}

#mainMenu .menuDropContainer ul li:after {
    content: url("../../../data/layout/www/postli.png");
    display: inline-block;
    width: 21px;
    height: 12px;
    vertical-align: top;
    margin-left: 6px;
}

#content .container {
    background: #fff;
}

/*news */

#news {
    background: #f4f7f7;
    border: 1px #dae4e5 solid;
    box-sizing: border-box;
    margin: 10px 0;
    width: 100% !important;
}

.slide {
    clear: both; /* DELETE WHEN SLIDER */
    position: relative;
}

.slide {
    content: " ";
    display: inline-block;
    clear: both;
}

.slideDate {
    color: #4c6c83;
    font-size: 14px;
    padding: 15px 0px;
}

.slide h2 {
    margin: 0;
    padding: 20px 0px 5px;
    color: #ac343d;
    font-size: 28px;
    font-weight: normal;
    line-height: 32px;
}

.slide figure {
    margin: 0;
    float: left;
    padding: 0 10px;
    width: calc(50% - 20px);
}

.slide figure img {
    width: 100%;
}

.slideContent {
    float: right;
    padding-left: 10px;
    padding-right: 90px;
    width: calc(50% - 100px);
    color: #4c6c83;
    line-height: 20px;
    position: relative;
}

.slide .links {
    position: absolute;
    left: 52%;
    bottom: 10px;
    height: 44px;
    line-height: 42px;
}

.slide a {
    margin-right: 10px;
}

.slide .button, .notice_list_more {
    background: #fff;
    border: 1px #dae4e5 solid;
    padding: 10px;
    color: #ac343d;
}

#newsPager {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 100;
    text-align: center;
    line-height: 45px;
}

#newsPager a {
    background: url("../../../data/layout/www/paginationbg.png") repeat-y;
    color: #4c6c83;
    display: block;
    width: 90px;
    height: 48px;
    font-size: 18px;
    border-bottom: 1px #f4f7f7 solid;
}

#newsPager a.activeSlide {
    background: #f4f7f7;
    color: #ac343d;
}

.majorAlert img {
    width: 100%;
}

#notices h2, #infoMenu h2, #calendarRow h2 {
    width: calc(100% - 20px);
    height: 64px;
    margin: 6px 0;
    font-size: 20px;
    font-weight: normal;
    line-height: 64px;
    padding-left: 20px;
    text-transform: uppercase;
    color: #fff;
    background: #4d6b83;
}

#topBanners {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0;
}

#topBanners .banner {
    width: 19%;
    max-width: 240px;
}

#topBanners figure {
    margin: 0;
    width: 100%;
}

#topBanners figure img {
    width: 100%;
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#topBanners .banner:hover figure img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

#topBanners h2 {
    margin: 0;
    background: #068a7d;
    color: #fff;
    font-weight: normal;
    height: 58px;
    padding: 10px 0px;
    font-size: 20px;
    text-align: center;
    vertical-align: middle;
}

#mediumBanners {
    background: #ac343d;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 30px 0;
}

#mediumBanners .banner {
    width: 19%;
    max-width: 190px;
    padding: 20px 0px 10px 0px;
}

#mediumBanners figure {
    margin: 0;
    width: 100%;
}

#mediumBanners figure img {
    width: 100%;
    display: block;
}

#mediumBanners h2 {
    margin: 5px 0;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
}

#notices {
    width: 58%;
    float: left;
}

#notices li {

    display: block;

}

#notices .date {
    float: left;
    width: 50px;
    height: 62px;
    background: #ac343d;
    color: #fff;
    text-align: center;
    font-size: 13px;
    margin: 5px 10px 5px 0;
}

#notices .date .big {
    font-size: 22px;
    line-height: 38px;
}

#notices .content {
    position: relative;
    min-height: 58px;
    padding: 5px 0;
    color: #757575;
}

#notices h3 {
    color: #757575;
    margin: 0 0 8px 0;
}

#notices hr {
    clear: both;
}

#notices .arrow {
    position: absolute;
    top: 35%;
    right: 10px;
}

#infoMenu {
    width: 40%;
    float: right;
}

#infoMenu li {
    display: block;
}

#infoMenu li:before {
    content: url("../../../data/layout/www/li.png");
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

#infoMenu hr {
    margin-left: 40px;
}

#calendarPanel {
    float: left;
    width: 50%;
    border: 0;
    position: relative;
    left: -3px;
}

#calendarPanel table.calendar {
    width: 100%;
    border-collapse: separate;
}

#calendarPanel table.calendar td.calendarH {
    border: 0;
    background: #ac343d;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

#calendarPanel table.calendar td {
    border: 0;
    border-bottom: 1px #cfcdc7 solid;
}

#calendarPanel table.calendar td a {
    color: #4D6B83;
}

#calendarEvents {
    float: right;
    width: 48%;
    margin-left: 2%;
}

#calendarEvents li {
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
}

#calendarEvents .date {
    display: inline-block;
    background: url('../../../data/layout/www/eventborder.png');
    width: 94px;
    height: 48px;
    text-align: center;
    color: #ac343d;
    line-height: 48px;
    font-size: 20px;

}

#calendarEvents .content {
    display: inline-block;
    padding-left: 10px;
    color: #757575;
    font-size: 16px;
    vertical-align: top;
    width: calc(100% - 130px);
}

.home {
    position: relative;
}

/* SUBPAGES */
.subpage{
    width: 75%;
    max-width: 900px;
    float: left;
    padding: 15px;
    position: relative;
    line-height: 28px;
}

.subpage a {
    color: #068A7D;

}

.subpage ul li:before {
    content: url("../../../data/layout/www/libordo.png");
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 6px;
}

.subpage li li {
    padding-left: 16px ;
}

.subpage_content{
    margin-bottom: 10px;
}
.subpage_text{
    background: #fff;
    min-height: 350px;
}
.subpage_text ul {
    margin-left: 20px;
    list-style-image: url('../../../data/layout/www/list_square.jpg');
}
#page_title{
    color: #000;
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    font-family: Arial;
    padding: 0px 0px 25px 20px;
    background: url('../../../data/layout/www/pipe_green.jpg') no-repeat top left;
}
#path{
    color: #000;
    font-size: 14px;
}
#path a{
    color: #AC343D;
    font-size: 14px;
}

#path a:hover{
    color: #068A7D;
}

#path .current {
    font-weight: bold;
}

.rightSide {
    float: right;
    width: 25%;
}

#subBanners {
    margin-top: 106px;
    background: #ac343d;
    text-align: center;
    color: #fff;
}

#subBanners a {
    color: #fff;
}

div.pagination a, div.pagination span.current {
    padding: 4px 6px;
    width: 15px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #AC343D;
    color: #AC343D;
}

div.pagination span.current, div.pagination a:hover {
    border: 1px solid #AC343D;
    background: #AC343D;
    color: #fff;
}

#events li {
    margin-bottom: 10px;
}

#events li a {
    display: block;
    min-height: 50px;
    clear: both;
}

#events .date {
    float: left;
    border: 2px #4D6B83 solid;
    color: #ac343d;
    font-weight: bold;
    width: 40px;
    text-align: center;
}

#events .content {
    float: right;
    width: calc(100% - 50px);
}

/* BOXES */
.box{
    border: 1px solid #DEDEDE;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.box_title{
    padding: 10px 20px;
    border-bottom: 1px solid #DEDEDE;
    font-weight: bold;
    font-size: 13px;
    color: #777;
    background: url('../../../data/layout/www/container_title_bg.jpg') repeat-x bottom center;
}
.box_content{
    padding: 10px;
}

#search_results, #search_results a {
    font-size: 16px;
    line-height: 24px;
}

/* Calendar Events */
.calendar_events {
    margin-bottom: 25px;
}
.event_item{
    height: 65px;
    margin: 3px 0px;
    background: url('../../../data/layout/www/list_item_bg.jpg') repeat-x bottom center;
}
.event_date{
    float: left;
    width: 55px;
    height: 55px;
    background: url('../../../data/layout/www/calendar_icon_bg.jpg') no-repeat top center;
}
.event_date_month{
    color: #fff;
    font-size: 11px;
    font-family: Arial;
    padding: 1px;
    text-align: center;
    margin-top: 8px;
}
.event_date_day{
    color: #777;
    font-family: Arial;
    font-size: 20px;
    text-align: center;
    margin-top: 3px;
}
.event_title{
    font-size: 11px;
    line-height: 14px;
    margin-top: 10px;
    padding-left: 5px;
}
.event_title a{
    color: #000;
}

/* TABS */
.tabs_left{
    margin:5px 0px 15px 0px;
    padding: 4px;
}
.tabs_menu{
    margin: 0px;
}
.tabs_menu_item{
    float: left;
    width: 126px;
    height: 25px;
    padding-top: 8px;
    text-align: center;
    font-size: 13px;
    cursor: pointer;
}
.tabs_menu_item_h{
    color: #fff;
    background: url('../../../data/layout/www/main_menu_item_green.jpg') repeat-x top left;
}
.tabs_content{
    display: none;
    width: 242px;
    padding: 5px;
    padding-top: 10px;
    border-top: 3px solid #B2CE35;
}
.tab_item_title{
    color: #777;
    padding: 5px 0px 0px 25px;
    font-size: 12px;
    background: url('../../../data/layout/www/arrow_circle.jpg') no-repeat center left;
}
.tab_item_title a{
    color: #777;
    font-size: 12px;
}
.tab_item_content{
    padding: 5px 0px;
    padding-left: 25px;
    border-bottom: 1px solid #B8C900;
}

/* MULTIMEDIA */
.multimedia{
    padding-top: 0px;
    margin-bottom: 25px;
}
#multimedia_box{
    border: 1px solid #dedede;
    padding: 10px 10px 10px 10px;
    margin: 6px 6px 0px 6px;
}
#multimedia_images{
    height:195px;
}
#multimedia_images a{
    text-decoration: none;
}
.multimedia_title{
    display: block;
    padding: 3px;
    font-size: 11px;
    text-align: center;
    color: #777;
}
#multimedia_pager{
    padding: 0px 25px;
    margin-top: -10px;
}
#multimedia_pager a{
    float: left;
    display: block;
    color: #656565;
    margin: 0px 10px;
    width: 28px;
    height: 22px;
    padding-top: 12px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: url('../../../data/layout/www/gallery_pager_item.jpg') no-repeat top center;
}
#multimedia_pager a.activeSlide, #multimedia_pager a:hover {
    color: #fff;
    background: url('../../../data/layout/www/gallery_pager_item_h.jpg') no-repeat top center;
}


/* Question */
.question {
    margin-bottom: 10px;
}
.question .box_content{
    padding-top: 25px;
    line-height: 18px;
}
.question_logo{
    position: absolute;
    width: 90px;
    height: 70px;
    margin-top: -20px;
    margin-left: 170px;
    background: url('../../../data/layout/www/question_logo.png') no-repeat 0px 0px;
}

/* Home news */
.home_news{
    margin-bottom: 10px;
}
.home_news_slide{
    background: #F6F6F6 url('../../../data/layout/www/pipe_green.jpg') no-repeat 5px 5px;
    padding: 8px;
}
.home_news_slide_title{
    font-size: 18px;
    font-family: arial;
    padding: 1px 5px 1px 15px;
}
.home_news_slide_date{
    color: #888;
    padding-left: 15px;
}
.home_news_slide_image{
    height: 315px;
    width: 410px;
    margin-top: 15px;
    position: relative;
}
.home_news_slide_text{
    position: absolute;
    bottom: 0px;
    width: 390px;
    padding: 5px 10px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    background: url('../../../data/layout/www/transparent-bg.png') repeat-x top left;
}
.home_news_slide_more{
    clear: both;
    margin-top: 10px;
}
.home_news_slide_more a{
    float: right;
}

.home_news_item{
    margin: 10x 0px;
    padding: 7px 0px;
    border-bottom: 1px solid #dddd;
}
.home_news_item_title{
    background: #F6F6F6 url('../../../data/layout/www/pipe_green.jpg') no-repeat 5px 5px;
    font-size: 13px;
    padding: 10px 0px 5px 15px;
}
.home_news_item_title a{
    font-size: 13px;
    color: #000;
}
.home_news_item_date{
    font-size: 11px;
    color: #80CFF0;
}
.home_news_item_text{
    padding: 4px;
}

.news_gallery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_gallery a {
    float: none;
    flex-grow: 0;
    flex-shrink: 1;
    width: 23%;
}

/*Bulletins */

#bulletins ul {

}

#bulletins li {
    display: inline-block;
    background: #AC343D;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

#bulletins a {
    color: #fff3a5;
}

.subpage #bulletins li:before {
    content: "";
    display: none;
}

#bulletins img {
    display: block;
}

/* Question*/
.question{
    margin-bottom: 15px;
}
.question form{
    margin: 0px 5px 0px 10px;
}

/* QMatic */
div.bgNumer {
    background: #068A7D !important;
    border: 0;
}

tr.dark {
    background: #EDF1F1 !important;
}

tr.dark td, tr.bright td, th {
    border-right: 1px #068A7D solid !important;
}

/* Related news */
.related_news{
    margin: 10px;
}
.related_news_item{
    width: 300px;
    float: left;
    margin: 0px 6px;
    border-left: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
}
.related_news_title{
    font-weight: bold;
    padding: 10px 0px 5px 15px;
    background: #F6F6F6 url('../../../data/layout/www/pipe_green.jpg') no-repeat 5px 5px;
}
.related_news_title a{
    color: #333;
}
.related_news_date{
    font-size: 11px;
    color: #80CFF0;
}
.related_news_text{
    padding: 4px;
    line-height: 16px;
}

/* CONTENT CLASSES */
.content_container {
    padding-top: 10px;
}
.content_title{
    color: #1E4B72;
    font-weight: bold;
    font-size: 18px;
}
.content_line {
    height: 1px;
    border-bottom: 1px solid #9CB630;
    margin-bottom: 3px;
}
.content_item {
    padding-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.content_item  a{
    color: #000;
}
.content_item  a:hover{
    color: #9E9D8E;
}
.content_img{
    float: left;
    margin-right: 7px;
    margin-bottom: 7px;
}
.content_date{
    padding-bottom: 5px;
}
.content_text {
    padding: 10px 0px;
}
.content_banners{
    margin-left: 20px;
    margin-bottom: 5px;
}
.content_banners a{
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.content_banners a img{
    border: 0px;
}

.more {
    clear: both;
    color: #444;
    padding: 2px 5px;
    display: block;
    float: right;
}
.line_separator{
    height: 1px;
    border-bottom: 1px solid #D8D8D8;
    margin: 10px 0px;
}

#bottom_widgets{
    margin: 0px 7px;
}

#bottomBanners {
    margin: 20px 0;
}

#bottomBanners .container {
    position: relative;
}

#bottomBanners .banner {
    text-align: center;

}

#bottomBanners .banner h2 {
    font-size: 16px;
    color: #fff;
    background: #ac343d;
    padding: 10px 0;
    width: 99%;
    margin: 0 auto;
}

#bottomBanners .banner:hover h2 {
    background: #6A3335;
}

#bottomBanners .banner figure {
    margin: 0;
}

#bottomBanners .banner-prev {
    display: none !important;
    position: absolute;
    top: 88px;
    left: 0px;
    z-index: 1;
    transition: 400ms;
}

#bottomBanners .banner-next {
    display: none !important;
    position: absolute;
    top: 88px;
    right: 0px;
    transition: 400ms;
}

#bottomBanners:hover .banner-prev, #bottomBanners:hover .banner-next {
    display: inline-block !important;
}

.slick-slide img {
    display: inline;
    width: 99%;
    text-align: center;
}

/*newsletter */

#newsletter, #newsletter a {
    color: #fff;
}

#newsletter section, #newsletter nav {
    margin-top: 128px;
    line-height: 110px;
    display: inline-block;
    width: 33%;
}

#newsletterform {
    font-size: 16px;
    border-right: 1px #fff solid;

    padding-right: 20px;
}

#newsletterform label input {
    border: 0;
    padding: 10px;
    margin-left: 20px;
}

#newsletterform form > input {
    border: 0;
    padding: 10px;
    background: #982e36;
    color: #fff;
}

#quickLinks {
    border-right: 1px #fff solid;
    padding-right: 20px;
    text-align: center;
}

#quickLinks img {
    vertical-align: middle;
    margin-left: 10px
}

#newsletter .anchor {
    width: 130px;
    display: inline-block;
    text-align: center;
    float: right;
    margin-top: 165px;
}

#footer h2 {
    color: #4d6b83;
    font-weight: normal;
    margin: 10px 0;
    text-transform: uppercase;
}

#contact {
    width: 25%;
    float: left;
    color: #ac343d;
}

#importantSites {
    width: 40%;
    float: left;
    line-height: 34px;
    white-space: wrap;
}

#importantSites li:before {
    content: url('../../../data/layout/www/li2.png');
    width: 18px;
    height: 27px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}

#importantSites li {
    width: 48%;
    display: inline-block;
}

#importantSites a {
    color: #ac343d;
}

#footerMenu {
    float: right;
    margin-top: 10px;
    width: 30%;
    color: #ac343d;
    text-transform: uppercase;
}

#footerMenu ul {
    text-align: right;
}

#footerMenu li {
    display: inline-block;
}

#footerMenu a {
    color: #ac343d;
}

footer {
    text-transform: uppercase;
    float: right;
    margin-top: 60px;
}

.notices_title {
    background: url('../../../data/layout/www/libordo.png') no-repeat center left;
}



/* COMMON CLASESS */
.displayBlock{
    display: block;
}
.alignCenter{
    text-align: center;
}
.floatLeft {
    float: left;
}
.floatRight {
    float: right;
}
.clearBoth{
    clear: both;
}
.marginAuto{
    margin: auto auto;
}
.noBorder {
    border: 0px;
}
.iconLeft{
    vertical-align: middle;
    margin-right: 5px;
}
.noMargin{
    margin: 0px;
}
.red{
    color: #CE3131;
}

table.customForm tr td.customFormQuestionsCell {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}

table.customForm tr td.customFormFieldsCell {
    width: 100%;
    color: #777;
    display: block;
    margin: 0;
}

.rowItem {
    color: #777;
    line-height: 18px;
    margin: 12px 0;