html
{
    font-size: 62.5%; /*10px*/   
}

body
{
    background-color: #ffffff;
    font-family: 'Abel', sans-serif;
    font-size: 1.4rem;
    color: #656565;
}

a
{
    color: #959595;
    text-decoration: none;
}

a:hover
{    
}

.left
{
    float: left;
}

.right
{
    float: right;
}

ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

strong
{
    font-weight: bold !important;
}

img,
picture,
video,
embed {
    max-width: 100%;
}

/*FIX CLEAR */

.clear
{
    display: block;
    clear: both;
}

.central
{
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

.center
{
    text-align: center;
}

.hidden
{
    display: none;
}

#pag
{

}