﻿.propertyContentHorizontal
{
}

.propertyContentHorizontal h4
{
    font-size: 1em;
    overflow: hidden;
    white-space: nowrap;
}

.propertyContentHorizontal a.imagen
{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 110% auto;
    -webkit-background-size: 110% auto;
    -moz-background-size: 110% auto;
    -o-background-size: 110% auto;    
    display: block;
    height: 195px;
    margin-bottom: 1em;
    overflow: hidden;
    width: auto;
    transition: background-size 0.2s ease-in;
    -moz-transition: background-size 0.2s ease-in;
    -ms-transition: background-size 0.2s ease-in;
    -o-transition: background-size 0.2s ease-in;
    -webkit-transition: background-size 0.2s ease-in;
}

.propertyContentHorizontal a.imagen:hover, .propertyContentHorizontal a.imagen:focus
{
    background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;   
}