﻿div.postIt { position: absolute; width: 415px; min-height: 217px; background-color: #FFF7D1; box-shadow: -8px 8px 8px #b1b0b0; }
div.postIt * { font-size: 8pt; font-family: Verdana; }

div.postIt table { width: 100%; }

div.postIt .titulo-postIt { background-color: #FFF2AB; height: 30px; color: #1097cd; font-weight: bold;  }
div.postIt .titulo-postIt .c1 { width: 310px; padding-left: 20px; }
div.postIt .titulo-postIt .c2 { width: 85px; }
div.postIt .titulo-postIt div.manoAbierta {  height: 24px; background: url(../images/mano.gif) no-repeat; cursor: pointer; }
div.postIt .titulo-postIt div.manoCerrada {  height: 24px; background: url(../images/manoCerrada.gif) no-repeat; }
div.postIt .titulo-postIt a.cerrar { width: 17px; height: 17px; text-align: center; color: #737272;  font-size: 14pt; text-decoration: none; font-weight: initial;}
div.postIt .titulo-postIt a.cerrar:hover { background-color: #737272; color: #f6edba; cursor: pointer; }

div.postIt div.contenido { padding-right: 15px; padding-left: 10px; }
div.postIt div.contenido .de { color: #1097cd; }
div.postIt div.contenido .negrita { font-weight: bold; }
div.postIt div.contenido .titulo { padding-bottom: 4px; padding-top: 4px; font-weight: bold; }
div.postIt div.contenido .descripcion { height: 61px; overflow-x: hidden;  overflow-y: auto; } 
div.postIt div.contenido > p { margin: 1em 10px; line-height: 20px; }

div.postIt .td-eliminar { text-align: right; padding-bottom: 5px; padding-right: 8px; }
div.postIt .td-eliminar a.eliminar { }
div.postIt .td-eliminar a.eliminar:hover { }

div.postIt .linea { border-top: 1px solid #d8d8d8; height: 7px; }

div.postIt .adjunto { }
div.postIt .adjunto td { padding-left: 10px; padding-bottom: 6px; }
div.postIt .adjunto a { text-decoration: none; }
div.postIt .adjunto a span { padding-left: 10px; color: #1097cd;  }
div.postIt .adjunto a img { border: none; width: 36px; height: 36px; vertical-align: middle; }



