﻿@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(0.9, transparent), to(white)); 
    }
.ReflectBelow1_20Percent	
    { 
	-webkit-box-reflect: below 0
    -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.8, transparent), to(white)); 
    }
.ReflectBelow1_30Percent	
    { 
	-webkit-box-reflect: below 0
    -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.7, transparent), to(white)); 
    }
.ReflectBelow1_40Percent	
    { 
	-webkit-box-reflect: below 0
    -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.6, transparent), to(white)); 
    }
.ReflectBelow1_50Percent	
    { 
	-webkit-box-reflect: below 0
    -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(white)); 
    }
       
