/* CSS Document */


#caja {
    display: none;
    padding:10px 10px 20px 10px;
    border:1px solid #6FB3BF;
    border-top:0px;
    font-size:11px;
    color:#666;
    background-color:#efefef;}
#caja input{
    color:#000;
    font-size:14px;
    padding:8px;}    
#caja textarea{
    color:#000;
    font-size:14px;
    padding:8px;
    font-family:Trebuchet MS;}
#caja .action
{
    text-align:center;}    
#mostrar{
    display:block;
    height:40px;
    padding:5px;
    background-image:url(../../img/bg/bg-smallform.gif);
    background-repeat: no-repeat;}

#appr_closed {
    display: none;}
    
.abstract{
    background-image:url(../../img/bg/bg-btn-approf.gif);
    background-repeat: no-repeat;
    padding-bottom:0px;
    background-color:#efefef;
    text-decoration:none;
    padding-top: 30px;
    padding-bottom:15px;
    padding-right: 18px;
    padding-left: 18px;
}

#appr_open{
    display:block;
    margin-top: 50px;
    color:#333;
    padding-bottom:30px;
    background-image:url(../../img/bg/bg-approfdown.gif);
    background-position:bottom;
    background-repeat:repeat-x;
    text-decoration:none;
    }

#appr_open a, #appr_open a:visited{
    text-decoration:none;
    color:#f90;}
    
.abstract p   
{
    margin:0px;
    padding:0px;   
}


