#owl-demo .item{
    margin: 10px;
}

#owl-demo .item img{
    margin: 0 auto;
    display: block;
    width: 275px;
    height: auto;
    background-color: white;
}

p {
    float: left;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 10px;
    width: 96%;
    height: auto;
    font-family: "Open Sans";
    font-size: 0.95em;
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
}

a.link_nombre {
    font-family: "Open Sans", "Exo 2.0", "Leelawadee", "Trebuchet MS", "Microsoft Sans Serif" ,"Lucida Sans Unicode", arial, helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #313140;
    text-decoration: none;
}

a.link_nombre:hover {
    font-family: "Open Sans", "Exo 2.0", "Leelawadee", "Trebuchet MS", "Microsoft Sans Serif" ,"Lucida Sans Unicode", arial, helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #313140;
    text-decoration: underline;
}