@font-face {

font-family: arkitech;

src: url(../fuentes/Arkitech_Light.otf) format('opentype');

}
.foto_categoria{
    height: 150px;
    overflow: hidden;
}

.foto_categoria img{
   
   
}

.tutulo_categoria span{
    line-height: 50px;
}
.titulo_categoria{
    padding-top: 10px;
    font-family: arkitech;
    height: 60px;
    background-color: #012a86;
    color: white;
    vertical-align: middle;
    line-height:15px;
    font-size: 14px;
    
}

.titulo_categoria:hover{
    background-color: #952222;
}

.categoria{
   height: 200px;
}
