UL.listAvisos{
list-style:none;
margin:0; padding:0;
font-size:10px;
}
UL.listAvisos LI {
width:200px; height:130px; float:left;
margin:0 10px 10px 0;
font-size:11px;
}
* HTML UL.listAvisos LI { overflow:hidden; } /* IE fix */
UL.listAvisos LI H4,
UL.listAvisos LI P{
padding:10px;
border:1px solid #ccc;
width:180px; height:110px;
overflow:hidden;
margin:0;
position:relative;
cursor: url('flip-cur4.cur'), e-resize ;
/* cursor: e-resize ; */
}
UL.listAvisos LI H4{
font-size:11px;
padding-bottom:30px; height:90px;
background:url('icon-info.gif') 10px bottom no-repeat;
}
UL.listAvisos LI P{
display:none;
background-color:#eee;
color:#333;
font-size:10px;
}
UL.listAvisos LI.hatched H4{ display:none; }
UL.listAvisos LI.hatched P{ display:block; }
UL.listAvisos LI H4 IMG{ position:absolute; bottom:0; right:10px; width:66px; height:29px; margin-bottom: 10px;  }
UL.listAvisos LI H4 A{ font-size:13px; font-weight:normal; color:blue; margin-bottom:4px; display:block; }
UL.listAvisos LI H4 VAR{ color:green; font-weight:normal; font-style:normal; }
UL.listAvisos LI H4 SPAN{ color:#666; }
UL.listAvisos LI H4 DFN{ font-weight:normal; font-style:normal }
UL.listAvisos LI H4 B{ color:#000; font-weight:normal; }
.cleaner{ clear:both }
