.comentario {
    clear: both;
    background-color: #FFD86F;
    opacity: 0.8;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    margin: 5px 0px;
}

.comentario p {
    margin: 5px 0;
    word-spacing: 5px;
    text-align: justify;
}

.post1 .derecha ,.post2 .derecha {
    float: right;
    width: 57%;
    padding: 4px;
}

.post1 .izquierda ,.post2 .izquierda {
    float: left;
    width: 41%;
    padding: 4px;
}

.acciones {clear:both;margin:0 20px;}

.headresenasEnviado {
        background-color: #EEE !Important;
}

.borderFotosResenas {
    width:158px;
    height:128px;
    background-color:white;
    position:absolute;
    z-index:0;
    left:10px;
    top:10px;
    text-align:center;
    opacity: 0.8;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
}
div.caja {overflow: auto;}
