*
{
    margin: 0;
    border: 0;
    padding: 0;
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    font-family: 'Roboto', sans-serif;
}

body
{
    background-color: #FFFFFF;
}

body.login
{
    background-color: #1F211E;
}

/* INICIO LOGIN */
div#login
{
    width: 600px;
    height: 330px;
    position:absolute;
    top:50%;
    left: 50%;
    margin-top: -166px;
    margin-left: -301px;
    border: 1px solid #C7C7C7;
    background-color: #1F211E;
    border-radius: 10px;
}
div#login div.header
{
    position: relative;
    float: left;
    width: 600px;
    height: 80px;
    min-height: 80px;
    line-height: 80px;
    font-size: 30px;
    text-align: center;
    color: #CCCCCC;
    padding: 20px 0 20px 0;
}
div#login div.empresa
{
    position: relative;
    float: left;
    width: 600px;
    height: 14px;
    line-height: 14px;
    margin-top: -20px;
    font-size: 14px;
    text-align: center;
    color: #CCCCCC;
    text-transform: uppercase;
}
div#login div.entry
{
    position: relative;
    float: left;
    width: 500px;
    height: auto;
    margin: 0 50px 10px 50px;
}
div#login div.entry span.title
{
    float: left;
    width: 500px;
    color: #CCCCCC;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 4px;
}
div#login div.entry input[type=text],div#login div.entry input[type=password]
{
    float: left;
    width: 200px;
    height : 30px;
    color: #666666;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    text-indent: 25px;
}
div#login div.entry input[type=text]
{
    background-image: url("../img/icons/icon-login-username.png");
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
div#login div.entry input[type=password]
{
    background-image: url("../img/icons/icon-login-password.png");
    background-repeat: no-repeat;
    background-position: 5px 5px;
}
div#login div.entry input[type=submit]
{
    float: left;
    width: 146px;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    cursor: hand;
    cursor: pointer;
    margin-left: 10px;

    color: #1F211E;
    background-color: #CCCCCC;
    background-color: #CCCCCC;
    text-decoration: none;
    border: 2px solid #CCCCCC;
}
div#login div.entry input[type=submit]:hover
{
    color: #CCCCCC;
    background-color: #1F211E;
    text-decoration: none;
    border: 2px solid #CCCCCC;
}
div#login div.entry input:focus
{
    border: 1px solid #1F211E;
}
div#login div.entry span.warning
{
    float: left;
    margin-left: 234px;
    width: 288px;
    color: #666666;
    margin-left: 10px;
    font-size: 12px;
    line-height: 32px;
    font-weight: bold;
}
div#login div.entry span.warning_last
{
    float: left;
    width: 340px;
    min-width: 340px;
    height:auto;
    min-height: 44px;
    color: #666666;
    font-weight: bold;
    font-size: 12px;
}
/* FIN: LOGIN */

div#container
{
    position: relative;
    width: 100%;
    height: 100%;
    min-width: 810px;
}
div#header
{
    width: 100%;
    height: 106px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #D3D3D1;
    margin-bottom: 10px;
}
div#header div#logo
{
    position: relative;
    float: left;
    width: 200px;
    height: 65px;
    padding: 0;
    margin: 20px 0px;
    overflow: hidden;
}
div#header div#logo img
{
    width: 200px;
    height: 65px;
}
div#header div#menu{
    float: left;
    width: auto;
    min-width: 458px;
    height: 106px;
    overflow: hidden;
}
div#header div#menu div.menu_level_1
{
    width: 100%;
    height: 42px;
    border-bottom: 1px solid #D3D3D1;
}
div#header div#menu div.menu_level_1 div.menu_option
{
    float: left;
    font-size: 16px;
    font-weight: 500;
    color: #515149;
    padding: 0 8px 0 8px;
    line-height: 42px;
    height: 42px;
    text-align: center;
    cursor: hand;
    cursor: pointer;
}
div#header div#menu div.menu_level_1 div.menu_option_selected
{
    color: #515149;
    font-weight: bold;
}
div#header div#menu div.menu_level_1 div.menu_option:hover
{
    color: #515149;
    font-weight: bold;
}
div#header div#menu div.menu_level_2
{
    width: 100%;
    height: 43px;
}

div#header div#menu div.menu_level_2 div.menu_option
{
    float: left;
    width: auto;
    height: 42px;
    text-align: center;
}
div#header div#menu div.menu_level_2 div.menu_option_selected
{
    float: left;
    width: auto;
    height: 42px;
    text-align: center;
    color: #515149;
    font-weight: bold;
}
div#header div#menu div.menu_level_2 div.menu_option a
{
    float: left;
    font-size: 14px;
    color: #515149;
    margin: 5px 8px 5px 8px;
    text-decoration: none;
    line-height: 16px;
}
div#header div#menu div.menu_level_2 div.menu_option:hover a
{
    color: #515149;
    font-weight: bold;
}
div#header div#menu div.menu_level_2 div.menu_option_selected a
{
    color: #515149;
}
div#header div#user_options
{
    position: absolute;
    float: right;
    width: 150px;
    height: 106px;
    right: 0;
    top: 0;
}
div#header div#user_options img
{
    position: relative;
    float: left;
    width: 72px;
    height: 72px;
    margin: 5px 39px 5px 39px;
}
div#header div#user_options p
{
    position: relative;
    float: left;
    width: 150px;
    color: #000000;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
}
div#header div#user_options p a
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
div#header div#user_options p a:hover
{
    text-decoration: underline;
}
div#header div#user_options p span.auto_logout
{
    font-size: 9px;
}

div#container div#content_navig
{
    position: relative;
    float: left;
    width: 250px;
    height: auto;
    margin-bottom: 30px;
    margin: 0 30px 0 5px;
}
div#container div#content_navig div.filters
{
    background-color: #515149;
    border: 1px solid #CCCCCC;
    height: auto;
    margin-bottom: 4px;
    width: 248px;
}
div#container div#content_navig div.filters div.filter
{
    height: auto;
    width: 248px;
    margin: 5px 0;
}
div#container div#content_navig div.filters div.filter p
{
    height: auto;
    width: 238px;
    margin: 0 5px;
    font-size: 13px;
    color: #FFFFFF;
}
div#container div#content_navig div.filters div.filter input
{
    height: auto;
    width: 238px;
    margin: 0 5px;
    font-size: 12px;
    margin-bottom: 5px;
}
div#container div#content_navig div.filters div.filter input.filter_input_small
{
    width: 170px;
    text-indent: 10px;
}
div#container div#content_navig div.filters div.filter input.filter_button_small
{
    width: 58px;
    margin-left: 0;
}
div#container div#content_navig div.filters div.filter input.filter_button_small:hover
{
    background-color: #515149;
    color: #FFFFFF;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
}
div#container div#content_navig div.filters div.filter select
{
    height: auto;
    width: 238px;
    margin: 0 5px;
    font-size: 12px;
    margin-bottom: 5px;
}
div#container div#content_navig div.button_add
{
    width: 250px;
    height: 32px;
    background-color: #515149;
    color: #FFFFFF;
    text-indent: 47px;
    line-height: 32px;
    text-transform: uppercase;
    background-image: url(../img/icons/icon-action-add.png);
    background-repeat: no-repeat;
    background-position: 24px 10px;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
    margin-bottom: 4px;
}
div#container div#content_navig div.button_delete
{
    width: 250px;
    height: 32px;
    background-color: #515149;
    color: #FFFFFF;
    text-indent: 47px;
    line-height: 32px;
    text-transform: uppercase;
    background-image: url(../img/icons/icon-action-delete.png);
    background-repeat: no-repeat;
    background-position: 24px 10px;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
    margin-bottom: 4px;
}
div#container div#content_navig div.button_add.disabled
{
    filter: alpha(opacity = 50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    -khtml-opacity: 0.5;
    cursor: no-drop;
    cursor: not-allowed;
}
div#container div#content_navig div.button_mail
{
    width: 250px;
    height: 32px;
    background-color: #515149;
    color: #FFFFFF;
    text-indent: 47px;
    line-height: 32px;
    text-transform: uppercase;
    background-image: url(../img/icons/icon-action-email.png);
    background-repeat: no-repeat;
    background-position: 18px 3px;
    font-size: 10px;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
    margin-bottom: 4px;
}
div#container div#content_navig div.entries
{
    float: left;
    width: 248px;
    height: 358px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    overflow: auto;
}
div#container div#content_navig div.entries div.entry
{
    position: relative;
    float: left;
    width: 228px;
    height: auto;
    background-color: #FFFFFF;
    padding-left: 20px;
    line-height: 24px;
    color: #515149;
    font-size: 12px;
}
div#container div#content_navig div.entries div.inactive
{
    color: #999999;
    text-decoration: line-through;
}
div#container div#content_navig div.entries div.entry:hover
{
    background-color: #515149;
    color: #FFFFFF;
    cursor: hand;
    cursor: pointer;
}
div#container div#content_navig div.entries div.entry_current
{
    background-color: #515149;
    color: #FFFFFF;
}
div#container div#content_navig div.entries div.red
{
    color: #FF0000;
}













div#container div#content_work
{
    position: relative;
    float: left;
    min-width: 475px;
    height: auto;
    overflow: auto;
}
div#container div#content_work div.tabs
{
    position: relative;
    float: left;
    width: 100%;
    height: 36px;
}
div#container div#content_work div.tabs div.tab
{
    position: relative;
    float: left;
    width: 128px;
    height: 34px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    line-height: 34px;
    text-align: center;
    color: #00FF00;
    font-weight: bold;
    font-size: 13px;
    color: #999999;
    cursor: hand;
    cursor: pointer;
    border-radius: 15px 15px 0 0;
}
div#container div#content_work div.tabs div.tab_current
{
    color: #515149;
    border-bottom: 1px solid #FFFFFF
}
div#container div#content_work div.tabs div.tab_spacer
{
    position: relative;
    float: left;
    height: 35px;
    border-bottom: 1px solid #CCCCCC;
}
div#container div#content_work div.tab_content
{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    clear: both;
}
div#container div#content_work div.tab_content div.entry_form
{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    margin-bottom: 5px;
    padding-top: 22px;
    padding-left: 22px;
    padding-bottom: 22px;
    clear:both;
}
div#container div#content_work div.tab_content div.entry_form div.entry_spacer
{
    position: relative;
    float: left;
    width: 470px;
    height: 1px;
    clear: both;
    background-color:#CCCCCC;
    margin: 10px 0 10px 0;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data
{
    position: relative;
    float: left;
    width: 470px;
    height: auto;
    clear: both;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data div.entry_data_title
{
    position: relative;
    float: left;
    width: 470px;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    font-size: 13px;
    color: #999999;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data div.entry_data_title_big
{
    font-size: 16px;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data div.upload_image
{
    background-color: #515149;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    width: 110px;
    height: 37px;
    line-height: 37px;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data div.delete_image
{
    background-color: #515149;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    width: 110px;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data div.upload_file
{
    background-color: #515149;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    width: 110px;
    height: 37px;
    line-height: 37px;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data div.delete_file
{
    background-color: #515149;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    width: 110px;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    float: right;
    margin-top: 10px;
}
div#container div#content_work div.tab_content div.entry_form div.block
{
    border-bottom: 1px dashed #CCCCCC;
    clear: both;
    float: left;
    margin: 10px 0;
    padding-top: 10px;
    position: relative;
}
div#container div#content_work div.tab_content div.entry_form div.block img
{
    margin-left: 25px;
}
div#container div#content_work div.tab_content div.entry_form div.block img.vehiculo
{
    width: 400px;
    margin: 0;
}
div#container div#content_work div.tab_content div.entry_form div.block a
{
    font-size: 13px;
    color: #515149;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data div.upload_image_block
{
    background-color: #515149;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    width: 110px;
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
    float: right;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data div.delete_image_block
{
    background-color: #515149;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    cursor: hand;
    width: 110px;
    height: 20px;
    line-height: 20px;
    float: right;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data input
{
    position: relative;
    float: left;
    width: 443px;
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    font-size: 12px;
    color: #515149;
    border: 1px solid #CCCCCC;
    margin-left: 25px;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data input.big_entry
{
    text-align: right;
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data input.readonly
{
    background-color: #EEEEEE;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data textarea
{
    position: relative;
    float: left;
    width: 443px;
    height: 104px;
    line-height: 140%;
    font-weight: bold;
    font-size: 12px;
    color: #515149;
    border: 1px solid #CCCCCC;
    resize: none;
    margin-left: 25px;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data textarea.double
{
    height: 104px;
    line-height: 140%;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data select
{
    position: relative;
    float: left;
    width: 443px;
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    font-size: 12px;
    color: #515149;
    border: 1px solid #CCCCCC;
    margin-left: 25px;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data select.multiple
{
    width : 210px;
    height: 250px;
    background-color: #F8F8F8;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data input[type="checkbox"]
{
    clear: both;
    width: auto;
}

div#container div#content_work div.tab_content div.entry_form div.entry_data input[type="radio"]
{
    /*clear: both;*/
    width: auto;
}

div#container div#content_work div.tab_content div.entry_form div.entry_data span.checkbox_text
{
    position: relative;
    float: left;
    width: auto;
    height: 30px;
    font-size: 12px;
    text-indent: 10px;
    margin-right: 20px;
    color: #999999;
    font-weight: bold;
    line-height: 24px;
}

div#container div#content_work div.tab_content div.entry_form div.entry_data ul li
{
    color: #515149;
    margin-bottom: 10px;
}

div#container div#content_work div.tab_content div.entry_form div.entry_data div.button
{
    position: relative;
    float: left;
    width: 180px;
    height: 25px;
    background-color: #515149;
    line-height: 25px;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 13px;
    text-align: center;
    cursor: hand;
    cursor: pointer;
    margin: 20px 0 20px 0;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data div.button_desactivado
{
    filter: alpha(opacity = 20);
    -moz-opacity: 0.2;
    opacity: 0.2;
    -khtml-opacity: 0.2;
    cursor: default;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data_half
{
    width: 235px;
    clear: none;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data_half div.entry_data_title
{
    width: 235px;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data_half div.entry_data_title_big
{
    font-size: 16px;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data_half input
{
    width: 208px;
    border: 1px solid #CCCCCC;
    margin-left: 25px;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data_half textarea
{
    width: 208px;
    border: 1px solid #CCCCCC;
    margin-left: 25px;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data_half select
{
    width: 208px;
    border: 1px solid #CCCCCC;
    margin-left: 25px;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data_third
{
    width: 156px;
    clear: none;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data_third div.entry_data_title
{
    width: 156px;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data_third div.entry_data_title_big
{
    font-size: 16px;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data_third input
{
    width: 129px;
    border: 1px solid #CCCCCC;
    margin-left: 25px;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data_third textarea
{
    width: 129px;
    border: 1px solid #CCCCCC;
    margin-left: 25px;
}
div#container div#content_work div.tab_content div.entry_form div.entry_data_third select
{
    width: 129px;
    border: 1px solid #CCCCCC;
    margin-left: 25px;
}






div#container div#content_work div.tab_content div.entry_form div.button_new
{
    position: relative;
    float: left;
    width: 110px;
    height: 30px;
    background-color: #515149;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    cursor: hand;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 20px;
}
div#container div#content_work div.tab_content div.button_save
{
    position: relative;
    float: left;
    width: 120px;
    height: 37px;
    background-color: #515149;
    line-height: 37px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    cursor: hand;
    cursor: pointer;
    border-radius: 15px;
}
div#container div#content_work div.tab_content div.button_delete
{
    position: relative;
    float: left;
    width: 120px;
    height: 37px;
    background-color: #FF0000;
    line-height: 37px;
    color: #FFFFFF;
    font-weight: bold;
    margin-left: 4px;
    font-size: 13px;
    text-align: center;
    cursor: hand;
    cursor: pointer;
    border-radius: 15px;
}
div#container div#content_work div.tab_content div.button_cancel
{
    position: relative;
    float: left;
    width: 120px;
    height: 37px;
    background-color: #FF0000;
    line-height: 37px;
    color: #FFFFFF;
    font-weight: bold;
    margin-left: 4px;
    font-size: 13px;
    text-align: center;
    cursor: hand;
    cursor: pointer;
    border-radius: 15px;
}

div#container div#content_work div.tab_content table#tabla_mensajes
{
    width: 100%;
    text-align:center;
}
div#container div#content_work div.tab_content table#tabla_mensajes td
{
    border-top: 2px solid #000000;
    vertical-align: top;
    padding-top: 20px;
}
div#container div#content_work div.tab_content table#tabla_mensajes td.icon
{
    width: 128px;
    text-align:center;
    font-size: 12px;
}
div#container div#content_work div.tab_content table#tabla_mensajes td.icon img
{
    width: 128px;
    width: 64px;
}
div#container div#content_work div.tab_content table#tabla_mensajes td.message
{
    text-align:left;
    padding: 20px;
}

div#container div#content_work div.filters
{
    background-color: #D3D3D1;
    border: 1px solid #CCCCCC;
    height: auto;
    margin-bottom: 4px;
    width: auto;
    float:left;
}
div#container div#content_work div.filters div.filter
{
    height: auto;
    width: 200px;
    margin: 5px 0;
    float:left;
    }
div#container div#content_work div.filters div.filter p.title
{
    height: auto;
    width: 190px;
    margin: 0 5px;
    font-size: 13px;
    font-weight: bold;
}
div#container div#content_work div.filters div.filter select
{
    height: auto;
    width: 190px;
    margin: 0 5px;
    font-size: 12px;
    margin-bottom: 5px;
}

div#container div#content_work div.add_row {
    background-color: #515149;
    background-image: url("../img/icons/icon-action-add.png");
    background-position: 10px 10px;
    background-repeat: no-repeat;
    color: #ffffff;
    cursor: pointer;
    font-size: 10px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin-bottom: 10px;
    text-indent: 30px;
    text-transform: uppercase;
    width: 130px;
    float: left;
}








div#container div#content_work div.tab_content div.entry_form div.tabla_resumen
{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-top: 22px;
    clear:both;
    background-color: #FFFFFF;
}
div#container div#content_work div.tab_content div.entry_form div.tabla_resumen table
{
    font-size: 13px;
    text-align: center;
    width: 100%;
    color: #242B7C;
    font-size: 12px;
    margin-bottom: 40px;
}
div#container div#content_work div.tab_content div.entry_form div.tabla_resumen table tr th
{
    padding: 5px;
    font-weight: normal;
    border: 1px solid black;
}
div#container div#content_work div.tab_content div.entry_form div.tabla_resumen table tr td
{
    padding: 5px 0;
    color: #000000;
    border-top: 1px solid black;
}
div#container div#content_work div.tab_content div.entry_form div.tabla_resumen table tr.header
{
    color: #FFFFFF;
    background-color: #515149;
}
div#container div#content_work div.tab_content div.entry_form div.tabla_resumen table tr.footer
{
    background-color: #000000;
}
div#container div#content_work div.tab_content div.entry_form div.tabla_resumen table tr.footer td
{
    color: #FFFFFF;
}















div#container div#content_full div.panel_form
{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    overflow: auto;
    background-color: #515149;
}
div#container div#content_full div.panel_form div.panel_entry
{
    position: relative;
    float:left;
    width: 600px;
}
div#container div#content_full div.panel_form div.panel_entry_half
{
    position: relative;
    float:left;
    width: 300px;
}
div#container div#content_full div.panel_form div.panel_entry div.title
{
    font-size: 24px;
    color: #FFFFFF;
    margin: 10px 0 10px 20px;
}
div#container div#content_full div.panel_form div.panel_entry div.subtitle
{
    font-size: 20px;
    color: #FFFFFF;
    margin: 10px 0 10px 20px;
}
div#container div#content_full div.panel_form div.panel_entry input
{
    width: 250px;
    background-color: #FFFFFF;
    margin-left: 40px;
    font-size: 16px;
    color: #515149;
    border: 2px solid #515149;
}
div#container div#content_full div.panel_form div.button_save
{
    position: relative;
    float: left;
    width: 254px;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    background-color: #515149;
    font-size: 20px;
    margin: 20px 0 20px 340px;
    text-align: center;
    cursor: hand;
    cursor: pointer;
}
div#container div#content_full div.panel_form div.button_save:hover
{
    color: #515149;
    background-color: #FFFFFF;
}

div#container div#content_full div.estadisticas_form
{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    overflow: auto;
    background-color: #515149;
}
div#container div#content_full div.estadisticas_form div.filters
{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    clear:both;
}
div#container div#content_full div.estadisticas_form div.filters div.filter
{
    position: relative;
    float: left;
    width: 120px;
    height: 50px;
    margin-left: 40px;
}
div#container div#content_full div.estadisticas_form div.filters div.filter p
{
    color: #FFFFFF;
    font-size: 12px;
}
div#container div#content_full div.estadisticas_form div.filters div.filter select
{
    width: 120px;
    border: 1px solid black;
    color: #515149;
    font-size: 12px;
}
div#container div#content_full div.estadisticas_form div.filters div.filter div.action
{
    position:relative;
    float: left;
    width: 120px;
    height: 28px;
    line-height: 28px;
    color: #FFFFFF;
    background-color: #515149;
    text-align: center;
    margin-top: 18px;
    cursor: hand;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 2px 2px;
    text-indent: 22px;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
}
div#container div#content_full div.estadisticas_form div.filters div.filter div.action:hover
{
    color: #515149;
    background-color: #FFFFFF;
}
div#container div#content_full div.estadisticas_form div.filters div.filter div.imprimir
{
    background-image: url(../img/icons/icon-action-print.png);
}
div#container div#content_full div.estadisticas_form div.filters div.filter div.email
{
    background-image: url(../img/icons/icon-action-email.png);
}
div#container div#content_full div.estadisticas_form div.tabla_resumen
{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-top: 22px;
    clear:both;
    background-color: #FFFFFF;
}
div#container div#content_full div.estadisticas_form div.tabla_resumen table
{
    font-size: 13px;
    text-align: center;
    width: 100%;
    color: #242B7C;
    font-size: 12px;
}
div#container div#content_full div.estadisticas_form div.tabla_resumen table tr th
{
    padding: 5px;
    font-weight: normal;
    border: 1px solid black;
}
div#container div#content_full div.estadisticas_form div.tabla_resumen table tr td
{
    padding: 5px 0;
    color: #000000;
    border-top: 1px solid black;
}
div#container div#content_full div.estadisticas_form div.tabla_resumen table tr.header
{
    color: #FFFFFF;
    background-color: #515149;
}
div#container div#content_full div.estadisticas_form div.tabla_resumen table tr.footer
{
    background-color: #000000;
}
div#container div#content_full div.estadisticas_form div.tabla_resumen table tr.footer td
{
    color: #FFFFFF;
}



.ui-widget{font-size:0.9em !important;}

div#ajax-request-temp
{
    background-color: #333333;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    background-image: url("../img/icons/ajax-animation.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: none;
}
.transparent {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

/* css for sortable drag&drop */
div.sortable div:hover {
    cursor: pointer;
}
div.sortable div.ui-sortable-helper{
    cursor: move;
}
