#bocadillo {
position: absolute;
display: none;
}
#bocadilloImg {
border: 1px solid #BBBBBB;
}
div.Comentario {
background:url("../imagenes/bubble_topleft.gif") top left no-repeat;
position:relative;
} 
div.Comentario .CabeceraComentario {
position:relative;
background:url("../imagenes/bubble_topright.gif") top right no-repeat;
height: 22px;
right: -22px;
}
div.CuerpoComentario {
background:url("../imagenes/bubble_right.gif") top right repeat-y;
position:relative;
right: -22px;
font-size:1px; /* ie hack */
}
div.PieComentario {
background:url("../imagenes/bubble_bottomleft.gif") bottom left no-repeat;
position:relative;
height: 30px;
top:43px;
margin-top: -43px;
}
div.PieComentario .PieComentarioDcho {
background:url("../imagenes/bubble_bottomright.gif") bottom right no-repeat;
position:relative;
height: 30px;
right: -22px;
}
div.PieComentarioSalida {
background:url("../imagenes/bubble_tail.gif") bottom left no-repeat;
position:relative;
top:43px;
height: 27px;
}
#frm_comentar {
float: right;
margin-right:45%;
}
.caja {
background:#F5F5F5 none repeat scroll 0%;
border-color:#808080 rgb(187, 187, 187) rgb(187, 187, 187) rgb(128, 128, 128);
border-style:solid;
border-width:1px;
color:#222222;
font-size:small;
padding:2px;
width:300px;
}
form, input, textarea, select {
margin:0pt;
}
#frm_comentar label {
float:left;
font-size:small;
font-weight:bold;
line-height:120%;
width:100px;
}
