.ImaUltimosPlanes h2,
.ImaUltimosPlanes h3,
.ImaUltimosPlanes ul,
.ImaUltimosPlanes li,
.ImaUltimosPlanes p{
    padding: 0;
    margin: 0;
    list-style: none;
}

.ImaUltimosPlanes{
    position: relative;
    /*float: left;*/
    width: 313px;
    height: auto !important;
    height: 300px;
    min-height: 300px;
    background-color: #F5F5F5;
    text-align: left;
    padding-bottom: 22px;
    margin-top: 60px;
    top: 15px;
}
.ImaUltimosPlanes h2 a{ 
    position: absolute;
    left: 0;
    top: -15px;
    font: 15px/15px "Courier New", Courier, monospace;
    height: 15px;
    color: #585858;
    background-color: #F5F5F5;
    z-index: 1;
    padding: 0 10px 0 18px;
}
.ImaUltimosPlanes ul{
    padding: 0 18px;
}
.ImaUltimosPlanes h3{
    font: 18px Arial, Helvetica, sans-serif;    
    padding-top: 10px;
}
.ImaUltimosPlanes h3 a{
    color: #01ABEB;
    text-decoration: underline;
}
.ImaUltimosPlanes p.desc{
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #585858;
}
.ImaUltimosPlanes p.desc a{
    color: #FF4617;
    text-decoration: underline;
}
.ImaUltimosPlanes p.resumen{
    color: Black;
    font: 12px "Courier New", Courier, monospace;
}
.ImaUltimosPlanes p.resumen em{
    font-style: normal;
    color: Black;
}
.ImaUltimosPlanes .btnEntrar{
    margin-top: 20px;
    padding-left: 22px;
}
.ImaUltimosPlanes .btnEntrar a{
    position: relative;
    display:block;
    cursor: pointer;
    background: url(/img/botones/verde/cen.gif) top repeat-x;
    color: Black;    
    font: 12px/18px "Courier New", Courier, monospace;
    text-align:center;    
    height: 20px;
    float: left;
    padding: 0 8px;
}
.ImaUltimosPlanes .btnEntrar a span{
    position: absolute;
    display:block;
    height: 20px;    
    width: 10px;
    top: 0;
}
.ImaUltimosPlanes .btnEntrar a .caja1{         
    left: -10px;    
    background-image: url(/img/botones/verde/izq.png);
}
.ImaUltimosPlanes .btnEntrar a .caja2{  
    right: -10px;
    background-image: url(/img/botones/verde/der.png);
}