@charset "UTF-8";
@media all
{
 /* Forms - usado por la Agenda */	
    #subnav input[type="button"], 
    #subnav input[type="button"].button,
    #subnav input[type="submit"],
    #subnav input[type="submit"].button{
            padding: 2px;
            padding: expression(0+'px');
            border:none;
            color: #001803;
            margin-right: 5px;
            font-weight:normal;
            background-color: #FFD700;
    }	

    form div.actions{
            padding: 15px 15px 15px 25px;
            border-top: 1px solid #1F6445;
            height:30px;
            background-color: #f6fbee;
    }
    textarea{ letter-spacing:0.01em }
    form p.hover,form tr.hover{ /*background-color:#333333*/ }
    input[type="text"]:focus,
    input[type="password"]:focus,
    select:focus,
    textarea:focus{ border: #5E5E5E solid 1px; }
    form tr th, form tr td{ padding:0 }
    
    div.progress{ padding:0; margin:0 }
    #loading.progress{ text-align:center; padding:0; margin:0 }
    label{ color:black }
    .panel_content form{ padding:0; }
    
    div.messages{ font-size:1em}
    .panel_content div.progress, .panel_content div.message_container{ padding:0 }
    div.message_container{ margin:0 0 8px 0 }
    input.error[type="text"], input.error[type="password"], select.error, textarea.error{ border-width:thin }
    div.error_content{ border:0 }
    
    .form-container form p{ padding: 2px 0; margin: 0; }
    .form-container table{ margin:0; width:100% }
    .form-container form table tr th, .form-container form table tr td{ padding-top:10px; }
    .form-container form span.required{ display:none }    
    .form-container form p.hover, .form-container form tr.hover{ background-color:transparent }
    .form-container h2{ border:none; padding:0; margin:0 0 5px 0 }
    .form-container tbody th{ background-color:transparent }
    .form-container th, 
    .form-container td{ padding:0 }
    .form-container input[type="text"].big{ font-size:3em }
    
    .form-container .separator{ background-color:#E4E4E4; padding:5px; margin:10px 0 10px 0 }
    .form-container .separator h2{ padding:0; margin:0; font-size:150%; color:#666666;  }
    
    
    .top-actions input[type="button"],
    .top-actions input[type="button"].button,
    .top-actions input[type="submit"],
    .top-actions input[type="submit"].button{ border:0;background-color:transparent;font-size:1em;color:#2424FF;margin:0;padding:0;font-weight:normal }
    .top-actions input[type="button"]:hover,
    .top-actions input[type="button"].button:hover,
    .top-actions input[type="submit"]:hover,
    .top-actions input[type="submit"].button:hover{ font-weight:bold; }
    
    .top-actions a{ text-decoration:none; }
    .top-actions a:hover{ font-weight:bold; color:#2424FF; }
    .top-actions{ padding-bottom:5px }
    #general_actions{ text-align:left; color:white; padding:5px 0 5px 0 }
    #general_actions a{ margin:2px; font-weight:bold; text-decoration:none; color:#fff; padding:5px; background-color:#272727; }
    #general_actions a:hover{ color:white; background-color:#333333; }
    #general_actions a.activated{ color:white; background-color:#333333; }
    
    .confirm-message, .help-message{ border:1px solid #FFD700; padding:10px;background-color:#FFFFD5; margin-bottom:5px }
    
    /* searh widget */
    .search_widget_close_button{ background: url(../../images/template/search_widget_reset.gif); width:26px; height:30px; }
    
    .panel2{
      height:522px;
      overflow:hidden;
            
    }
    .space_abc{ margin: 0px 0px 1px 0px }
    
    /* fin - Forms */

    /*form .button-lupa{ background: url(../../images/template/lupa.jpg) no-repeat; width:25px; height:27x; }*/
    
    /*form .button-lupa{ width:52px; height:23x; }*/
}