﻿/*@font-face {
    font-family: 'Slate W01 Light';
    src: url('../fonts/SlateW01Light.otf'), url('../fonts/SlateW01Light.ttf') format('truetype');

}*/
@font-face {
    font-family: "Slate W01 Light";
    src: url("../fonts/SlateW01Light.eot"); /* IE9*/
    src: url("../fonts/SlateW01Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/SlateW01Light.woff2") format("woff2"), /* chrome、firefox */
    url("../fonts/SlateW01Light.woff") format("woff"), /* chrome、firefox */
    url("../fonts/SlateW01Light.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("../fonts/SlateW01Light.svg#Slate W01 Light") format("svg"); /* iOS 4.1- */
}


html, body, form {
    font-family: "Slate W01 Light" !important;
    font-size: 15px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.3em;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

body {
    position: relative;
    width: 100%;
    min-width: 1110px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: black;
    outline: 0;
}

img {
    border:none;
    margin:0;
    padding:0;
}

.divToGetBreakpoints {
    display: block;
}

/********************************HEADER**********************************/
.divHeader {
    width: 400px;
    height:70px;
    padding:40px 0px;
    margin:auto;
    text-align:center;


}
/************************************************************************/


/******************************COOKIES***********************************/
.cookiesPopup {
    width: 100%;
    background-color: #eeeeee;
    border-bottom: 1px solid #bcbcbc;
    position: relative;
    margin: 0px;
    padding: 10px 0;
    text-align: center;
    color: #646464;
    font-size: 13px;
    display: none;
}

.cookiesPopup p {
    padding: 0px 20px!important;
    text-align: left;
}

.closeCookies {
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size:18px;
}
/************************************************************************/



/***********************BODY*****************/
.divWrapper {
    min-height: 100%;
    position: relative;
}

.divBody {
    min-height: 100px;
    width: 1110px;
    margin: auto;
    height: auto;
    overflow: auto;
    padding-bottom: 10px; /*Height of the footer element + 100 */
    padding-top: 5px;
}
.divCenterVertical {

}
.divProf, .divPersonal, .divMutualitas
{
    float:left;
    width:360px;
    height:500px;
    margin-right:15px;
}
.divMutualitas
{
    
    margin-right:0px;
}

.imgPrincipalArci
{
   width:270px;
    height:186px;
}

.imgPrincipalfidc
{
   width:200px;
    height:200px;
}

.imgPrincipal
{
    width:334px;
    height:186px;
}
.divProf div, .divPersonal div, .divMutualitas div {
    text-align:center;
}
.divTitle
{
    font-size:22px;
    font-weight:bold;
    margin:10px 0px;

}
.aProf, .aPersonal, .aMutualitas {
    display:block;
    width:160px;
    height:44px;
    text-align:left;
    line-height:44px;
    color:white;

    position:relative;
    top:22px;
    left:40px;

}
.aProf {
    background-image:url("../images/btn_prof.png");
}
.aPersonal {
    background-image:url("../images/btn_personal.png");
}
.aMutualitas {
    background-image:url("../images/btn_mutualitas.png");
}
.aProfSmall, .aPersonalSmall, .aMutualitasSmall {
    display:none;
}
.divLogoSmall {
    display:none;
}
/********************************************/


/******************************FOOTER***********************************/
.divBottomPage {
    width: 100%;
    height: 140px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.divFooterTop {
    width: 100%;
    height: 90px;
    background-color: #084D8B;
}

.divFooterTopInner {
    width: 1110px;
    height: 70px;
    padding-top: 20px;
    margin: auto;
}

.divFooterTopInner img {
    width: 260px;
    float: left;
}

.divFooterTopText {
    color: white;
    font-size: 13px;
    float: left;
    width: 750px;
    margin-left: 35px;
}

.divFooterBottom {
    width: 100%;
    height: 50px;
    font-size: 12px;
    color: #00afd2;
}

.divFooterBottomInner {
    width: 1110px;
    height: 50px;
    line-height: 50px;
    margin: auto;
}

.divFooterBottomInner div {
    float: left;
    font-size: 14px;
}

.divFooterBottomInner a {
    text-decoration: underline;
    color: #00afd2;
    float: right;
    width: 50px;
    text-align: right;
}
/***********************************************************************/









