/*********** Estils generals******************/

a {
    cursor:pointer;    
}

a:link,a:visited {
    color:#898788;
    color:#565656;
    text-decoration:none;
    cursor:pointer;
}

a:hover,a:active {
    text-decoration:none;
}

b,strong,.negreta {
    font-weight:bold;
}

i,em,.cursiva {
    font-style:italic;
}

.majuscula {
    text-transform:uppercase;
}

.corporatiu {
    color:#285078;
}

.vermell {
    color:#d22027;
}

sup, .sup {
    vertical-align:super;
    font-size:11px;
}

h1 {
    font-size:40px;
    line-height:50px;
    text-transform:uppercase;
    margin-top:20px;
    margin-left:10px;
}

h2 {
    font-size:20px;
    line-height:25px;
    margin-top:20px;
    margin-left:10px;
}

h3 {
    font-size:20px;
    line-height:25px;
    margin-top:20px;
    margin-left:10px;
}

h4 {
    color:#285078;
    margin-bottom:10px;
    margin-left:250px;
}

p {
    
}

.netejar {
    clear:both;
}


html {
    width:100%;
    height:100%;
}

body {
    width:100%;
    height:100%;
    
    font-family: 'Abel', sans-serif;
    font-size:16px;    
    color:#898788;
    color:#404041;
    background-color:white;
    
    line-height:1em;

    text-align:center;
}

.tot {
    margin-left:auto;
    margin-right:auto;
    width:960px;
}

.logo {
    margin-left:auto;
    margin-right:auto;
    margin-top:100px;
}

.text {
    
}

.contacto {
    width:240px;
    margin:auto;
    line-height:20px;
    text-align:left;
}