/* ulrc00119 css */
.ulrc00119 .ser-box-one {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: -2px 0 2px 0 rgba(0, 0, 0, 0.2);
    margin: 10px;
    padding: 5px 10px;
    width: 31%;
    font-family: 'Oswald', sans-serif;
}
.ulrc00119 .cuadro_intro_hover {
    margin: 5px 0;
    overflow: hidden;
    position: relative;
}
.ulrc00119 .cuadro_intro_hover img {
    max-height: 100%;
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}
.ulrc00119 .cuadro_intro_hover:hover img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.ulrc00119 .cuadro_intro_hover .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(44, 37, 29, 0.8);
}
.ulrc00119 .cuadro_intro_hover .caption-text {
    text-align: center;
}
.ulrc00119 .cuadro_intro_hover .caption-text h3{
    color: #fff;
    margin: 0;
    font-size: 20px;
    padding: 10px;
}
/* ulrc00119 css */