/* Essentials */

html, div, map, dt, isindex, form, header, aside, section, section, article, footer {
    display: block;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, sans-serif;
    background: #F8F8F8;
    font-size: 12px;
}

.clear {
    clear: both;
}

.spacer {
    height: 20px;
}

a:link, a:visited {
    color: #21738c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}


/* Header */

header#header {
    height: 55px;
    width: 100%;
    background: #222222 url(../images/header_bg.png) repeat-x;
}

header#headerlogin {
    height: 55px;
    width: 100%;
    background: #222222 url(../images/header_bg.png) repeat-x;
}

header#header h1.site_title, header#header h2.section_title {
    float: left;
    margin: 0;
    font-size: 22px;
    display: block;
    width: 19%;
    height: 55px;
    font-weight: normal;
    text-align: left;
    text-indent: 1.8%;
    line-height: 55px;
    color: #fff;
    text-shadow: 0 -1px 0 #000;
}
header#header h1.site_title2{
    margin: 0;
    font-size: 22px;
    display: block;
    text-align:center;
    height: 55px;
    font-weight: normal;
    text-indent: 1.8%;
    line-height: 55px;
    color: #fff;
    text-shadow: 0 -1px 0 #000;
}
header#headerlogin h1.site_title, header#headerlogin h2.section_title {
    float: left;
    margin: 0;
    font-size: 22px;
    display: block;
    width: 19%;
    height: 55px;
    font-weight: normal;
    text-align: left;
    text-indent: 1.8%;
    line-height: 55px;
    color: #fff;
    text-shadow: 0 -1px 0 #000;
}

header#header h1.site_title a {
    color: #fff;
    text-decoration: none;
}

header#header h2.section_title {
    text-align: center;
    text-indent: 4.5%;
    width: 72%;
    background: url(../images/header_shadow.png) no-repeat left top;
}

header#headerlogin h2.section_title {
    text-align: center;
    width: 98%;
    background: url(../images/header_shadow.png) no-repeat left top;
}

.btn_view_site {
    float: left;
    width: 9%;
}

.btn_view_site a {
    display: block;
    margin-top: 12px;
    width: 62px;
    height: 27px;
    background: url(../images/btn_view_site.png) no-repeat;
    text-align: center;
    line-height: 29px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 0 #000;}

.btn_view_site a:hover {
    background-position: 0 -27px;
}

/* Secondary Header Bar */

section#secondary_bar {
    height: 38px;
    width: 100%;
    background: #F1F1F4 url(../images/secondary_bar.png) repeat-x;
}

section#secondary_bar .user {
    float: left;
    width: 19%;
    height: 38px;
}

.user p {
    margin: 0;
    padding: 0;
    color: #666666;
    font-weight: bold;
    display: block;
    float: left;
    width: 85%;
    height: 35px;
    line-height: 35px;
    text-indent: 25px;
    text-shadow: 0 1px 0 #fff;
    background: url(../images/icn_user.png) no-repeat center left;
    margin-left: 6%;
}

.user a {
    text-decoration: none;
    color: #666666}

.user a:hover {
    color: #77BACE;
}

.user a.logout_user {
    float: left;
    display: block;
    width: 16px;
    height: 35px;
    text-indent: -5000px;
    background: url(../images/icn_logout.png) center no-repeat;
}

/* Breadcrumbs */

section#secondary_bar .breadcrumbs_container {
    float: left;
    width: 81%;
    background: url(../images/secondary_bar_shadow.png) no-repeat left top;
    height: 38px;
}

article.breadcrumbs {
    float: left;
    padding: 0 10px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    height: 23px;
    margin: 4px 3%;
}

.breadcrumbs a {
    display: inline-block;
    float: left;
    height: 24px;
    line-height: 23px;
}

.breadcrumbs a.current, .breadcrumbs a.current:hover {
    color: #9E9E9E;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
}

.breadcrumbs a:link, .breadcrumbs a:visited {
    color: #44474F;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;}

.breadcrumbs a:hover {
    color: #222222;
}

.breadcrumb_divider {
    display: inline-block;
    width: 12px;
    height: 24px;
    background: url(../images/breadcrumb_divider.png) no-repeat;
    float: left;
    margin: 0 5px;
}

/* Sidebar */

aside#sidebar {
    width: 19%;
    background: #E0E0E3 url(../images/sidebar.png) repeat;
    float: left;
    min-height: 500px;
    margin-top: -4px;
    height:100%;
}

#sidebar hr {
    border: none;
    outline: none;
    background: url(../images/sidebar_divider.png) repeat-x;
    display: block;
    width: 100%;
    height: 2px;}


/* Search */

.quick_search {
    text-align: center;
    padding: 14px 0 10px 0;
}

.quick_search input[type=text] {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #bbb;
    height: 26px;
    width: 90%;
    color: #ccc;
    -webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
    -moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
    box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
    text-indent: 30px;
    background: #fff url(../images/icn_search.png) no-repeat;
    background-position: 10px 6px;
}

.quick_search input[type=text]:focus {
    outline: none;
    color: #666666;
    border: 1px solid #77BACE;
    -webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
    -moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
    box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}

/* Sidebar Menu */

#sidebar h3 {
    color: #1F1F20;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
    font-size: 13px;
    margin: 10px 0 10px 6%;
    display: block;
    float: left;
    width: 90%;
}

.toggleLink {
    color: #999999;
    font-size: 16px;
    text-decoration: none;
    display: block;
    float: right;
    margin-right: 2%;
    font-weight:bold;
}

#sidebar .toggleLink:hover {
    color: #77BACE;
    text-decoration: none;
}

#sidebar ul {
    clear: both;
    margin: 0; padding: 0;
}

#sidebar li {
    list-style: none;
    margin: 0 0 0 12%; padding: 0;
}

#sidebar li a {
    color: #666666;
    padding-left: 25px;
    text-decoration: none;
    display: inline-block;
    height: 17px;
    line-height: 17px;
    text-shadow: 0 1px 0 #fff;
    margin: 2px 0;
}

#sidebar li a:hover {
    color: #444444;
}

/* Sidebar Icons */

#sidebar li.icn_new_article a {
    background: url(../images/icn_new_article.png) no-repeat center left;
}
#sidebar li.icn_edit_article a {
    background: url(../images/icn_edit_article.png) no-repeat center left;
}
#sidebar li.icn_categories a {
    background: url(../images/icn_categories.png) no-repeat center left;
}
#sidebar li.icn_tags a {
    background: url(../images/icn_tags.png) no-repeat center left;
}
#sidebar li.icn_add_user a {
    background: url(../images/icn_add_user.png) no-repeat center left;
}
#sidebar li.icn_add_user_wait a {
    background: url(../images/icn_add_user_wait.png) no-repeat center left;
}
#sidebar li.icn_view_users a {
    background: url(../images/icn_view_users.png) no-repeat center left;
}
#sidebar li.icn_admins a {
    background: url(../images/icn_view_admins.png) no-repeat center left;
}
#sidebar li.icn_profile a {
    background: url(../images/icn_profile.png) no-repeat center left;
}
#sidebar li.icn_folder a {
    background: url(../images/icn_folder.png) no-repeat center left;
}
#sidebar li.icn_photo a {
    background: url(../images/icn_photo.png) no-repeat center left;
}
#sidebar li.icn_audio a {
    background: url(../images/icn_audio.png) no-repeat center left;
}
#sidebar li.icn_video a {
    background: url(../images/icn_video.png) no-repeat center left;
}
#sidebar li.icn_settings a {
    background: url(../images/icn_settings.png) no-repeat center left;
}
#sidebar li.icn_security a {
    background: url(../images/icn_security.png) no-repeat center left;
}
#sidebar li.icn_jump_back a {
    background: url(../images/icn_jump_back.png) no-repeat center left;
}
#sidebar li.icn_import a {
    background: url(../images/import.png) no-repeat center left;
}
#sidebar li.icn_import2 a {
    background: url(../images/import2.png) no-repeat center left;
}
#sidebar li.icn_export a {
    background: url(../images/export.png) no-repeat center left;
}
#sidebar li.icn_formaciones a {
    background: url(../images/icn_view_formaciones.png) no-repeat center left;
}

#sidebar p {
    color: #666666;
    padding-left: 6%;
    text-shadow: 0 1px 0 #fff;
    margin: 10px 0 0 0;}

#sidebar a {
    color: #666666;
    text-decoration: none;
}

#sidebar a:hover {
    text-decoration: underline;
}

#sidebar footer {
    margin-top: 20%;
}


/* Main Content */


section#main {
    width: 81%;
    min-height: 700px;
    background: url(../images/sidebar_shadow.png) repeat-y left top;
    float: left;
    margin-top: -2px;
}
section#main2 {
    width: 100%;
    min-height: 700px;
    background: url(../images/sidebar_shadow.png) repeat-y left top;
    float: left;
    margin-top: -2px;
}
section#mainlogin {
    width: 100%;
    min-height: 500px;
    float: left;
    margin-top: -2px;
}

#main h3 {
    color: #1F1F20;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
    font-size: 13px;
    margin: 8px 20px;
}

#main2 h3 {
    color: #1F1F20;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
    font-size: 13px;
    margin: 8px 20px;
}

#mainlogin h3 {
    color: #1F1F20;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
    font-size: 13px;
    margin: 8px 20px;
}

/* Modules */

.module {
    border: 1px solid #9BA0AF;
    width: 100%;
    margin: 20px 3% 0 2%;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff;
}

.module2 {
    border: 1px solid #9BA0AF;
    width: 100%;
    margin: 20px auto;;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #ffffff;
}

#main .module header h3 {
    display: block;
    width: 90%;
    float: left;
}

.module header {
    height: 33px;
    width: 100%;
    background: #F1F1F4 url(../images/secondary_bar.png) repeat-x;
    -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px; border-top-right-radius: 5px;
}

.module footer {
    height: 32px;
    width: 100%;
    border-top: 1px solid #9CA1B0;
    background: #F1F1F4 url(../images/module_footer_bg.png) repeat-x;
    -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
}

#main .module2 header h3 {
    display: block;
    width: 90%;
    float: left;
}

.module2 header {
    height: 33px;
    width: 100%;
    background: #F1F1F4 url(../images/secondary_bar.png) repeat-x;
    -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px; border-top-right-radius: 5px;
}

.module2 footer {
    height: 32px;
    width: 100%;
    border-top: 1px solid #9CA1B0;
    background: #F1F1F4 url(../images/module_footer_bg.png) repeat-x;
    -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
}

.module_content {
    margin: 10px 20px;
    color: #666;
    overflow:auto;
}
.module_content2 {
    margin: 10px 20px;
    color: #666;
}

/* Module Widths */

.width_full {
    width: 95%;
}
.width_full3 {
    width: 70%;
}

.width_full2 {
    width: 95%;
    margin-right: 0;
    float: left;
}

.width_half {
    width: 46%;
    margin-right: 0;
    float: left;
}

.width_quarter {
    width: 26%;
    margin-right: 0;
    float: left;
}

.width_quarterlogin {
    width: 26%;

    margin: 10% auto;
}

.width_3_quarter {
    width: 66%;
    margin-right: 0;
    float: left;
}

/* Stats Module */

.stats_graph {
    width: 73%;
    float: left;
}

.stats_overview {
    background: #fff;
    /*border: 1px solid #ccc;*/
    float: right;
    width: 26%;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
}
.stats_overview2 {
    background: #fff;
    /*border: 1px solid #ccc;*/
    float: right;

    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
}

.stats_overview img{
    width:306px;
    /*margin:10px 20px;*/
    border-radius:5px;
}
.stats_overview2 img{
    width:306px;
    /*margin:10px 20px;*/
    border-radius:5px;
}

.overview_today, .overview_previous {
    width: 50%;
    float: left;}

.stats_overview p {
    margin: 0; padding: 0;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
}

.stats_overview p.overview_day {
    font-size: 12px;
    font-weight: bold;
    margin: 6px 0;
}

.stats_overview p.overview_count {
    font-size: 26px;
    font-weight: bold;
    color: #333333;}

.stats_overview p.overview_type {
    font-size: 10px;
    color: #999999;
    margin-bottom: 8px}

/* Content Manager */

.tablesorter, .tablesorter2 {
    width: 100%;
    margin: -5px 0 0 0;
}

.tablesorter td{
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #ccc;
    padding: 15px 10px;

}
.tablesorter2 td{
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #ccc;
    padding: 5px 10px;
    width:auto;
}

.tablesorter thead tr,.tablesorter2 thead tr {
    background: url(../images/table_sorter_header.png) repeat-x;
    text-align: left;
    text-indent: 10px;
    cursor: pointer;
}

.tablesorter input[type=image],.tablesorter2 input[type=image] {
    margin-right: 10px;}

ul.tabs,ul.tabs2 {
    margin: 3px 10px 0 0;
    padding: 0;
    float: right;
    list-style: none;
    height: 24px; /*--Set height of tabs--*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    border: 1px solid #ccc;
    font-weight: bold;
    text-shadow: 0 1px 0 #fff;
}
ul.tabs li,ul.tabs2 li {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 24px;
}
ul.tabs li a,ul.tabs2 li a {
    text-decoration: none;
    color: #999;
    display: block;
    padding: 0 10px;
    height: 24px;
}

ul.tabs li a:hover,ul.tabs2 li a:hover {
    color: #44474F;
}

html ul.tabs li.active a, html ul.tabs2 li.active a {
    color: #44474F;
}

html ul.tabs li.active, html ul.tabs li.active a:hover, html ul.tabs2 li.active, html ul.tabs2 li.active a:hover  {
    background: #F1F2F4;
    -webkit-box-shadow: inset 0 2px 3px #818181;
    -moz-box-shadow: inset 0 2px 3px #818181;
    box-shadow: inset 0 2px 3px #818181;
}

html ul.tabs li:first-child, html ul.tabs li:first-child a, html ul.tabs2 li:first-child, html ul.tabs2 li:first-child a  {
    -webkit-border-top-left-radius: 5px; -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px; -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px; border-bottom-left-radius: 5px;
}

html ul.tabs li:last-child, html ul.tabs li:last-child a, html ul.tabs2 li:last-child, html ul.tabs2 li:last-child a  {
    -webkit-border-top-right-radius: 5px; -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px; -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px; border-bottom-right-radius: 5px;
}

#main .module header h3.tabs_involved {
    display: block;
    width: 60%;
    float: left;
}

/* Messages */

.message {
    border-bottom: 1px dotted #cccccc;
}

input[type=submit] {
    background: #D0D1D4 url(../images/btn_submit.png) repeat-x;
    border: 1px solid #A8A9A8;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    font-weight: bold;
    height: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px;
    color: #666;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
}

input[type=submit]:hover {
    color: #333333;
}

input[type=submit].alt_btn {
    background: #D0D1D4 url(../images/btn_submit_2.png) repeat-x;
    border: 1px solid #30B0C8;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    font-weight: bold;
    height: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px;
    color: #003E49;
    text-shadow: 0 1px 0 #6CDCF9;
    cursor: pointer;
}

input[type=submit].alt_btn:hover {
    color: #001217;
}

input[type=submit].btn_post_message {
    background: #D0D1D4 url(../images/post_message.png) no-repeat;
    display: block;
    width: 37px;
    border: none;
    height: 24px;
    cursor: pointer;
    text-indent: -5000px;
}

input[type=submit].btn_post_message:hover{
    background-position: 0 -24px;
}

input[type=reset],input[type=button], button.estilo_boton {
    background: #D0D1D4 url(../images/btn_submit.png) repeat-x;
    border: 1px solid #A8A9A8;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    font-weight: bold;
    height: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px;
    color: #666;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
}

input[type=reset]:hover,input[type=button]:hover {
    color: #333333;
}

input[type=reset].alt_btn,input[type=button].alt_btn {
    background: #D0D1D4 url(../images/btn_submit_2.png) repeat-x;
    border: 1px solid#30B0C8;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    font-weight: bold;
    height: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px;
    color: #003E49;
    text-shadow: 0 1px 0 #6CDCF9;
    cursor: pointer;
}

input[type=reset].alt_btn:hover,input[type=button].alt_btn:hover {
    color: #001217;
}

input[type=reset].btn_post_message,input[type=button].btn_post_message {
    background: #D0D1D4 url(../images/post_message.png) no-repeat;
    display: block;
    width: 37px;
    border: none;
    height: 24px;
    cursor: pointer;
    text-indent: -5000px;
}

input[type=reset].btn_post_message:hover,input[type=button].btn_post_message:hover {
    background-position: 0 -24px;
}

.modal{
    position: fixed;
    top: 25%;
    left: 30%;
    z-index: 102;
    display:none;
}
.modal-detalles{
    position: fixed;
    z-index: 102;
    display:none;
    background: #fff;
    border-radius: 5px;
    width: 65%;
    height: 70%;
    padding: 20px;
}
.modal-detalles .cerrar{
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 2px 5px;
    cursor: pointer;
    box-shadow: 0 0 1px #333;
    border-radius: 1px;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
}
.modal-detalles .cerrar:hover{
    box-shadow: 0 0 4px #666;
}
.modal-detalles #titulo{
    padding: 0px 5px;
    font-size: 18px;
    margin: 0;
    border-bottom: 2px solid #B8B8B8;
}
.modal-detalles .contenido{
    padding: 10px;
    overflow: auto;
    height: 90%;
}

.modal-detalles table.tabla-modal-usuarios{
    width: 100%;
}
.modal-detalles table.tabla-modal-usuarios td{
    padding: 2px 6px;
    border-bottom: 1px solid #777;
}
.modal-detalles table.tabla-modal-usuarios thead th{
    border-bottom: 2px solid #333;
}


.sombra{
    z-index: 100;
    background: #000;
    opacity: 0.4;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow:hidden;
    display:none;
}

.post_message {
    text-align: left;
    padding: 5px 0;
}

.post_message input[type=text] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #bbb;
    height: 20px;
    width: 70%;
    color: #ccc;
    -webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
    -moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
    box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
    text-indent: 10px;
    background-position: 10px 6px;
    float: left;
    margin: 0 3.5%;
}

.post_message input[type=text]:focus {
    outline: none;
    border: 1px solid #77BACE;
    -webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
    -moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
    box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
    color: #666666;
}

.post_message input[type=image] {
    float: left;
}

.message_list {
    height: 250px;
    overflow-x:hidden;
}
.message_list2 {

    overflow-x:hidden;
}

/* New/Edit Article Module */

fieldset {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F6F6F6;
    border: 1px solid #ccc;
    padding: 1% 0%;
    margin: 10px 5px;
    float:left;
    width:32%;
}

fieldset.login {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F6F6F6;
    border: 1px solid #ccc;
    padding: 1% 0% 4% 0%;
    margin: 10px 5px;
    float:left;
    width:97%;
}
fieldset.incidencias {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F6F6F6;
    border: 1px solid #ccc;
    padding: 1% 0% 4% 0%;
    margin: 10px 5px;
    float:left;
    width:48%;
}

fieldset label {
    display: block;
    float: left;
    width: auto;
    height: 25px;
    line-height: 40px;
    text-shadow: 0 1px 0 #fff;
    font-weight: bold;
    padding-left: 10px;
    margin: -5px 0 5px 0;
    text-transform: uppercase;
}

fieldset input[type=text], fieldset input[type=number] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #BBBBBB;
    height: 20px;
    color: #666666;
    -webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
    -moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
    box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
    padding-left: 10px;
    background-position: 10px 6px;
    margin: 0;
    display: block;
    float: left;
    width: 88%;
    margin: 0 10px;
}

fieldset input[type=text]:focus {
    outline: none;
    border: 1px solid #77BACE;
    -webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
    -moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
    box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}

fieldset input[type=password] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #BBBBBB;
    height: 20px;
    color: #666666;
    -webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
    -moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
    box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
    padding-left: 10px;
    background-position: 10px 6px;
    margin: 0;
    display: block;
    float: left;
    width: 88%;
    margin: 0 10px;
}

fieldset input[type=password]:focus {
    outline: none;
    border: 1px solid #77BACE;
    -webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
    -moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
    box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}

fieldset select {
    width: 95%;
    margin: 0 10px;
    border: 1px solid #bbb;
    height: 20px;
    color: #666666;
    color: #666666;
    box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
    border-radius: 5px;
    margin-left: 10px;
    padding: 0px;
    height: 25px;
    padding: 3px;
}

fieldset textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #BBBBBB;
    color: #666666;
    -webkit-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
    -moz-box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
    box-shadow: inset 0 2px 2px #ccc, 0 1px 0 #fff;
    padding-left: 10px;
    background-position: 10px 6px;
    margin: 0 0.5%;
    display: block;
    float: left;
    width: 91%;
    margin: 0 10px;
}

fieldset textarea:focus {
    outline: none;
    border: 1px solid #77BACE;
    -webkit-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
    -moz-box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
    box-shadow: inset 0 2px 2px #ccc, 0 0 10px #ADDCE6;
}

.submit_link {
    float: right;
    margin-right: 3%;
    padding: 5px 0;
}
.submit_link2 {
    float: right;
    margin-right: 3px;
    padding: 5px 0;
}
.submit_linklogin {
    text-align:center;
    margin-right: 3%;
    padding: 5px 0;
}
.submit_link_encuesta_zona{
    padding: 5px 0;
    display: table;
    width: 100%;
    text-align: right;
}

.submit_link select {
    width: 150px;
    border: 1px solid #bbb;
    height: 20px;
    color: #666666;
}

#main .module_content h1 {
    color: #333333;
    text-transform: none;
    text-shadow: 0 1px 0 #fff;
    font-size: 22px;
    margin: 8px 0px;
}

#main .module_content h2 {
    color: #444444;
    text-transform: none;
    text-shadow: 0 1px 0 #fff;
    font-size: 18px;
    margin: 8px 0px;
}

#main .module_content h3 {
    color: #666666;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #fff;
    font-size: 13px;
    margin: 8px 0px;
}

#main .module_content h4 {
    color: #666666;
    text-transform: none;
    text-shadow: 0 1px 0 #fff;
    font-size: 13px;
    margin: 8px 0px;
}

#main .module_content li {
    line-height: 150%;
}

/* Alerts */

#main h4.alert_info {
    display: block;
    width: 95%;
    margin: 0 25px;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #B5E5EF url(../images/icn_alert_info.png) no-repeat;
    background-position: 10px 10px;
    border: 1px solid #77BACE;
    color: #082B33;
    padding: 10px 0;
    text-indent: 40px;
    font-size: 14px;}

#main h4.alert_warning {
    display: block;
    width: 95%;
    margin: 20px 3% 0 3%;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F5F3BA url(../images/icn_alert_warning.png) no-repeat;
    background-position: 10px 10px;
    border: 1px solid #C7A20D;
    color: #796616;
    padding: 10px 0;
    text-indent: 40px;
    font-size: 14px;}

#main h4.alert_error {
    display: block;
    width: 95%;
    margin: 20px 2% 0 2%;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F3D9D9 url(../images/icn_alert_error.png) no-repeat;
    background-position: 10px 10px;
    border: 1px solid #D20009;
    color: #7B040F;
    padding: 10px 0;
    text-indent: 40px;
    font-size: 14px;}

#main h4.alert_success {
    display: block;
    width: 95%;
    margin: 20px 3% 0 2%;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #E2F6C5 url(../images/icn_alert_success.png) no-repeat;
    background-position: 10px 10px;
    border: 1px solid #79C20D;
    color: #32510F;
    padding: 10px 0;
    text-indent: 40px;
    font-size: 14px;}

#main2 h4.alert_error {
    display: block;
    width: 95%;
    margin: 0px 2% 0 2%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #F3D9D9 url(../images/icn_alert_error.png) no-repeat;
    background-position: 10px 10px;
    border: 1px solid #D20009;
    color: #7B040F;
    padding: 10px 0;
    text-indent: 40px;
    font-size: 14px;}

#main2 h4.alert_success {
    display: block;
    width: 95%;
    margin: 0 3% 0 2%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #E2F6C5 url(../images/icn_alert_success.png) no-repeat;
    background-position: 10px 10px;
    border: 1px solid #79C20D;
    color: #32510F;
    padding: 10px 0;
    text-indent: 40px;
    font-size: 14px;}


.incidenciaactiva td{color:#f00;}

.fixed-table-container {
    width: 50%;
    height: 220px;
    background-color: white;
    /* above is decorative or flexible */
    position: relative; /* could be absolute or relative */
    padding-top: 30px; /* height of header */
}
.fixed-table-container2 {
    width: 50%;
    height: 400px;
    background-color: white;
    /* above is decorative or flexible */
    position: relative; /* could be absolute or relative */
    padding-top: 30px; /* height of header */
}
.fixed-table-container-inner {
    overflow-x: auto;
    overflow-y: auto;
    height: 100%;
}


.th-inner {
    position: absolute;
    top: 0;
    line-height: 30px; /* height of header */
    text-align: left;
    padding-left: 5px;
    margin-left: -5px;
    background: url(../images/table_sorter_header.png) repeat-x;
}
.first .th-inner {
    border-left: none;
    padding-left: 6px;

}

/* for hidden header hack to calculate widths of dynamic content */

.hidden-head {
    min-width: 530px; /* enough width to show all header text, or bad things happen */
}

.hidden-header .th-inner {
    position: static;
    overflow-y: hidden;
    height: 0;
    white-space: nowrap;
    padding-right: 5px;
}

/* for complex headers */

.complex.fixed-table-container {
    padding-top: 60px; /* height of header */
    overflow-x: hidden; /* for border */
}
.complex.fixed-table-container2 {
    padding-top: 60px; /* height of header */
    overflow-x: hidden; /* for border */
}
.complex .header-background {
    height: 60px;
}

.complex-top .th-inner {
    width: 100%
}

.complex-bottom .th-inner {
    top: 30px;
    width: 100%
}

.complex-top .third .th-inner { /* double row cell */
    height: 60px;
    border-bottom: none;
    background-color: #D5ECFF;
}

/* for tableSorter headers */

.fixed-table-container.sort-decoration {
    overflow-x: hidden;
    width:99.9%;
}
.fixed-table-container2.sort-decoration {
    overflow-x: hidden;
    width:99.9%;
}
.sort-decoration .th-inner {
    width: 100%;
}
.header .th-inner {
    background-color: #D5ECFF;
}
.headerSortUp .th-inner, .headerSortDown .th-inner {
    background-color: #5DDFFD;
}

.tablahojasruta1{vertical-align: top;}
.tablahojasruta2{vertical-align: top;}
.tablahojasruta3 li{list-style: none;}

#mapCanvas {
    width: 100%;
    height: 300px;
    float: left;
}
#mapCanvas2 {
    width: 100%;
    height: 300px;
    float: left;
}
#infoPanel {
    float: left;
    margin-left: 10px;
}
#infoPanel div {
    margin-bottom: 5px;
}

.blanco{background-color: #fff;}
.seleccionado{background-color: #dfd;}

.datosrel{margin:5px 10px 0 10px; font-weight: bold;}
#usuariorel{font-weight:normal;}
#comprel{font-weight:normal;}

.idus{display:none;}

.idco{display:none;}

fieldset h3{padding-left:10px;}

select[multiple]{
    height: 100%;
}

.datoshoja{padding:3px 0 0 0;}

.tablasubir{
    border:1px solid #ccc;
    border-radius:5px;
    padding:5px;
    background-color: #f6f6f6;
}
.tablasubir th{
    font-weight: bold;
    font-size: 14px;
    background-color:#444;
    color:#fff;
    padding:4px 8px;
}
.tablasubir td{
    padding:0 8px;
    border:1px solid #dedede;
}

#grupo_comp tr{
    vertical-align: top;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
}
#grupo_comp tr .btn{
    cursor: pointer;
    margin: 0 auto;
}
#grupo_comp tr .btn-del{
    cursor: pointer;
    margin: 0 auto;
}

#grupo_comp tbody tr:hover{
    background-color: #EFEFEF;
}
#grupo_comp tr th{
    border-bottom: 2px solid #999999;
}
#grupo_comp tr td{
    border-bottom: 1px solid #B8B8B8;
}
#grupo_comp .tabla-sub-user tr {
    transition: all 0.4s ease 0.2s;
    -webkit-transition: all 0.4s ease 0.2s;
    -moz-transition: all 0.4s ease 0.2s;
}
#grupo_comp .tabla-sub-user tr th.opciones{
    width: 45px;
}

.error{
    color: red;
}

.activo td {
    background-color: #ddffdd !important;
    cursor: pointer;
}

.foto-zona{
    display: table;
    padding: 4px;
    border: 1px solid #C8C8C8;
    margin: 10px 5px;
    border-radius: 3px;
    float: left;
    width: 145px;
}
.foto-zona:hover{
    border-color: #8E8E8E;
}

.foto-zona img{
    width: 100%;
}

#loader{
    position: fixed;
    top: 20px;
    left: 20px;
    display: none;
    background: #FFF;
    border-radius: 5px;
    padding: 3px 3px 0 3px;
    z-index: 555;
}

.iframe-modal{
    width: 100%;
    height: 100%;
    border: 0px;
}

.modal-personalizable{
    min-height: 120px;
    width: 500px;
}
.modal-personalizable .content{
    height: 50px;
    overflow: hidden;

}
.modal-personalizable .bottom-modal{
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.div_table_usuarios{
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}


.btn-upd{
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;

}

@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

.btn-upd:focus {
    -webkit-animation: rotating 0.8s linear infinite;
}

.imagen-border{
    border: 1px solid;
    display: inline-block;
    border-radius: 5px;
    padding: 2px;
    margin: 0px 20px;
}

span.title{
    padding: 0px 15px 2px 5px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid;
    margin-bottom: 5px;
    display: block;
}

.lista-subcompostadoras{
    width: 100%;
    display: table-cell;
    height: 10px;
}



.encuestaZona label{
      width: 96%;
}