i.fa { cursor: pointer;}

.navig{
    clear: both;
    height: 30px;
    font-size: .8em;
    margin: 0;
    padding: 0px 0 0 0px;
    background: #015a84 /*url('../images/nav_sakila.png') no-repeat top left*/;
    padding-left:6px;
    list-style-type:none;
}

.navig li{
    text-align:center;
    /*font-weight:bold;*/
    height: 30px;
    float:left;
    color:#ffffff !important;
}

.menubarra{
    border-right: 1px solid #B3B2B2;
}

.navig a{
    display:block;
    height:27px;
    color:#ffffff !important;
    text-decoration:none;
    line-height:29px;
    padding-left:20px;
    padding-right:20px;
}

.navig a:hover{
    color: #fc6 !important;
    text-decoration: none;
}

.sottomenu {
    position:absolute;
    display:none;
    margin:3px 0 0 -1px;
    padding:0px !important;
    list-style:none;
    border: 1px solid #B3B2B2;
    border-bottom:0px;
    z-index:100000;
    background-color:#015A84;
}

.sottomenu li {
    text-align:left;
    height:28px;
    margin:0px;
    font-weight:normal;
    border-bottom:1px solid #B3B2B2;
    clear:both;
    width:100%;
}

.sottomenu a {
    height:28px;
    text-decoration:none;
}

.sottomenu a:hover{
    color: #fc6;
}

.column_sx{
    width:240px;
    float:left;
}

.column_dx{
    width:700px;
    float:left;
    padding:5px;
    padding-left:20px;
    padding-right:20px;
}

.boxlogin{
    width:365px;
    margin:auto;
    margin-top:40px;
    margin-bottom:40px;
}

.button_left{
    background-image:url('../images/btn_left.png');
    background-position: top left;
    background-repeat: no-repeat;
    width:4px;
    height:32px;
}

.button_right{
    background-image:url('../images/btn_left.png');
    background-position: top left;
    background-repeat: no-repeat;
    width:4px;
    height:32px;
}

.button_cx{
    background-image:url('../images/btn_cx.png');
    background-position: top;
    background-repeat: repeat-x;
    height:32px;
}

.page_header {
    font-size: 160%;
    font-weight: bold;
    line-height: 140%;
    margin: 0 0 0px 0;
    padding: 4px 0 4px 0;
    color: #015a84;
    border-bottom: 1px solid #cccccc;
}