/*

    color texto azul sobre blanco #1F79A6;

*/
html, body {
    height: 100%;
}

body {
    background: #ECEBE8;
    color: #686868;
    font: 400 14px/20px 'Source Sans Pro',sans-serif;
    margin: 0px;
}

input[type="checkbox"], input[type="radio"] {
    display: none;
}

#wrapper:after {
    clear: both;
    content: "";
    display: block;
    height: 60px;
    width: 100%;
}
#wrapper {
    height: auto;
    margin: auto;
    min-height: 100%;
    position: relative;
}

#wHeader {
    background: #263037;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    height: 60px;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

header {
    margin: 0 auto;
    overflow: hidden;
    padding: 0px 0;
    width: 1008px;
}

.logo {
  float: left;
  height: 22px;
  margin: 19px 15px 0;
  overflow: hidden;
  width: 160px;
}

.logo a {
    color: #ECF0F1;
    display: block;
    font: 600 30px/20px 'Source Sans Pro',sans-serif;
    height: 100%;
    text-align: center;
}

nav {
    float: left;
    font: 400 15px/33px 'Source Sans Pro',sans-serif;
    text-transform: uppercase;
    /*width: 865px;*/
}

#menu {
  display: inline-block;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

#menu li {
    display: inline-block;
    padding: 14px 15px;
}

#menu li a {
    color: #ecf0f1;
    text-decoration: none;
    vertical-align: middle;

    transition: all 0.14s ease-in-out;
    -moz-transition: all 0.14s ease-in-out;
    -webkit-transition: all 0.14s ease-in-out;
    -o-transition: all 0.14s ease-in-out;
}

#menu li a:hover, #menu li.active a {
    color: #60BDF0;
}

#menu li a:active{
    color: #52a1CC;
}

section {

}

.toggleFormulario {
    background: white url('http://imareal.uca.es/imagenes/css/iconos/icon-form.png') no-repeat;
    border-bottom: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-radius: 0 0 3px 3px;
    border-right: 1px solid #E4E4E4;
    cursor: pointer;
    display: block;
    padding: 6px 8px 3px;
    z-index: 2;

    transition: height 0.14s linear, width 0.14s linear;
    -moz-transition: height 0.14s linear, width 0.14s linear;
    -webkit-transition: height 0.14s linear, width 0.14s linear;
    -o-transition: height 0.14s linear, width 0.14s linear;
}

.btn-tggForm-up {
    position: relative;
    top: -1px;
    margin: auto;
}

.FormShow {
    background-position: 0 1px;
    height: 17px;
    width: 23px;
}

.FormShow:hover {
    background-position: 0 -21px;
}

.FormHide {
    background-position: 0px -46px;
    height: 16px;
    width: 16px;
}

.FormHide:hover {
    background-position: 0px -70px;
}

#wForm {
    background: #fdfdfd;
    border-bottom: 1px solid #e4e4e4;
    color: #686868;
    display: none;
    margin-bottom: -60px;
    margin-top: 60px;
    padding: 14px 30px 30px;
    width: calc(100% - 60px);
}

#wTabla {
    margin-top: 60px;
    position: relative;
    width: 100%;
}

#columnaIzquierda {
    background: #263037;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    left: 0;
    position: absolute;
    top: 35px;
    width: 235px;
    z-index: 6;

    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}

.ci_oculto {
    left: -235px !important;
}

.ci_oculto > #btnFiltro {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15) !important;
    right: -35px;
}

.ci_oculto > #btnFiltro .icon-sup {
     display: none;
     opacity: 0;
}

.ci_oculto > #btnFiltro .icon-down {
     display: block;
     opacity: 0.85;
}

.ci_oculto > #btnFiltro:hover .icon-down {
     opacity: 1;
}

#btnFiltro .icon-sup {
     display: block;
     margin: 11px;
     opacity: 0.85;

    transition: all 0.14s linear;
    -moz-transition: all 0.14s linear;
    -webkit-transition: all 0.14s linear;
    -o-transition: all 0.14s linear;
}

#btnFiltro:hover .icon-sup {
     opacity: 1;
}

#btnFiltro .icon-down {
     display: none;
     margin: 13px 6px;
     opacity: 0;

    transition: all 0.14s linear;
    -moz-transition: all 0.14s linear;
    -webkit-transition: all 0.14s linear;
    -o-transition: all 0.14s linear;
}

#btnFiltro {
    background: none repeat scroll 0 0 #263037;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: none;
    height: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 35px;

    transition: all 0.4s linear 0.02s;
    -moz-transition: all 0.4s linear 0.02s;
    -webkit-transition: all 0.4s linear 0.02s;
    -o-transition: all 0.4s linear 0.02s;
}

#filtros {
    color: white;
    padding: 15px;

    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

#filtros h4 {
    border-bottom: 1px solid #ecf0f1;
    font: 400 16px/20px 'Source Sans Pro',sans-serif;
    margin-top: 8px;
    padding: 3px 0;
    text-transform: uppercase;
}

.filtro {
    border-bottom: 1px solid #ecf0f1;
    position: relative;
    opacity: 0.4;

    transition: all 0.14s linear;
    -moz-transition: all 0.14s linear;
    -webkit-transition: all 0.14s linear;
    -o-transition: all 0.14s linear;
}

.filtro:last-child {
    border-bottom: 0;
}

.filtro:hover, .filtro_active {
    opacity: 1;
}

.filtro:hover:before, .filtro_active:before {
    border-top: 1px solid #ecf0f1;
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    width: 100%;
}

.filtro a.filtroTitulo {
     cursor: pointer;
     display: inline-block;
     font: 400 14px/20px 'Source Sans Pro',sans-serif;
     padding: 10px 0px;
     text-transform: uppercase;
     width: 100%;
}

.filtro ul {
     display: none;
     font: 400 13px/20px 'Source Sans Pro',sans-serif;
     margin-bottom: 10px;
     padding: 0px 10px;
}

.filtro ul li {
    list-style: none;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
}

.filtro ul li label {
    opacity: 0.9;
    position: relative;

    transition: all 0.14s linear;
    -moz-transition: all 0.14s linear;
    -webkit-transition: all 0.14s linear;
    -o-transition: all 0.14s linear;
}

.filtro ul li:hover label {
    opacity: 1;
}

.filtro input {
    border: none;
    border-radius: 2px;
    color: #1890CC;
    float: right;
    padding: 4px 7px 3px;
    vertical-align: top;
}

.filtro input[type="checkbox"] + label span{
    background: url(http://imareal.uca.es/imagenes/css/iconos/icon-check.png) left top no-repeat;
    cursor:pointer;
    display: inline-block;
    height: 14px;
    float: right;
    margin: 3px 0 0;
    width: 14px;
}

.filtro input[type="checkbox"]:checked + label span{
    background-position: 0 -14px;
}

#columnaCentro {
    margin-left: 45px;
    margin-right: 15px;
    position: relative;
    top: 8px;
    width: calc(100% - 56px);
    z-index: 2;

    transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}

#filtrosSeleccionados {
     background-color: #FFFFFF;
     border-radius: 3px;
     box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
     padding: 3px 5px;
}

ul#misFiltros {
     display: inline-block;
    margin-left: 5px;
    padding: 8px 0 0;
     width: 100%;
}

ul#misFiltros li {
    border-right: 1px solid rgba(24, 144, 204, 0.2);
    float: left;
     list-style: none outside none;
    text-transform: lowercase;
}

ul#misFiltros li a {
    color: inherit;
    display: inline-block;
    font-size: 15px;
    margin: 0 7px;
    padding: 0 5px;
    position: relative;
    text-decoration: none;

    transition: all 0.14s linear;
    -moz-transition: all 0.14s linear;
    -webkit-transition: all 0.14s linear;
    -o-transition: all 0.14s linear;
}

ul#misFiltros li a:after {
    background: #1890cc;
    content: "x";
    right: 0;
    position: absolute;
    top: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    font-size: 9px;
    color: #ecf0f1;
    text-align: center;
    line-height: 9px;
    font-weight: 600;
    opacity: 0;

    transition: all 0.14s linear;
    -moz-transition: all 0.14s linear;
    -webkit-transition: all 0.14s linear;
    -o-transition: all 0.14s linear;
}

ul#misFiltros li a:hover:after {
    opacity: 1;
}

ul#misFiltros li a span {
    opacity: 1;

    transition: all 0.14s linear;
    -moz-transition: all 0.14s linear;
    -webkit-transition: all 0.14s linear;
    -o-transition: all 0.14s linear;
}

ul#misFiltros li a:hover span {
    opacity: 0.3;
}

ul#misFiltros li:first-child {
    border-right: 0;
     margin-left: 0px ! important;
}

ul#misFiltros li:first-child span {
     border-radius: 3px 0px 0px 3px;
     color: #1890CC;
     display: inline-block;
     font-size: 16px;
     position: relative;
     text-transform: uppercase;
}

ul#misFiltros li:last-child {
    border-right: 0;
}

#tablaRegistros_wrapper {
     margin-top: 10px;
}

#tablaRegistros {
    background: #FFFFFF;
     border-radius: 3px;
     border-spacing: 0px;
     box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
     width: 100%;
}

#tablaRegistros th {
     border-bottom: 1px solid rgba(24, 144, 204, 0.2);
     font: 400 14px/20px 'Source Sans Pro',sans-serif;
     padding: 14px 30px 10px 7px;
    position: relative;
     text-align: left;
     text-transform: uppercase;
     vertical-align: middle;
}

#tablaRegistros th:last-child {
    padding-right: 0px !important;
}


th.sorting, th.sorting_asc, th.sorting_desc {
    cursor: pointer;
}

.sorting_asc {
	background: url('http://imareal.uca.es/imagenes/css/iconos/icon-sort-asc.png') no-repeat right 21px;
}

.sorting_desc {
	background: url('http://imareal.uca.es/imagenes/css/iconos/icon-sort-desc.png') no-repeat right 11px;
}

.sorting {
	background: url('http://imareal.uca.es/imagenes/css/iconos/icon-sort-both.png') no-repeat right 16px;
}

.sorting_disable {
	text-align: center;
}

#tablaRegistros a{
    color: inherit;
    text-decoration: none;
}

#tablaRegistros a:visited{
    color: inherit;
    text-decoration: none;
}

#tablaRegistros th:not(:last-child) {
     border-right: 1px solid rgba(24, 144, 204, 0.2);
}

#tablaRegistros th:first-child {
     border-radius: 4px 0px 0px;
}

#tablaRegistros th:last-child {
     border-radius: 0px 4px 0px 0px;
}

#tablaRegistros th:only-child {
     border-radius: 4px 4px 0px 0px;
}

#tablaRegistros tfoot td {
     border-bottom: 0px none;
}

#tablaRegistros tfoot td:first-child {
     border-radius: 0px 0px 0px 4px;
}

#tablaRegistros tfoot td:last-child {
     border-radius: 0px 0px 4px;
}

#tablaRegistros tfoot td:only-child {

}

#tablaRegistros tbody tr:nth-child(2n) {
     background: none repeat scroll 0% 0% #FDFDFD;
}

#tablaRegistros tbody tr:hover {
    background: none repeat scroll 0 0 #EDEDED;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

#tablaRegistros tbody tr:hover td{
    color: #686868;
}

#tablaRegistros tbody td {

}

#tablaRegistros td {
    border-bottom: 1px;
    border-left: 0;
    border-right: 0;
     border-top: 1px;
     border-style: solid;
     border-color: rgba(24, 144, 204, 0.2);
    color: #1890CC;
     font: 400 14px/20px 'Source Sans Pro',sans-serif;
     padding: 10px 7px;
     vertical-align: middle;
}

#tablaRegistros tbody tr:hover .tActions {
    opacity: 1;
}

#tablaRegistros tbody tr .tActions {
    opacity: 0;
}

.tActions a {
    border-radius: 3px;
    color: #686868;
    font: 400 14px/20px 'Source Sans Pro',sans-serif;
    position: relative;
    margin-left: 5px;
    margin-right: 10px;
    padding: 5px 10px 6px;
    text-decoration: none;

    transition: all 0.07s ease-in-out;
    -moz-transition: all 0.07s ease-in-out;
    -webkit-transition: all 0.07s ease-in-out;
    -o-transition: all 0.07s ease-in-out;
}

.tActions a:hover, .tActions a:active {
    color: white !important;
}

.tActions a.delete {
    background-color: #f0c0c0;
    box-shadow: 0 2px 0 #d4a9a9;
    font-weight: 600;
    margin-right: 0px !important;
}

.tActions a.delete:hover {
    background-color: #f06060;
    box-shadow: 0 2px 0 #db5858;
}

.tActions a.delete:active {
    background-color: #CC5252;
    box-shadow: 0 2px 0 #B34747;
}

.tActions a.edit {
    background-color: #c0dff0;
    box-shadow: 0 2px 0 #a9c5d4;
}

.tActions a.edit:hover {
    background-color: #60BDF0;
    box-shadow: 0 2px 0 #58addb;
}

.tActions a.edit:active {
    background-color: #52a1CC;
    box-shadow: 0 2px 0 #478db3;
}

.tActions label {
    display:inline-block;
    position: relative;
    min-width: 118px;
}

.tActions label:after {
    background: url('http://imareal.uca.es/imagenes/css/iconos/icon-select-t.png') no-repeat 0 -24px;
    content: "";
    display: inline-block;
    height: 24px;
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: 2px;
    width: 23px;
}

.tActions label:hover:after {
    background-position: 0 0;
}

.tActions select {
    background: #ededed;
    border-radius: 3px;
     box-shadow: 0 2px 0 #DEDEDE;
    border: medium none;
    color: #686868;
    font-size: 12px;
    margin-left: 8px;
    padding: 5px 1px;
    vertical-align: 1px;
    width: 49px;

    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

.bottom {
     font: 400 15px/20px 'Source Sans Pro',sans-serif;
     height: 125px;
     margin-bottom: 40px;
     margin-top: 10px;
     position: relative;
}

.bottom_titulo {
     border-bottom: 1px solid rgba(24, 144, 204, 0.2);
     font-size: 16px;
     padding: 10px 10px 5px;
     text-align: center;
}

#tablaRegistros_paginate, #tablaRegistros_info, .DTTT_container {
     background: none repeat scroll 0px 0px #FFFFFF;
     border-radius: 3px;
     box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
     display: inline-block;
     float: left;
     font-size: 14px;
}

#tablaRegistros_paginate, #tablaRegistros_info {
    margin-right: 10px;
}

#tablaRegistros_paginate a:hover, a.paginate_active {
     color: #1890CC;
}

#del_al, #datosTablaFiltrada {
     border-bottom: 1px solid rgba(24, 144, 204, 0.2);
     overflow: hidden;
     position: relative;
}

#del_al div, datosTablaFiltrada div {
     float: left;
     min-width: 64px;
     padding: 5px 10px;
    text-transform: uppercase;
}

#del, #datosTablaFiltrada_filtrados {
     border-right: 1px solid rgba(24, 144, 204, 0.2);
     text-transform: uppercase;
}

#del_al div span:last-child, #datosTablaFiltrada_filtrados span:last-child, #datosTablaFiltrada_totales span:last-child {
     color: #1890CC;
     display: inline-block;
    font-size: 30px;
    font-weight: 600;
    margin-left: 10px;
    margin-top: 10px;
    text-align: right;
}

#del_num {
    opacity: 0.8;
    width: calc(100% - 33px);
}

#al_num {
    width: calc(100% - 25px);
}

#nav_paginate {
    padding: 12px 10px;
    text-align: center;
}

#tablaRegistros_paginate a {
     display: inline-block;
    font-size: 15px;
     margin-right: 10px;
}

#tablaRegistros_last {
     margin-right: 0px !important;
}

.paginate_button {
    height: 15px;
    position: relative;
}

#tablaRegistros_first, #tablaRegistros_last {
    width: 16px;
}

#tablaRegistros_previous, #tablaRegistros_next {
    width: 10px;
}

.paginate_button img {
    left: 0;
    position: absolute;
    top: 3px;
}

.paginate_button_disabled .nav-pag-dis {
    opacity: 0.3;
}

.nav-pag-dis {
    opacity: 0.75;
}

.nav-pag {
    opacity: 0;
}

.paginate_button:hover .nav-pag-dis {
    opacity: 0;
}

.paginate_button:hover .nav-pag {
    opacity: 1;
}

.paginate_button_disabled:hover .nav-pag-dis {
    opacity: 0.3 !important;
}

.paginate_button_disabled:hover .nav-pag {
    opacity: 0 !important;
}

#list_full_number a {
    vertical-align: top;
}

#datosTablaFiltrada_filtrados, #datosTablaFiltrada_totales {
     display: inline-block;
     float: left;
     padding: 5px 10px;
}

#datosTablaFiltrada_totales, #al {
     background: none repeat scroll 0px 0px #F9F9F9;
}

#datosTablaFiltrada_porcent {
     padding: 10px 10px 9px;
}

#datosTablaFiltrada_porcent span:last-child {
     display: inline-block;
    font-size: 30px;
    font-weight: 600;
    margin-left: 10px;
}

#datosTablaFiltrada_filtrados span:last-child, #datosTablaFiltrada_porcent span:last-child, #del_num {
     color: #3498DB;
     opacity: 0.8;
}

#datosTablaFiltrada_totales span:last-child, #al_num {
     color: #4C8FC0;
}

.DTTT_container {
    float: right;
}

button.DTTT_button, div.DTTT_button, a.DTTT_button {
     background: #EDEDED;
     border-radius: 3px;
     box-shadow: 0 2px 0 #DEDEDE;
     cursor: pointer;
     float: left;
     margin: 10px 53px;
     padding: 5px 8px;
     position: relative;

    transition: all 0.07s ease-in-out;
    -moz-transition: all 0.07s ease-in-out;
    -webkit-transition: all 0.07s ease-in-out;
    -o-transition: all 0.07s ease-in-out;
}

a.DTTT_button_copy {
    margin-left: 10px;
}

a.DTTT_button_print {
    margin-right: 10px;
}

button.DTTT_button {
     height: 30px;
     padding: 3px 8px;
}

.DTTT_button embed {
     outline: medium none;
}

button.DTTT_button:hover, div.DTTT_button:hover, a.DTTT_button:hover {
     background: #60BDF0;
    box-shadow: 0 2px 0 #58addb;
    color: white;
     text-decoration: none ! important;
}

button.DTTT_button:active, div.DTTT_button:active, a.DTTT_button:active {
     background: #52a1CC;
    box-shadow: 0 2px 0 #478db3;
}

button.DTTT_disabled, div.DTTT_disabled, a.DTTT_disabled {
     background: -moz-linear-gradient(center top , #FFFFFF 0%, #F9F9F9 89%, #FAFAFA 100%) repeat scroll 0% 0% transparent;
     border: 1px solid #D0D0D0;
     color: #999999;
}

button.DTTT_button_collection span {
     background: url("../images/collection.png") no-repeat scroll right center transparent;
     padding-right: 17px;
}

button.DTTT_button_collection:hover span {
     background: url("../images/collection_hover.png") no-repeat scroll right center #F0F0F0;
     padding-right: 17px;
}

table.DTTT_selectable tbody tr {
     cursor: pointer;
}

table.dataTable tr.DTTT_selected.odd {
     background-color: #9FAFD1;
}

table.dataTable tr.DTTT_selected.odd td.sorting_1 {
     background-color: #9FAFD1;
}

table.dataTable tr.DTTT_selected.odd td.sorting_2 {
     background-color: #9FAFD1;
}

table.dataTable tr.DTTT_selected.odd td.sorting_3 {
     background-color: #9FAFD1;
}

table.dataTable tr.DTTT_selected.even {
     background-color: #B0BED9;
}

table.dataTable tr.DTTT_selected.even td.sorting_1 {
     background-color: #B0BED9;
}

table.dataTable tr.DTTT_selected.even td.sorting_2 {
     background-color: #B0BED9;
}

table.dataTable tr.DTTT_selected.even td.sorting_3 {
     background-color: #B0BED9;
}

div.DTTT_collection {
     background-color: rgba(255, 255, 255, 0.3);
     border-radius: 5px 5px 5px 5px;
     border: 1px solid rgba(0, 0, 0, 0.4);
     box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
     overflow: hidden;
     padding: 8px 8px 4px;
     width: 150px;
     z-index: 2002;
}

div.DTTT_collection_background {
     background: url("../images/background.png") repeat scroll left top transparent;
     z-index: 2001;
}

div.DTTT_collection button.DTTT_button, div.DTTT_collection div.DTTT_button, div.DTTT_collection a.DTTT_button {
     box-shadow: 1px 1px 3px #999999;
     display: block;
     float: none;
     left: 0px;
     margin-bottom: 4px;
     position: relative;
     right: 0px;
}

.DTTT_print_info {
     background: #60BDF0;
        border-radius: 3px;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
        color: white;
    display: none;
    font-size: 16px;
    left: 50%;
    padding: 20px 40px 20px 20px;
    position: absolute;
    top: 20px;
    z-index: 30;
}

.DTTT_print_info h6 {
     font-size: 28px;
     font-weight: normal;
     line-height: 28px;
     margin: 1em;
}

.DTTT_print_info p {
     font-size: 14px;
     line-height: 20px;
}

/* ------------------ */

#formulario {
    margin: auto;
    width: 456px;
}

#formulario fieldset {
    display: inline-block;
    position: relative;
    vertical-align: top;
    width: 456px;
}

#wForm h2 {
    color: rgba(24,144,204,0.8);
    font: 400 24px/36px 'Source Sans Pro',sans-serif;
    margin-bottom: 10px;
    text-align: center;
}

#wForm h3 {
    border-bottom: 1px solid rgba(24, 144, 204, 0.2);
    color: rgba(24,144,204,0.8);
    font: 400 18px/36px 'Source Sans Pro',sans-serif;
    margin-bottom: 10px;
    padding-bottom: 15px;
    text-align: center;
}

#wForm h3 span{
    color: rgba(51,51,51,0.8);
}

#wForm h4 {
    color: rgba(24,144,204,0.8);
    font: 400 15px/36px 'Source Sans Pro',sans-serif;
}

#infoSec {
    border-bottom: 1px solid rgba(24, 144, 204, 0.2);
    border-top: 1px solid rgba(24, 144, 204, 0.2);
    color: rgba(51,51,51,0.6);
    font: 400 16px/24px 'Source Sans Pro',sans-serif;
    margin-bottom: 20px;
    padding: 20px 10px;
    text-align: center;
}

#infoSec em{
    color: #1890CC;
}

#formulario input, #formulario select, #formulario textarea {
  color: #686868;
    font: 400 14px/20px 'Source Sans Pro',sans-serif;
  padding: 6px 1px 5px 10px;
}

#formulario select {
    padding-right: 7px !important;

    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

#formulario label {
    font: 400 15px/20px 'Source Sans Pro',sans-serif;
    margin-right: 5px;
}

#dia, #mes, #anyo {
    margin-left: 3px;
    margin-right: 3px;
}

#dia {
    margin-left: 0 !important;
}

#laMin, #laSeg, #loMin, #loSeg {
    margin-left: 3px;
}

.campos {
    display: inline-block;
    vertical-align: top;
}

.campos li {
    list-style: none outside none;
    margin: 10px auto;
}

.campos input, .campos select, .campos textarea {
    background: none repeat scroll 0 0 #FCFCFC;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    vertical-align: 0px;
}

.campos input:focus, .campos select:focus, .campos textarea:focus {
    background: #FFFFFF;
    border: 1px solid rgba(24,144,204,0.2);
}

input[readonly = "readonly"] {
    background: #f1f1f1;
    pointer-events: none;
    border-color: #d0d0d0;
}

.campos label {
    display: inline-block;
    position: relative;
    width: 110px;
}

.campos textarea {
    height: 60px;
    padding: 7px;
    resize: none;
    width: calc(100% - 14px);
}

.req {
    color: rgba(24,144,204,0.8);
    font-size: 16px;
    margin-left: 2px;
}

.error {
    color: #FF3333;
    font: 400 13px/20px 'Source Sans Pro',sans-serif;
    margin-top: 3px;
    padding-left: 118px;
}

#error_observaciones, #error_user, #error_pass, #error_imagen {
    padding-left: 0 !important;
}

input.error, textarea.error {
    background: rgba(254,238,238, 0.2);
    border: 1px solid rgba(255,51,51,0.40);
    color: #FF3333 !important;
}

select.error {
    border: 1px solid rgba(255,51,51,0.40);
    color: #FF3333 !important;
}

.unidades {
    font-size: 13px;
    vertical-align: sub;
    display: inline-block;
    margin-left: 3px;
}

#laGrd + span, #laMin + span, #laSeg +span, #loGrd + span, #loMin + span, #loSeg +span {
    vertical-align: top !important;
    font-weight: 600;
}



.span_select {
    position: relative;
}

.span_select:after {
    background: url('http://imareal.uca.es/imagenes/css/iconos/icon-select-f.png') no-repeat 0 -24px;
    content: "";
    display: inline-block;
    height: 24px;
    pointer-events: none;
    position: absolute;
    right: 7px;
    top: -3px;
    width: 23px;
}

.span_select:hover:after {
    background-position: 0 0;
}

.disable:hover:after {
    background-position: 0 -24px;
}

option:disabled {
    opacity: 0.5;
}

.span_select:focus:after {
    background-position: 0 -72px;
}

.span_select:focus:hover:after {
    background-position: 0 -48px;
}

.disable {
    opacity: 0.5;
}

fieldset#especiesPoza {
    border-right: none !important;
    border-left: 1px solid rgba(24,144,204,0.2);
    margin-left: 20px;
    padding-left: 20px;
}

.especies {
    border-right: 1px solid rgba(24,144,204,0.2);
    display: inline-block;
    margin-right: 20px;
    padding-right: 20px;
    vertical-align: top;
}

.especies label {
    display: inline-block;
    width: 195px;
}

#list_especies ul:last-child {
    border-right: none;
    padding-right: 0px;
}

.rellenar {
    clear: both;
}

.bttn-info {
    background: none repeat scroll 0 0 #686868;
    border-radius: 50%;
    color: #ECF0F1;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    height: 12px;
    line-height: 12px;
    opacity: 0;
    text-align: center;
    vertical-align: top;
    width: 12px;

    transition: all 0.14s linear;
    -moz-transition: all 0.14s linear;
    -webkit-transition: all 0.14s linear;
    -o-transition: all 0.14s linear;
}

li:hover .bttn-info {
    opacity: 0.7;
}

.bttn-info:hover {
    background: #1890CC;
    opacity: 0.8;
}

.text-info {
    color: rgba(24,144,204,0.8);
    display: none;
    margin-top: 3px;
    margin-left: 118px;
}

.totales {
    margin: 0 !important;
}

.total {
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
}

.total:last-child {
    margin-right: 0;
}

.total > label {
    width: auto;
}

#wImagen {
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 130px;
}

#wImagen input[type="file"]{
    display: none;
}

#wImagen label, .rellenar, .a_back {
    background: none repeat scroll 0 0 #EDEDED;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 2px 0 #DEDEDE;
    color: #686868;
    display: inline-block;
    margin: 9px 0;
    padding: 5px 10px;
    vertical-align: 1px;

    transition: all 0.10s linear;
    -moz-transition: all 0.10s linear;
    -webkit-transition: all 0.10s linear;
    -o-transition: all 0.10s linear;
}

.a_back {
    vertical-align: middle;
    margin-right: 20px;
    text-decoration: none
}

.a_back:hover, .rellenar:hover, #wImagen label:hover {
    background: #B4B4B4;
    box-shadow: 0 2px 0 #A4A4A4;
    color: white;
}

.a_back:active, .rellenar:active, #wImagen label:active {
    background: #9A9A9A;
    box-shadow: 0 2px 0 #8C8C8C;
}

.imgForm {
    margin-left: 12px;
    text-align: center;
    width: 90px
}

a.imgForm img {
    border: 1px solid #E4E4E4;
    border-radius: 3px;
}

#imagen_error {
   padding-left: 0 !important;
}

#formulario input[type="submit"], #fLogin input[type="submit"] {
    background-color: #c0dff0;
    border: none;
    border-radius: 3px;
    box-shadow: 0 2px 0 #a9c5d4;
    padding: 5px 10px;
}

#formulario input[type="submit"]:hover, #fLogin input[type="submit"]:hover {
    background-color: #60BDF0;
    box-shadow: 0 2px 0 #58addb;
    color: white;
}

#formulario input[type="submit"]:active, #fLogin input[type="submit"]:active  {
    background-color: #52a1CC;
    box-shadow: 0 2px 0 #478db3;
    color: white;
}

.lb_rdch {
    line-height: 22px !important;
    width: auto !important;
}



input[type="checkbox"] + label.lb_rdch span{
    background: url(http://imareal.uca.es/imagenes/css/iconos/icon-check.png) left top no-repeat;
    border: 1px solid #DDDDDD;
    border-radius: 1px;
    cursor:pointer;
    display: inline-block;
    height: 14px;
    margin: 3px 0 0 5px;
    vertical-align: -4px;
    width: 14px;
}

input[type="checkbox"]:checked + label.lb_rdch span{
    background-position: 0 -14px;
}

input[type="radio"] + label.lb_rdch span{
    background: url(http://imareal.uca.es/imagenes/css/iconos/icon-radio.png) left top no-repeat;
    border: 1px solid #DDDDDD;
    border-radius: 50%;
    cursor:pointer;
    display: inline-block;
    height: 14px;
    float: right;
    margin: 3px 0 0 5px;
    width: 14px;
}

input[type="radio"]:checked + label.lb_rdch span{
    background-position: 0 -14px;
}

#caracteristicas li {
    float: left;
    margin-right: 10px;
}

#gobblen {
  display: inline-block;
  margin-left: 11px;
}

#gobblen span {
    cursor: pointer;
}

#gobblen span:hover {
    color: #1F79A6;
}

#mensaje {
    background: #60BDF0;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    color: white;
    display: none;
    font-size: 16px;
    left: 600px;
    padding: 20px 40px 20px 20px;
    position: absolute;
    top: 20px;
    z-index: 30;
}

.mensajeError {
    background: #f06060 !important;
}

.closeMensaje {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 8px;
}

li.filtroFamilia:not(:first-child) {
    margin-top: 20px;
}

li.filtroFamilia label, li.all_check label {
    color: #c0dff0;
}

#filtrosAuto {
    display: none;
    margin: -10px auto !important;
    overflow: hidden;
}

#filtrosAuto ul li:first-child {
    float: left;
    font-size: 12px;
    margin-right: 10px;
}

#filtrosAuto ul li:not(:first-child) {
    cursor: pointer;
    float: left;
    font-size: 12px;
    margin-right: 10px;
    opacity: 0.6;

    transition: all 0.07s ease-in-out;
    -moz-transition: all 0.07s ease-in-out;
    -webkit-transition: all 0.07s ease-in-out;
    -o-transition: all 0.07s ease-in-out;
}

#filtrosAuto ul li:hover{
    opacity: 1;
}

#filtrosAuto ul li a{
    color: inherit;
    text-decoration: none;
}

#filtrosAuto ul li a:visited {
    color: inherit;
}

#filtrosAuto ul li a.elegido{
    color: #1F79A6 !important;
    opacity: 1 !important;
}

#fLogin {
    background: white;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
    left: calc(50% - 167px);
    position: fixed;
    padding: 15px;
    top: calc(50% - 210px);
}

#fLogin ul li {
    list-style: none;
    margin: 15px auto;
}

#fLogin h1 {
    border-bottom: 1px solid rgba(24, 144, 224, 0.4);
    color: #989898;
    font-size: 40px;
    margin-bottom: 0;
    padding-bottom: 18px;
    text-align: center;
}

#fLogin ul li input[type="text"], #fLogin ul li input[type="password"] {
    padding: 4px 7px;
    vertical-align: bottom;
}

#fLogin ul li label {
    width: 80px;
}

#logos_corp {
    position: absolute;
    top: 200px;
}

.nomEspecie {
    font-style: italic !important;
}

#logoutUser {
    display: inline-block;
    padding:  5px;
}

#logoutUser a, #logoutUser a:visited {
    color: #60BDF0;
    text-decoration: none;
}

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

.info-window-content h4 {
     margin-bottom: 10px;
}

.info-window-content h4 a {
     color: #60BDF0;
     font: 600 16px/20px 'Source Sans Pro',sans-serif !important;
     text-decoration: none;
     text-transform: uppercase;
}

.info-window-content ul li {
    font: 400 14px/15px 'Source Sans Pro',sans-serif !important;
    margin-bottom: 7px;
}

.info-window-content .label {
    display: inline-block;
    margin-right: 7px;
}

.gm-style .gm-style-iw, .gm-style .gm-style-iw a, .gm-style .gm-style-iw span, .gm-style .gm-style-iw label, .gm-style .gm-style-iw div {
    font-size: 14px;
    font-weight: 400;
}

.gm-style div, .gm-style span, .gm-style label, .gm-style a {
    font-family: 'Source Sans Pro',Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.tablas_estadisticos {
    margin-left: 30px;
}

.tablas_estadisticos li {
    float: left;
    list-style: none;
    margin-bottom: 30px;
    margin-right: 30px;
}

.wTablaEstadistico {
    background: white;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
    display: inline-block;
    padding: 15px;
}

.tablaEstadistico {
    margin:  7px 0;
    width: 100%;
    text-align: left;
}

.tablaEstadistico td, .tablaEstadistico th {
    padding: 3px;
}

.tablaEstadistico tbody tr th {
    min-width: 80px;
}

.tablaEstadistico td {
    color: #1890CC;
    min-width: 38px;
}

.result {
    cursor: pointer;
    position: relative;
}

.zero {
    opacity: 0.5;
}

.result {
    transition: background 0.07s ease-in-out;
    -moz-transition: background 0.07s ease-in-out;
    -webkit-transition: background 0.07s ease-in-out;
    -o-transition: background 0.07s ease-in-out;
}

.result:hover, .result_active {
    background:  #ededed;
    border-radius: 3px;
}

.vMedia {
    transition: color 0.07s ease-in-out;
    -moz-transition: color 0.07s ease-in-out;
    -webkit-transition: color 0.07s ease-in-out;
    -o-transition: color 0.07s ease-in-out;
}

.vMedia:hover, .result_active .vMedia {
    color: #686868;
    cursor: pointer;
}

.datosAdicionales {
    position: absolute;
    background: white;
    z-index: 9;
    display: none;
}

.datosAdicionales ul li {
    display: block;
    clear: both;
}

footer {
    background: #263037;
    color: #ECF0F1;
    height: 70px;
      margin-top: -70px;
      position: relative;
    text-align: center;
}

footer div {
    margin:  auto;
    width: 1008px;
}

footer p {
    display: inline-block;
    padding-top: 25px;
}

footer img {
    float: right;
    margin-right: 30px;
    margin-top: 14px;
}

footer img:first-child {
    margin-right: 20px !important;
}

.datosFiltros {
    position: relative;
}

#dtWrap ul {
    border-top: 1px solid rgba(24,144,204, 0.2);
    border-bottom: 1px solid rgba(24,144,204, 0.2);
    display: none;
    overflow: hidden;
}

#dtWrap ul li {
    float: none;
    margin: 5px;
    list-style: none;
}

#dtWrap ul li span:nth-child(2n) {
    color: #686868;
    margin-right: 10px;
}

#dtWrap ul li span:nth-child(2n) {
    color: #686868;
    margin-right: 10px;
}

.wZE {
    color: #1890CC;
    font-size: 16px;
    padding: 7px;
    text-align: center;
}

.dte_especie:before {
    content: "-";
    margin-right: 10px;
}

.dte_especie {
    font-style: italic;
    margin-left: 10px;
}

.dte_estadistico {
  border-bottom: 1px solid rgba(24, 144, 204, 0.2);
  border-top: 1px solid rgba(24, 144, 204, 0.2);
  font-size: 16px;
  padding: 7px;
  text-align: center;
  text-transform: uppercase;
}

.buttonsGraficas {
    border-top: 1px solid rgba(24, 144, 204, 0.2);
    margin-bottom: -8px;
    padding-top: 10px;
}

.buttonsGraficas a {
    background: url('http://imareal.uca.es/imagenes/css/iconos/icon-graficas.png');
    box-shadow: 0 1px 4px rgba(0,0,0,0.15);
    display: inline-block;
    height: 24px;
    margin-right: 10px;
    width: 24px;
}

.graf-line {
    background-position: -56px 0 !important;
}

.graf-bar, .graf-piebar {
    background-position: -84px 0 !important;
}

.graf-bar-error {
    background-position: -28px 0 !important;
}

.graf-bar-error {
    background-position: -28px 0 !important;
}

.graf-pie,.graf-reg {
    background-position: 0 0 !important;
    box-shadow: 0 0px 2px rgba(0,0,0,0.15);
    display: inline-block;
    float: right;
    height: 14px;
    margin-left: 7px;
    margin-top: 2px;
    width: 14px;
}

.graf-reg {
    background: url('http://imareal.uca.es/imagenes/css/iconos/icon-graf-rlp.png');
}

.graf-pie {
    background: url('http://imareal.uca.es/imagenes/css/iconos/icon-graf-pie.png');
}

.graf-line:hover {
    background-position: -56px -24px !important;
}

.graf-bar:hover, .graf-piebar:hover {
    background-position: -84px -24px !important;
}

.graf-bar-error:hover {
    background-position: -28px -24px !important;
}

.graf-line-error:hover {
    background-position: 0 -24px !important;
}

.graf-reg:hover {
    background-position: 0 -14px !important;
}

.graf-pie:hover {
    background-position: 0 -14px !important;
}

.lnq {
    display: none;
}

.buttonsGraficas span {
    margin-right: 10px;
}

.infFil {
    color: #686868;
    font-size: 13px;
    margin-left: 10px;
}

.infFil:hover {
    color: #1890CC;
    cursor: pointer;
}

.filtrosAdic {
    background: #FFFFFF;
    border-bottom: 1px solid rgba(24, 144, 204, 0.2);
    border-top: 1px solid rgba(24, 144, 204, 0.2);
    display: none;
    left: 0;
    padding: 7px;
    position: absolute;
    top: 34px;
    width: calc(100% - 14px);
    z-index: 9;
}

.filtrosAdic li {
    float: none;
    margin: 0px 0 12px 11px;
}

.filtrosAdic li:last-child {
    margin-bottom: 1px !important;
}

.filtrosAdic li span:nth-child(2) {
    color: #1890CC;
    margin-left: 6px;
}

.icon-media {
    border-top: 1px solid #1890CC;
}

.tablaManual {
    margin-bottom: -10px !important;
}

.tablaManual td {
    padding: 1px 5px;
    display: inline;
}

#ulManual li{
    float: left;
    list-style: none;
    margin: 5px;
}

#ulManual li span:nth-child(2) {
    color: #1890CC;
    margin-left: 6px;
}

#wGrafica {
    min-width: 900px;
    max-width: 1100px;
}

#canvas_holder{
    position: fixed;
    top: 0px;
    left: 0px;
    width:100%;
    height:100%;
    z-index: 0;
}

#map_canvas{
    width:100%;
    height:100%;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

#wHome {
    margin-left: auto;
    margin-right: auto;
    margin-top: 90px;
    width: 980px;
}

#wHome h2 {
    border-bottom:  1px solid rgba(24,144,224,0.15);
    color: #1890CC;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

#wHome h3 {
    border-bottom:  1px solid rgba(24,144,224,0.15);
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 15px;
}

#secc {
    margin: 20px auto 0;
    padding-left: 10px;
    width: 590px;
}

#secc div {
    background: white;
    border-radius: 3px;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.15);
    float: left;
    list-style: none;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 15px;
    width: 250px;
}

#secc h4{
    color: #1890CC;
    font-size: 18px;
    font-weight: 400;
}

#secc p {
    border-bottom: 1px solid rgba(24,144,224, 0.15);
    border-top: 1px solid rgba(24,144,224, 0.15);
    font-size: 16px;
    margin: 7px auto;
    padding: 7px 0;
}

#secc a {
    color: #1890CC;
    float: right;
    font-size: 16px;
    margin-bottom: -5px;
    text-decoration: none;
}

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

#secc a:visited {
    color: #1890CC;
}

#itms_secc li:last-child {
    margin-bottom: 4px !important;
}

#itms_secc li:first-child {
    font-size: 16px;
    text-transform: uppercase;
}

#itms_secc li {
    display: flex;
    list-style: none;
    margin: 12px auto;
}

#itms_secc li a{
    float: left !important;

}

#history {
    border-left: 1px solid rgba(24,144,224, 0.15);
    margin-left: 10px;
    padding-left: 10px;
    position: absolute !important;
    width: 396px !important;
}

#history h3 {
    margin-bottom: 0 !important;
    margin-top: -8px;
    padding-bottom: 0 !important;
}

#history a {
    color: #A8A8A8;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin-left: 10px;
    margin-top: 6px;
    padding: 2px 3px;
    text-decoration: none;
}

#history a:hover {
    background: #f1f1f1;
    border-radius: 3px;
}

#history ul li {
    list-style: none;
    padding: 5px;
}

#history ul li:nth-child(even) {
    background: #f1f1f1;
}