﻿/* Ofertas categoria */

.ofertaCategoria
{
    border: 1px solid #F0F0F0;
    display: block;
    padding: 20px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 20px;
    float: left;
}

    .ofertaCategoria:hover
    {
        background-color: #F4F4F4;
    }

    .ofertaCategoria img
    {
        border: 1px solid #ffffff;
        float: left;
        margin-right: 20px;
	max-width:200px;
    }

    .ofertaCategoria div div
    {
        border-style: solid;
        border-width: 0px 0px 0px 1px;
        border-color: #CCCCCC;
        float: right;
        width: 100px;
        margin-right: 22px;
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .ofertaCategoria img:hover
    {
        border: 1px solid #CCCCCC;
    }

    .ofertaCategoria div
    {
        font-family: Oswald;
        font-size: 17px;
        text-decoration: none;
        color: #EA5828;
    }

    .ofertaCategoria p
    {
        padding: 0px;
        font-family: 'trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 12px;
        color: #999999;
        margin-bottom: 13px;
        margin-top: 0px;
    }

    .ofertaCategoria span
    {
        font-family: 'Oswald', sans-serif;
        font-size: 25px;
        text-decoration: none;
        color: #909D00;
    }



/* Fim ofertas categoria */