/* estilo general */

/* fuente */
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);*/

/* elementos del formulario */
html {
	font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	color: #333;
    font-size: 15px;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input,
select[multiple],
textarea {
    background-image: none;
}

a {
    color: #428bca;
    text-decoration: none;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 2cm .5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

.lead {
    margin-bottom: 20px;
    font-size: 16.099999999999998px;
    font-weight: 200;
    line-height: 1.4;
}

@media (min-width:768px) {
    .lead {
        font-size: 21px;
    }
}

small {
    font-size: 85%;
}

cite {
    font-style: normal;
}

.text-muted {
    color: #999999;
}

.text-primary {
    color: #428bca;
}

.text-warning {
    color: #c09853;
}

.text-danger {
    color: #b94a48;
}

.text-success {
    color: #468847;
}

.text-info {
    color: #3a87ad;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 500;
    line-height: 1.1;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1,
.h1 {
    font-size: 36px;
}

h2,
.h2 {
    font-size: 30px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

h1 small,
.h1 small {
    font-size: 24px;
}

h2 small,
.h2 small {
    font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
    font-size: 14px;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.428571429;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* container */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

/* row */
.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

/* columnas */
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
    float: left;
}

.col-xs-1 {
    width: 8.333333333333332%;
}

.col-xs-2 {
    width: 16.666666666666664%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

.col-xs-5 {
    width: 41.66666666666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.333333333333336%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333333333334%;
}

.col-xs-11 {
    width: 91.66666666666666%;
}

.col-xs-12 {
    width: 100%;
}

@media (min-width:768px) {
    .container {
        max-width: 750px;
    }
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11 {
        float: left;
    }
    .col-sm-1 {
        width: 8.333333333333332%;
    }
    .col-sm-2 {
        width: 16.666666666666664%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333333333333%;
    }
    .col-sm-5 {
        width: 41.66666666666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.333333333333336%;
    }
    .col-sm-8 {
        width: 66.66666666666666%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333333333334%;
    }
    .col-sm-11 {
        width: 91.66666666666666%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-push-1 {
        left: 8.333333333333332%;
    }
    .col-sm-push-2 {
        left: 16.666666666666664%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-4 {
        left: 33.33333333333333%;
    }
    .col-sm-push-5 {
        left: 41.66666666666667%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-7 {
        left: 58.333333333333336%;
    }
    .col-sm-push-8 {
        left: 66.66666666666666%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-10 {
        left: 83.33333333333334%;
    }
    .col-sm-push-11 {
        left: 91.66666666666666%;
    }
    .col-sm-pull-1 {
        right: 8.333333333333332%;
    }
    .col-sm-pull-2 {
        right: 16.666666666666664%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-4 {
        right: 33.33333333333333%;
    }
    .col-sm-pull-5 {
        right: 41.66666666666667%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-7 {
        right: 58.333333333333336%;
    }
    .col-sm-pull-8 {
        right: 66.66666666666666%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-10 {
        right: 83.33333333333334%;
    }
    .col-sm-pull-11 {
        right: 91.66666666666666%;
    }
    .col-sm-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-sm-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 970px;
    }
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11 {
        float: left;
    }
    .col-md-1 {
        width: 8.333333333333332%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333333333333%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-8 {
        width: 66.66666666666666%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333333333334%;
    }
    .col-md-11 {
        width: 91.66666666666666%;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-push-1 {
        left: 8.333333333333332%;
    }
    .col-md-push-2 {
        left: 16.666666666666664%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-4 {
        left: 33.33333333333333%;
    }
    .col-md-push-5 {
        left: 41.66666666666667%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-7 {
        left: 58.333333333333336%;
    }
    .col-md-push-8 {
        left: 66.66666666666666%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-10 {
        left: 83.33333333333334%;
    }
    .col-md-push-11 {
        left: 91.66666666666666%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-pull-1 {
        right: 8.333333333333332%;
    }
    .col-md-pull-2 {
        right: 16.666666666666664%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-4 {
        right: 33.33333333333333%;
    }
    .col-md-pull-5 {
        right: 41.66666666666667%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-7 {
        right: 58.333333333333336%;
    }
    .col-md-pull-8 {
        right: 66.66666666666666%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-10 {
        right: 83.33333333333334%;
    }
    .col-md-pull-11 {
        right: 91.66666666666666%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1000px;
    }
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11 {
        float: left;
    }
    .col-lg-1 {
        width: 8.333333333333332%;
    }
    .col-lg-2 {
        width: 16.666666666666664%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333333333333%;
    }
    .col-lg-5 {
        width: 41.66666666666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.333333333333336%;
    }
    .col-lg-8 {
        width: 66.66666666666666%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333333333334%;
    }
    .col-lg-11 {
        width: 91.66666666666666%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-push-1 {
        left: 8.333333333333332%;
    }
    .col-lg-push-2 {
        left: 16.666666666666664%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-4 {
        left: 33.33333333333333%;
    }
    .col-lg-push-5 {
        left: 41.66666666666667%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-7 {
        left: 58.333333333333336%;
    }
    .col-lg-push-8 {
        left: 66.66666666666666%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-10 {
        left: 83.33333333333334%;
    }
    .col-lg-push-11 {
        left: 91.66666666666666%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-pull-1 {
        right: 8.333333333333332%;
    }
    .col-lg-pull-2 {
        right: 16.666666666666664%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-4 {
        right: 33.33333333333333%;
    }
    .col-lg-pull-5 {
        right: 41.66666666666667%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-7 {
        right: 58.333333333333336%;
    }
    .col-lg-pull-8 {
        right: 66.66666666666666%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-10 {
        right: 83.33333333333334%;
    }
    .col-lg-pull-11 {
        right: 91.66666666666666%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-lg-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

/* tabla */
table {
    max-width: 100%;
    background-color: transparent;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table thead>tr>th,
.table tbody>tr>th,
.table tfoot>tr>th,
.table thead>tr>td,
.table tbody>tr>td,
.table tfoot>tr>td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}

.table caption+thead tr:first-child th,
.table colgroup+thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption+thead tr:first-child td,
.table colgroup+thead tr:first-child td,
.table thead:first-child tr:first-child td {
    border-top: 0;
}

.table tbody+tbody {
    border-top: 2px solid #dddddd;
}

.table .table {
    background-color: #ffffff;
}

/* inputs */

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

select[multiple],
select[size] {
    height: auto;
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}

/* nav */
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav>li {
    position: relative;
    display: block;
}

@-ms-viewport {
    width: device-width;
}

@media screen and (max-width:400px) {
    @-ms-viewport {
        width: 320px;
    }
}

img {
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

/* page-content */
#page-content {
    position: relative;
	margin-top:80px;
}

/* navbar */

@media (min-width: 768px) {
    .navbar>.container .navbar-brand {
        margin-left: -15px;
        padding: 22px 15px;
        font-size: 18px;
        line-height: 20px;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        padding: 7px;
        min-height: 66px;
    }
}

.navbar {
    opacity: .98;
    overflow: hidden;
    background: #fff;
    margin-bottom: 0;
    border: none;
}

/* z-accordion */
.z-accordion> section > h3 {
    font-size: 14px;
}

z-accordion.vertical.z-content-nav > section > h3 {
    font-size: 14px;
}


.ie7 .navbar.docs .nav {
    top: 0;
}

.ie7 .headline {
    top: -32px;
}

.z-slider-wrapper,
.z-accordion,
.z-accordion > .z-section,
.z-accordion > .z-section > .z-header,
.z-accordion > .z-section > .z-header > .z-title,
.z-accordion > .z-section > .z-header > .z-arrow,
.z-accordion > .z-section > .z-content {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0;
    margin: 0;
}

.z-slider-wrapper,
.z-accordion,
.z-accordion:before,
.z-accordion:after {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.z-accordion > .z-section > .z-header {
    position: relative;
    margin: 0;
    display: block;
    color: #666;
    font-weight: normal;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

.z-accordion > .z-section > .z-header .z-arrow {
    position: absolute;
	/*
    background: url(../img/zozo-accordion.png) no-repeat top left;
	*/
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    opacity: 0.25;
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -webkit-transition: all 0.2s ease-in-out;
}

.z-accordion > .z-section.z-active > .z-header > .z-arrow,
.z-accordion > .z-section > .z-header:hover > .z-arrow {
    opacity: 1;
}

.z-accordion > .z-section > .z-header > .z-arrow.z-loading {
    background: url(../ui/accordion/img/zozo-accordion-loading.gif);
    height: 16px;
    width: 16px;
}

.z-accordion > .z-section > .z-content {
    background: white;
}

.z-accordion.vertical {
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.z-accordion.vertical > .z-section > .z-header {
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    padding: 0 1em;
}

.z-accordion > .z-section > .z-header.z-focus {
    z-index: 9999 !important;
}

.z-accordion.z-focus,
.z-accordion.vertical > .z-section > .z-header.z-focus,
.z-accordion.horizontal > .z-section > .z-header.z-focus .z-title {
    font-weight: bold !important;
    color: black;
    background-color: white !important;
    background: white !important;
    border-bottom: 2px solid red !important;
}

.z-accordion.vertical > .z-section > .z-header > .z-arrow {
    right: 14px;
    top: 50%;
}

.z-accordion.vertical > .z-section > .z-header > .z-arrow.z-loading {
    margin-top: -8px;
}

.z-accordion.vertical > .z-section.z-active > .z-header {
    font-weight: bold;
}

.z-accordion.vertical > .z-section.z-active > .z-header > .z-arrow,
.z-accordion.vertical > .z-section > .z-header:hover > .z-arrow {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 14px;
}

.z-accordion.vertical > .z-section > .z-content {
    display: none;
}

.z-accordion.transition.vertical > .z-section > .z-content {
	display: block !important;
    height: 0px;
    overflow: hidden;
    display: block!important;
}

.z-accordion.transition.vertical.z-grouped.z-bordered > .z-section > .z-content,
.z-accordion.transition.vertical.z-ungrouped.z-bordered > .z-section > .z-content {
    border-bottom-width: 0;
}

.z-accordion.transition.vertical > .z-section > .z-content > .z-auto-g {
    padding: 20px 15px 10px 15px;
}

.z-slider-wrapper > .z-accordion.transition.vertical > .z-section > .z-content > .z-auto-g {
    padding: 0;
}

.z-accordion.transition.vertical.z-grouped.z-bordered > .z-section.z-active > .z-content,
.z-accordion.transition.vertical.z-ungrouped.z-bordered > .z-section.z-active > .z-content {
    border-bottom-width: 1px;
}

.z-accordion.horizontal {
    position: relative;
    overflow: hidden;
    height: 100%;
    background: #FFF;
}

.z-accordion.horizontal > .z-section > .z-header {
    position: absolute;
    background: #FFF;
    z-index: 20;
    top: 0;
    left: 0;
    width: 320px;
    height: 50px;
    line-height: 49px;
    font-size: 16px;
    text-align: right;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateX(-100%) rotate(-90deg);
    -webkit-transform-origin: right top;
    -moz-transform: translateX(-100%) rotate(-90deg);
    -moz-transform-origin: right top;
    -o-transform: translateX(-100%) rotate(-90deg);
    -o-transform-origin: right top;
    transform: translateX(-100%) rotate(-90deg);
    transform-origin: right top;
    bottom: 0;
}

.z-accordion.horizontal > .z-section {
    display: inline;
    overflow: hidden;
    height: 100%;
    position: absolute;
    background: #FFF;
}

.z-accordion.horizontal > .z-section.z-active > .z-header {
    cursor: default;
}

.z-accordion.horizontal > .z-section > .z-header .z-title {
    display: block;
    padding-right: 5%;
    text-align: right;
    height: 49px;
    line-height: 48px;
    white-space: nowrap;
    -webkit-transition: all 0.25s ease-out;
}

.z-accordion.horizontal > .z-section > .z-header .z-arrow {
    left: 14px;
    left: 6%;
    z-index: 20;
    top: 50%;
    display: inline-block;
}

.z-accordion.horizontal > .z-section > .z-header > .z-arrow.z-loading {
    margin-left: -4px;
    margin-top: -8px;
}

.z-accordion.horizontal > .z-section.z-active > .z-header > .z-arrow,
.z-accordion.horizontal > .z-section > .z-header:hover > .z-arrow {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.z-accordion.horizontal > .z-section > .z-content {
    height: 96%;
    position: absolute;
    top: 0;
    overflow: hidden;
    background: white;
    margin: 6px 0 0 0;
    height: 100%;
    margin: 0;
    bottom: 0;
    left: 48px;
    right: 0;
}

.z-accordion.horizontal > .z-section > .z-content > div {
    padding: 10px 10px 0px 10px;
}

.z-accordion.horizontal > .z-section.z-active > .z-content {
    height: 100%;
}

.z-accordion.horizontal > section.z-active.z-last > .z-content {
    height: 96%;
    margin: 6px 0 0 0;
    height: 100%;
    margin: 0;
}

.z-accordion.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

.z-accordion.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border: thin solid rgba(0, 0, 0, 0.1);
}

.z-accordion.z-scrollable > .z-section.z-active .z-content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border: thin solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1) inset;
}

.z-accordion.horizontal.z-scrollable > .z-section.z-active > .z-content:hover,
.z-accordion.horizontal.z-scrollable > .z-section.z-active > .z-content > div:hover,
.z-accordion.vertical.z-scrollable > .z-section.z-active > .z-content:hover {
    overflow: auto;
}

.z-accordion.z-scrollable > .z-section.z-active > .z-content,
.z-accordion.z-scrollable > .z-section.z-active > .z-content > div {
    overflow: hidden;
}

.z-accordion.horizontal.z-shadows {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 3px rgba(111, 111, 111, .25);
}

.z-accordion.z-shadows.vertical.z-grouped {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 3px rgba(111, 111, 111, .25);
}

.z-accordion.vertical.z-ungrouped.z-shadows > .z-section {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 3px rgba(111, 111, 111, .25);
}

.z-accordion,
.z-accordion > .z-section,
.z-accordion > .z-section > .z-header,
.z-accordion > .z-section > .z-header .z-title,
.z-accordion > .z-section > .z-content {
    border-width: 0;
    border-style: solid;
    border-color: #B4B4B4;
    border-color: #CECECE;
    border-color: rgba(0, 0, 0, 0.275);
}

.z-accordion.vertical.z-grouped.z-bordered > .z-section > .z-header {
    border-width: 1px;
    margin-top: -1px;
}

.z-accordion.vertical.z-grouped.z-bordered > .z-section.z-first > .z-header {
    border-top-width: 1px;
}

.z-accordion.vertical.z-grouped.z-bordered > .z-section.z-last > .z-header {
    border-bottom-width: 1px;
}

.z-accordion.vertical.z-grouped.z-bordered > .z-section > .z-content {
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
}

.z-accordion.vertical.z-ungrouped > .z-section {
    margin: 5px 0;
}

.z-accordion.vertical.z-ungrouped.z-bordered > .z-section > .z-header {
    border-width: 1px;
}

.z-accordion.vertical.z-ungrouped.z-bordered > .z-section > .z-content {
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
}

.z-accordion.horizontal.z-bordered {
    border-width: 1px;
}

.z-accordion.horizontal.z-bordered > .z-section > .z-header > .z-title {
    border-width: 1px 0 1px 0;
}

.z-accordion.horizontal.z-bordered > .z-section.z-last > .z-header > .z-title {
    border-bottom-width: 0;
}

.z-accordion.horizontal.z-bordered > .z-section.z-first > .z-header > .z-title {
    border-top: none;
}

.z-accordion.horizontal.z-bordered > .z-section.z-active.z-last > .z-header > .z-title {
    border-bottom-width: 1px;
}

/* z-accordion color en uso */

.z-accordion.silver.z-bordered,
.z-accordion.silver.z-bordered > .z-section > .z-header,
.z-accordion.silver.z-bordered > .z-section > .z-header > .z-title,
.z-accordion.silver.z-bordered > .z-section > .z-content {
    border-color: #C3C3C3;
    border-color: #CECECE;
}

.z-accordion.silver.vertical > .z-section > .z-header,
.z-accordion.silver.horizontal > .z-section > .z-header > .z-title {
    color: #444;
    background-color: #F2F0F0;
}

.ie7 .z-accordion.silver.horizontal > .z-section > .z-header .z-arrow,
.ie8 .z-accordion.silver.horizontal > .z-section > .z-header .z-arrow,
.ie7 .z-accordion.silver.horizontal > .z-section > .z-header > .z-title,
.ie8 .z-accordion.silver.horizontal > .z-section > .z-header > .z-title {
    filter: none;
    background-color: #F2F0F0;
}

.ie7 .z-accordion.silver.vertical > .z-section > .z-header,
.ie8 .z-accordion.silver.vertical > .z-section > .z-header {
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FDFCFC', endColorstr='#FBF9F9');
}


.z-accordion.vertical > .z-section > .z-header > .z-title2 {
    background-color: none !important;
    background: none !important;
    box-shadow: none;
}

.ie7 .z-accordion.horizontal > .z-section > .z-header > .z-title,
.ie7 .z-accordion.vertical > .z-section > .z-header,
.ie8 .z-accordion.horizontal > .z-section > .z-header > .z-title,
.ie8 .z-accordion.vertical > .z-section > .z-header {
    zoom: 1;
}

.ie7 .z-accordion.horizontal.z-bordered > .z-section > div,
.ie8 .z-accordion.horizontal.z-bordered > .z-section > div {
    border-left-width: 1px;
}

.ie7 .z-accordion.horizontal > .z-section > .z-header {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3)
}

.ie8 .z-accordion.horizontal > .z-section > .z-header {
    filter: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -ms-transform: none;
}

.ie9 .z-accordion.horizontal > .z-section > .z-header {
    filter: none;
    -ms-filter: none;
    -ms-transform: translateX(-100%) rotate(-90deg);
    -ms-transform-origin: right top;
}

.ie .z-accordion.horizontal > .z-section > .z-header {
    height: 50px;
}

.ie .z-accordion.horizontal > .z-section > .z-header > .z-title {
    height: 48px;
}

.ie .z-accordion.vertical > .z-section > .z-header {
    height: 1%;
}

.ie8 .z-accordion.horizontal {
    padding-right: 1px;
}

.z-accordion.z-ungrouped.z-rounded > .z-section {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.z-accordion.z-ungrouped.z-rounded > .z-section > .z-header {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.z-accordion.z-ungrouped.z-rounded > .z-section > .z-content {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.z-accordion.z-ungrouped.z-rounded > .z-section.z-active {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.z-accordion.z-ungrouped.z-rounded > .z-section.z-active > .z-header {
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.z-accordion.z-ungrouped.z-rounded > .z-section.z-active > .z-content {
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.z-accordion.z-grouped.z-rounded {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.z-accordion.z-grouped.z-rounded > .z-section:last-child .z-content {
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.z-accordion.z-grouped.z-rounded > .z-section:first-child,
.z-accordion.z-grouped.z-rounded > .z-section:first-child h3 {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.z-accordion.z-grouped.z-rounded > .z-section:last-child,
.z-accordion.z-grouped.z-rounded > .z-section:last-child h3 {
    -moz-border-radius: 0 0px 5px 5px;
    -webkit-border-radius: 0 0px 5px 5px;
    border-radius: 0 0px 5px 5px;
}

.z-accordion.z-grouped.z-rounded > .z-section.z-active:last-child,
.z-accordion.z-grouped.z-rounded > .z-section.z-active:last-child h3 {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.z-accordion.horizontal.z-rounded {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.z-accordion.horizontal.z-rounded section.z-active:last-child .z-content {
    border-radius: 0px 5px 5px 0px;
}

.z-accordion.horizontal.z-rounded > .z-section:first-child > .z-header,
.z-accordion.horizontal.z-rounded > .z-section:first-child h3 > .z-title {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.z-accordion.horizontal.z-rounded > .z-section:last-child > .z-header,
.z-accordion.horizontal.z-rounded > .z-section:last-child .z-title {
    -moz-border-radius: 0 0px 5px 5px;
    -webkit-border-radius: 0 0px 5px 5px;
    border-radius: 0 0px 5px 5px;
}

.z-accordion.horizontal.z-rounded > .z-section.z-active:last-child > .z-header,
.z-accordion.horizontal.z-rounded > .z-section.z-active:last-child > .z-header > .z-title {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.z-accordion.black > .z-section > .z-header > .z-arrow {
    background-position: 0 -62px;
}

.z-accordion.clean.vertical,
.z-accordion.clean.vertical > .z-section,
.z-accordion.clean.vertical > .z-section > .z-header,
.z-accordion.clean.vertical > .z-section > .z-header .z-title,
.z-accordion.clean.vertical > .z-section > .z-content,
.z-accordion.clean.vertical.z-bordered > .z-section,
.z-accordion.clean.vertical.z-bordered > .z-section > .z-header,
.z-accordion.clean.vertical.z-bordered > .z-section > .z-content {
    border-width: 0;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.z-accordion.clean.vertical > .z-section,
.z-accordion.clean.vertical.z-ungrouped.z-bordered > .z-section {
    margin: 2px 0 2px 0;
}

.z-accordion.clean.vertical > .z-section > .z-header,
.z-accordion.clean.vertical.z-bordered > .z-section > .z-header {
    font-size: 16px;
    border-bottom: 1px solid #E7E7E7;
    border-bottom: 1px solid rgba(207, 207, 207, 0.7);
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0);
    background: white;
}

@media screen and (max-width: 320px) {
    .z-accordion > .z-section > a {
        font-size: 14px;
    }
}

.z-accordion,
.z-accordion *,
.z-accordion > .z-section,
.z-accordion > .z-section > .z-header,
.z-accordion > .z-section > .z-header > .z-title,
.z-accordion > .z-section > .z-header > .z-arrow,
.z-accordion > .z-section > .z-content {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-touch-callout: none;
    outline: none;
}


.z-accordion.z-mobile,
.z-accordion.z-mobile > .z-section,
.z-accordion.z-mobile > .z-section > .z-header,
.z-accordion.z-mobile > .z-section > .z-header > .z-title,
.z-accordion.z-mobile > .z-section > .z-header > .z-arrow,
.z-accordion.z-mobile > .z-section > .z-content {
    box-shadow: none !important;
    text-shadow: none !important;
}

.z-accordion.z-content-nav.vertical > .z-section > .z-content > .z-auto-g {
    padding: 0;
}

.z-accordion.z-content-nav,
.z-accordion.z-content-nav > .z-section > .z-content {
    background: none;
}

.z-accordion > .z-section > .z-header {
    font-size: 1.1em;
}

.z-accordion.silver > .z-section > .z-header a {
    color: #444;
}

.z-accordion-loading {
    position: relative;
    width: 100%;
    min-height: 120px;
}

.z-accordion-loading > * {
    display: none;
}

.z-accordion-loading > .z-spinner,
.z-accordion-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    text-indent: -999em;
    display: block;
    width: 55px;
    height: 55px;
    margin: -28px 0 0 -50px;
    padding: 24px;
    background: rgb(255, 255, 255) url(../ui/accordion/img/zozo-accordion-loading-lg.gif) no-repeat 50% 50%;
}

.z-accordion-loading.z-rounded .z-spinner {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/* f-*/

.f-center {
    text-align: center;
}

.f-page .f-section.f-bordered {
    border-bottom: 1px dotted rgba(175, 175, 175, 0.75);
}

.f-page .f-section.f-no-top-border {
    border-top-width: 0;
}

.f-page .f-section.f-no-borders {
    border-width: 0;
}

.f-page .f-section.f-no-bottom-border {
    border-bottom-width: 0;
}


.z-content ul li {
    padding-left: 1.9em;
}



/* CSS PERSONALIZADO */

.numerocirculo {
	border:2px solid #00aae7;
	border-radius:25px;
	width:50px;
	height:50px;
	font-size:27px;
	text-align:center;
	line-height:45px;
	margin: 0 auto;
	margin-bottom:20px;
}
.listadolugares {
	max-height:351px;
	overflow:auto;
}

.listadolugares ul{
	list-style-type: none;	
	margin-bottom:0px;
	padding:0;
}

.listadolugares ul li {
	border-top:1px solid #d3d3d3;
	height:40px;
	font-size:16px;
}

.listadolugares ul li:hover{
	background-color:#fafafa;
	cursor:pointer;
}

.listadohoras {
	max-height:351px;
	overflow:auto;
}

.listadohoras ul{
	list-style-type: none;	
	margin-bottom:0px;
}

.listadohoras ul li {
	border-top:1px solid #d3d3d3;
	height:40px;
	font-size:16px;
}

.listadohoras ul li:hover{
	background-color:#fafafa;
	cursor:pointer;
}

.lugardir {
	float:left;
	line-height:40px;
}

.lugargeo {
	float:right;
	padding:10px 10px 0px 0px;
}

.middlehora {
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-top: medium none !important;
}
.tablahoras tbody tr td{
	border-top: medium none !important;
	line-height:40px !important;
	padding:0px !important;
}

.tablahoras tbody tr td div{
	border-bottom: 1px solid #d3d3d3;
	height:40px;
	margin:0 auto;
	width:85%;
}

.tablahoras tbody tr td div:hover{
	background-color:#fafafa;
	cursor:pointer;
}

.tituloresponsive {
	font-weight:300;
	position:relative;
}

.botmodificar {
	background-color:#6d6d6d;
	color:#fff;
	padding:5px 10px;
	bottom:10px;
	position:absolute;
	left:16px;
}

.tituloresponsive_tit {
	margin-bottom:30px;
}

.tituloresponsive_ugl, .tituloresponsive_hora {
	font-size:33px;
	line-height:40px;
}

.tituloresponsive_dia_n {
	font-size:33px;
	line-height:40px;
}

.tituloresponsive_ugl_n {
	font-size:20px;
}

.tituloresponsive_ugl_dir {
	font-size:20px;
	margin-top:20px;
}

.tituloresponsive_ugl_mes {
	font-size:20px;
}

.tituloresponsive_de {
	font-size:15px;
}

@media (min-width: 721px) {
	.tituloresponsive {
		transform:translateY(-27%) translateX(61%) rotate(90deg);
		width:47%;
		text-align:center;
		height:275px;
		white-space:normal;
		line-height:22px;
		padding:10px;
	}
}

@media (min-width: 992px) {
	.tituloresponsive {
		transform:translateY(-27%) translateX(61%) rotate(90deg);
		width:47%;
		text-align:center;
		height:370px;
		white-space:normal;
		line-height:22px;
		padding:10px;
	}
}

@media (max-width: 992px) {
	.fc-calendar-container {
	height: 200px !important;
	padding: 15px !important;
	}
	.botmodificar {
		left:11px;
	}
	.tituloresponsive_tit {
	margin-bottom:10px;
	}

	.tituloresponsive_ugl {
		font-size:23px;
	}
	
	.tituloresponsive_hora {
		font-size:23px;
	}
	
	.tituloresponsive_dia_n {
		font-size:23px;
	}

	.tituloresponsive_ugl_n {
		font-size:20px;
	}

	.tituloresponsive_ugl_dir {
		font-size:12px;
		margin-top:10px;
		line-height:16px;
	}

	.tituloresponsive_ugl_mes {
		font-size:18px;
	}

	.tituloresponsive_de {
		font-size:15px;
	}
}

@media (min-width: 1200px) {
	.tituloresponsive {
		height:394px;
	}
}

@media (max-width:720px) {
	.numerocirculo {
		border: 2px solid #00aae7;
		border-radius: 15px;
		font-size: 24px;
		height: 30px;
		line-height: 27px;
		text-align: center;
		width: 30px;
		float:left;
		margin:4px 10px 0px 0px;
	}
	
	
	.botmodificar {
		float:right;
		position:relative;
		padding:0px 10px;
		margin-top:15px;
		margin-right:5px;
		line-height:30px;
		height:30px;
	}
	
	.tituloresponsive_tit {
	margin-bottom:0px;
	float:left;
	}

	.tituloresponsive_ugl {
		font-size:20px;
		float:left;
		border-left:1px solid #d3d3d3 !important;
		border-right:1px solid #d3d3d3 !important;
		margin-left:10px;
		padding-left:10px;
		margin-right:10px;
		padding-right:10px;
		margin-bottom:0px;
	}
	
	.tituloresponsive_hora {
		font-size:20px;
		float:left;
		border-left:1px solid #d3d3d3 !important;
		border-right:1px solid #d3d3d3 !important;
		margin-left:10px;
		padding-left:10px;
		margin-right:10px;
		padding-right:10px;
		margin-bottom:0px;
	}
	
	.tituloresponsive_dia_n {
		font-size:20px;
		float:left;
		border-left:1px solid #d3d3d3 !important;
		margin-left:10px;
		padding-left:10px;
		margin-right:10px;
		padding-right:0px;
		margin-bottom:0px;
	}

	.tituloresponsive_ugl_n {
		display:none;
	}

	.tituloresponsive_ugl_dir {
		font-size:12px;
		margin-top:10px;
		line-height:20px;
		float:left;
	}

	.tituloresponsive_ugl_mes {
		font-size:18px;
		border-right:1px solid #d3d3d3 !important;
		float:left;
		padding-right:10px;
		margin-bottom:0px;
	}

	.tituloresponsive_de {
		font-size:15px;
		margin-right:10px;
		float:left;
		margin-bottom:0px;
	}
	.z-accordion.transition.vertical > .z-section > .z-content > .z-auto-g {
		padding-top:0px !important;
	}
}


@media (max-width:645px) {
	.tituloresponsive_ugl_dir {
		display:none;
	}
	.tituloresponsive_ugl {
		margin-right:0;
	}
	.tituloresponsive_hora {
		margin-right:0;
	}
}

@media (max-width:480px) {
	.tituloresponsive_de {
		display:none;
	}
}

@media (max-width:445px) {
	.tituloresponsive_ugl {
		display:none;
	}
	.tituloresponsive_hora {
		display:none;
	}
	.tituloresponsive_de {
		display:none;
	}
	.tituloresponsive_ugl_mes {
		display:none;
	}
	.tituloresponsive_dia_n {
		display:none;
	}
}


/* z-accordion agregado */
.z-accordion.transition.vertical > .z-section > .z-content {
    display: block !important;
    height: 0;
    overflow: hidden;
    width: 100%;
}
.z-accordion.vertical > .z-section > .z-content {
    display: none;
}
.z-accordion, .z-accordion *, .z-accordion > .z-section, .z-accordion > .z-section > .z-header, .z-accordion > .z-section > .z-header > .z-title, .z-accordion > .z-section > .z-header > .z-arrow, .z-accordion > .z-section > .z-content {
    outline: medium none;
}
.z-accordion, .z-accordion > .z-section, .z-accordion > .z-section > .z-header, .z-accordion > .z-section > .z-header .z-title, .z-accordion > .z-section > .z-content {
    border-color: rgba(0, 0, 0, 0.275);
    border-style: solid;
    border-width: 0;
}
.z-accordion > .z-section > .z-content {
    background: white none repeat scroll 0 0;
}
.z-slider-wrapper, .z-accordion, .z-accordion > .z-section, .z-accordion > .z-section > .z-header, .z-accordion > .z-section > .z-header > .z-title, .z-accordion > .z-section > .z-header > .z-arrow, .z-accordion > .z-section > .z-content {
    box-sizing: content-box;
    margin: 0;
    padding: 0;
}
.z-accordion, .z-accordion *, .z-accordion > .z-section, .z-accordion > .z-section > .z-header, .z-accordion > .z-section > .z-header > .z-title, .z-accordion > .z-section > .z-header > .z-arrow, .z-accordion > .z-section > .z-content {
    outline: medium none;
}
/* fin z-accordion agregado */


/* hora seleccionada */
.hora-selected, .lugar-selected {
	background-color:rgba(0,170,231,0.3) !important;
}

.hora-selected, .lugar-selected:hover {
	background-color: rgba (0, 170, 231, 1) !important;
}
/* fin hora seleccionada */

.margin_bottom {
    margin-bottom: 15px;
}

.margin_top {
	margin-top: 15px;
}

.float_right {
	float: right;
}

.width_100 {
    width: 100%;
}

#sec1, #sec2, #sec3, .acciones>.aceptar{display:none;}

input.error, select.error{
  border: 1px solid #f78686;
  border-radius: 3px;
}
label.error {
    display: none;
	float:left;
	width:200px;
}

/* tabla responsive */
.table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.table-condensed>thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

.table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.table-condensed>tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.table-condensed th, .table-condensed td {
    padding: 4px 5px;
}

@media only screen and (max-width: 800px) {
	
	/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc; }
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}

.form-control:focus {
	box-shadow:none;
}

.ui-widget.ui-widget-content {
	border: 0px !important;
}

.ui-datepicker {
	width:100% !important;
}

.ll-skin-turnos {
	font-size: 90%;
	width:100%;
}

.ll-skin-turnos .ui-widget {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	background: #fff;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.ll-skin-turnos .ui-datepicker {
	padding: 0;
}

.ll-skin-turnos .ui-datepicker-header {
	border: none;
	background: transparent;
	font-weight: normal;
	font-size: 15px;
}

.ll-skin-turnos .ui-datepicker-header .ui-state-hover {
	background: transparent;
	border-color: transparent;
	cursor: pointer;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.ll-skin-turnos .ui-datepicker .ui-datepicker-title {
	margin-top: .4em;
	margin-bottom: .3em;
	color: #495468;
}

.ll-skin-turnos .ui-datepicker .ui-datepicker-prev-hover,
.ll-skin-turnos .ui-datepicker .ui-datepicker-next-hover,
.ll-skin-turnos .ui-datepicker .ui-datepicker-next,
.ll-skin-turnos .ui-datepicker .ui-datepicker-prev {
	top: .9em;
	border:none;
}

.ll-skin-turnos .ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}

.ll-skin-turnos .ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}

.ll-skin-turnos .ui-datepicker .ui-datepicker-next span,
.ll-skin-turnos .ui-datepicker .ui-datepicker-prev span {
	background-image: url(images/ui-icons_777777_256x240.png);
	background-position: -32px 0;
	margin-top: 0;
	top: 0;
	font-weight: normal;
}

.ll-skin-turnos .ui-datepicker .ui-datepicker-prev span {
	background-position: -96px 0;
}

.ll-skin-turnos .ui-datepicker table {
	margin: 0;
}

.ll-skin-turnos .ui-datepicker th {
	padding: 1em 0;
	color: #ccc;
	font-size: 13px;
	font-weight: normal;
	border: none;
	border-top: 1px solid #3a414d;
}

.ll-skin-turnos .ui-datepicker td {
	background: #fff;
	border: none;
	padding: 0;
}

.ll-skin-turnos td .ui-state-default {
	background: transparent;
	border: none;
	text-align: center;
	padding: .5em;
	margin: 0;
	font-weight: normal;
	color: #00aae7;
	font-size: 16px;
}

.ll-skin-turnos .ui-state-disabled  {
	opacity: 1;
}

.ll-skin-turnos .ui-state-disabled .ui-state-default {
	color: #afafaf;
}

.ll-skin-turnos td .ui-state-active,
.ll-skin-turnos td .ui-state-hover {
	background: #beeeff;
}

label {
	font-weight:normal !important;
}

#carga {
    background-image: url(../imagenes/bg_general.png);
    background-repeat: repeat;
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

.captcha_img {
    height: 85px;
}