div.quote_text{
    font-size: .7em;
    color: #565656;
    word-spacing: 3px;
    padding: 15px 10px;
}

div.quote_author{
    color: #16498B;
    padding: 0 10px 20px 0;
    font-size: .75em;
    text-align: right;
    margin: 5px 10px 0 0;
    font-variant:small-caps;
    line-height: 150%;
}

div.quotator_frame{
    background-image: url('images/exitos4.jpg');
    background-repeat: no-repeat;
    font-family: "Lucida Grande";
    border: 1px solid #709AD1;
}

div.quotator_frame a{
    color: black;
    text-decoration: none;
    border-bottom: 1px dotted gray;
}

div.quotator_frame a:hover{
    text-decoration:underline;
    border-bottom: none;
}