/* 
    Document   : informativos
    Created on : 21-sep-2009, 11:03:15
    Author     : rcatalan
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
div#destacados{
     width: 650px;
     margin:12px 20px 16px 20px;
     padding:6px 10px;
}
div#destacados img.destacado{
     width:32px;
     margin-right:8px;
     float:left;
}
div#destacados div.oferta{
     margin:0 10px 18px 10px;
     padding:6px;
     background-color:#ddd;
     line-height:30px !important;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
}
div#destacados h4{ line-height:30px !important; }
div#destacados p{ line-height:18px; }
div#destacados p.info{ font-size:14px;}
div#destacados p.nota{ font-size:12px;}
div#destacados div#descargas{
     width: 600px;
     margin:16px 20px;
     padding:10px;
     background-color:#FFF6CF;
     -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
}
div#destacados div#descargas div.download{
     margin:0 16px;
     text-align:center;
     color:#7f0000;
     float:left
}
div#destacados form fieldset#inscripcion{
     width:250px;
     margin:6px 20px;
     padding:10px;
     background-color:#eee;
     -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
}
div#destacados form fieldset#inscripcion legend{ margin-bottom:14px; }
div#destacados form fieldset#inscripcion p{ line-height:28px; }
