﻿body {
}

.cat_cuadro
{
   width:380px;
    margin:10px;
    -webkit-box-shadow: 7px -4px 63px -13px rgba(0,0,0,1);
    -moz-box-shadow: 7px -4px 63px -13px rgba(0,0,0,1);
    box-shadow: 7px -4px 63px -13px rgba(0,0,0,1);
    overflow:auto;
    float:left;
   
}
.cat_cuadro img
{
    width:150px;
}
.cat_imagen
{
    float:left;
    margin:10px;
}
.cat_categoria
{
    /*/*background: #ff3019; /* Old browsers */
background-color:rgba(103,212,102,1.00);
color:white;
width:100%;
overflow:hidden;
font-size:15px;

}

.cat_categoria a
{
    font-size:11px;
    text-decoration:none;
    color:#808080;
}
.cat_categoria a:visited
{
    font-size:1px;
    text-decoration:none;
    color:#808080;
}
 a:visited 
        {
            text-decoration:none;
            color:white;
            

        }
 a 
        {
            text-decoration:none;
            color:white;
            

        }