root { 
    display: block;
}

@font-face {
    font-family: OceaniaLight;
    src: url(../fontes/Oceania-Light.eot);
}
@font-face {
    font-family: OceaniaLight;
    src: url(../fontes/Oceania-Light.ttf);
}
@font-face {
    font-family: OceaniaMedium;
    src: url(../fontes/Oceania-Medium.eot);
}
@font-face {
    font-family: OceaniaMedium;
    src: url(../fontes/Oceania-Medium.ttf);
}

@font-face {
    font-family: GreyscaleRegular;
    src: url(../fontes/Greyscale_Basic_Regular.eot);
}
@font-face {
    font-family: GreyscaleRegular;
    src: url(../fontes/Greyscale_Basic_Regular.ttf);
}

@font-face {
    font-family: AllerDisplay;
    src: url(../fontes/AllerDisplay.eot);
}
@font-face {
    font-family: AllerDisplay;
    src: url(../fontes/AllerDisplay.ttf);
}

@font-face {
    font-family: OpenSans;
    src: url(../fontes/OpenSans-Regular.eot);
}
@font-face {
    font-family: OpenSans;
    src: url(../fontes/OpenSans-Regular.ttf);
}

@font-face {
    font-family: OpenSansBold;
    src: url(../fontes/OpenSans-Bold.eot);
}
@font-face {
    font-family: OpenSansBold;
    src: url(../fontes/OpenSans-Bold.ttf);
}

.div_prod_home{
    opacity: 0;
    filter: alpha(opacity=0);
    background: white;
    z-index:2;
}

.titulos_home{
    position:absolute;
    font-family: arial;
    font-weight: bold;
    font-size: 13px;
    width: 229px;
    height: 15px;
    z-index:1;
    text-align:left;
    color: #727271;
}

.div_prod_home:hover{
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-transition:0.5s;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}


.opacity70:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-transition:0.5s;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}

.opacity90:hover{
    opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-transition:0.5s;
    -webkit-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}

.bt_1:hover{
    background: #6F9E2D !important;
    -moz-transition:1s;
    -webkit-transition:1s;
    -o-transition:1s;
    transition:1s;
}

.td1{
    font-size:17px;
    font-family:arial;
    font-weight:bold;
    border-bottom: 1px solid black;
}

.td2{
    font-size:14px;
    font-family:arial;
    font-weight:normal;
    border-bottom: 1px solid black;
}