﻿@import url(//fonts.googleapis.com/css?family=Lato);

@font-face {
    font-family: spaceage;
    src: url('space age.woff');
}

body {
    background: url(../../Images/LayoutB/background_01.png);
    font: 12px Arial, sans-serif;
    color: #424242;
}

.BoxImage1_3px_Cinza {
    -webkit-box-shadow: 3px 3px 3px #7C7C7C;
    box-shadow: 3px 3px 3px #7C7C7C;
}

.BoxImage1_5px_Cinza {
    -webkit-box-shadow: 5px 5px 5px #7C7C7C;
    box-shadow: 5px 5px 5px #7C7C7C;
}

.ReflectBelow1_10Percent {
    -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, transparent), to(white));
}

.ReflectBelow1_20Percent {
    -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(white));
}

.ReflectBelow1_30Percent {
    -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(white));
}

.ReflectBelow1_40Percent {
    -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(60%, transparent), to(white));
}

.ReflectBelow1_50Percent {
    -webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(white));
}
