@font-face {
    font-family:'PT Sans';
    font-style:normal;
    font-weight:normal;
    local:'PT Sans';
    src:url(../fonts/PTS55F_W.ttf);
}

@font-face {
    font-family:'PT Sans';
    font-style:italic;
    font-weight:normal;
    local:'PT Sans Italic';
    src:url(../fonts/PTS56F_W.ttf);
}

@font-face {
    font-family:'PT Sans';
    font-style:normal;
    font-weight:bold;
    local:'PT Sans Bold';
    src:url(../fonts/PTS75F_W.ttf);
}

@font-face {
    font-family:'PT Sans';
    font-style:italic;
    font-weight:bold;
    local:'PT Sans Bold Italic';
    src:url(../fonts/PTS76F_W.ttf);
}

@font-face {
    font-family:'PT Sans Caption';
    font-style:normal;
    font-weight:normal;
    local:'PT Sans Caption';
    src:url(../fonts/PTC55F_W.ttf);
}

@font-face {
    font-family:'PT Sans Caption';
    font-style:normal;
    font-weight:bold;
    local:'PT Sans Caption Bold';
    src:url(../fonts/PTC75F_W.ttf);
}

a {
    color:#5C7DA8;
    font-weight:bold;
    text-decoration:none;
}

a:hover {
    color:#CC6A6A;
}

body {
    margin:0 auto;
    background-image:url(../img/background.png);
    color:#555555;
    font-family:'PT Sans','Verdana',sans-serif;
    text-align:center;
}

span.italic {
    font-style:italic;
}

div#head {
    height:80px;
    background-color:#555555;
    color:#DEDAD2;
    font-family:'PT Sans','Verdana',sans-serif;
    line-height:80px;
}

div#head-item-index {
    font-size:36px;
    text-align:center;
}

div#main-index {
    width:90%;
    margin:0 auto;
    margin-top:20px;
    font-size:18px;
    line-height:28px;
    text-align:center;
}

div#image-fotos {
    display:inline-block;
    height:100px;
    width:100px;
    background-image:url(../img/fotos.svg);
    background-position:center;
    background-repeat:no-repeat;
    cursor:pointer;
}

div#image-videos {
    display:inline-block;
    height:85px;
    width:100px;
    background-image:url(../img/videos.svg);
    background-position:center;
    background-repeat:no-repeat;
    cursor:pointer;
}

div#foot-index {
    width:90%;
    margin:0 auto;
    margin-top:40px;
    font-size:14px;
    line-height:22px;
    text-align:center;
}
