/*!
* jQuery Mobile 1.4.5
* Git HEAD hash: 68e55e78b292634d3991c795f06f5e37a512decc <> Date: Fri Oct 31 2014 17:33:30 UTC
* http://jquerymobile.com
*
* Copyright 2010, 2014 jQuery Foundation, Inc. and othercontributors
* Released under the MIT license.
* http://jquery.org/license
*
*/


/* Globals */
/* Font
-----------------------------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'Bebas-Neue';
    src: url('../fonts/bebas_neue/BebasNeue-Regular.otf');
}

@font-face {
    font-family: 'Bebas-Neue-Bold';
    src: url('../fonts/bebas_neue/BebasNeue-Bold.otf');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../fonts/OpenSans/OpenSans-Regular.otf');
}

@font-face {
    font-family: 'OpenSans-light';
    src: url('../fonts/OpenSans/OpenSans-Light.otf');
}

@font-face {
    font-family: 'OpenSans-light-italic';
    src: url('../fonts/OpenSans/OpenSans-LightItalic.otf');
}

@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('../fonts/OpenSans/OpenSans-Semibold.otf');
}

@font-face {
    font-family: 'OpenSans-SemiBold-italic';
    src: url('../fonts/OpenSans/OpenSans-SemiboldItalic.otf');
}




html {
	font-size: 100%;
}

body{
	visibility:hidden;
	overflow-x: hidden;
	margin:0;
	padding:0;
}

body > #page-login {
	visibility: hidden;
}

body,
input,
select,
textarea,
button,
.ui-btn {
	font-size: 1em;
	line-height: 1.3;
	   font-family: 'Bebas-Neue', sans-serif /*{global-font-family}*/;
}
legend,
.ui-input-text input,
.ui-input-search input {
	color: inherit;
	text-shadow: inherit;
}
/* Form labels (overrides font-weight bold in bars, and mini font-size) */
.ui-mobile label,
div.ui-controlgroup-label {
	font-weight: normal;
	font-size: 16px;
}
/* Separators
-----------------------------------------------------------------------------------------------------------*/
/* Field contain separator (< 28em) */
.ui-field-contain {
	border-bottom-color: #828282;
	border-bottom-color: rgba(0,0,0,.15);
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
/* Table opt-in classes: strokes between each row, and alternating row stripes */
/* Classes table-stroke and table-stripe are deprecated in 1.4. */
.table-stroke thead th,
.table-stripe thead th,
.table-stripe tbody tr:last-child {
	border-bottom: 1px solid #d6d6d6; /* non-RGBA fallback */
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.table-stroke tbody th,
.table-stroke tbody td {
	border-bottom: 1px solid #e6e6e6; /* non-RGBA fallback  */
	border-bottom: 1px solid rgba(0,0,0,.05);
}
.table-stripe.table-stroke tbody tr:last-child th,
.table-stripe.table-stroke tbody tr:last-child td {
	border-bottom: 0;
}
.table-stripe tbody tr:nth-child(odd) td,
.table-stripe tbody tr:nth-child(odd) th {
	background-color: #eeeeee; /* non-RGBA fallback  */
	background-color: rgba(0,0,0,.04);
}
/* Buttons
-----------------------------------------------------------------------------------------------------------*/
.ui-btn,
label.ui-btn {
	font-weight: bold;
	border-width: 1px;
	border-style: solid;
}
.ui-btn {
	text-decoration: none !important;
}
.ui-btn-active {
	cursor: pointer;
}
/* Corner rounding
-----------------------------------------------------------------------------------------------------------*/
/* Class ui-btn-corner-all deprecated in 1.4 */
.ui-corner-all {
	-webkit-border-radius: .6em /*{global-radii-blocks}*/;
	border-radius: .6em /*{global-radii-blocks}*/;
}
/* Buttons */
.ui-btn-corner-all,
.ui-btn.ui-corner-all,
/* Slider track */
.ui-slider-track.ui-corner-all,
/* Flipswitch */
.ui-flipswitch.ui-corner-all,
/* Count bubble */
.ui-li-count {
	-webkit-border-radius: .3125em /*{global-radii-buttons}*/;
	/*border-radius: .3125em /*{global-radii-buttons}*/;
}
/* Icon-only buttons */
.ui-btn-icon-notext.ui-btn-corner-all,
.ui-btn-icon-notext.ui-corner-all {
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
/* Radius clip workaround for cleaning up corner trapping */
.ui-btn-corner-all,
.ui-corner-all {
	-webkit-background-clip: padding;
	background-clip: padding-box;
}
/* Popup arrow */
.ui-popup.ui-corner-all > .ui-popup-arrow-guide {
	left: .6em /*{global-radii-blocks}*/;
	right: .6em /*{global-radii-blocks}*/;
	top: .6em /*{global-radii-blocks}*/;
	bottom: .6em /*{global-radii-blocks}*/;
}
/* Shadow
-----------------------------------------------------------------------------------------------------------*/
.ui-shadow {
	-webkit-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
	-moz-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
	box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
}
.ui-shadow-inset {
	-webkit-box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
	-moz-box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
	box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
}
.ui-overlay-shadow {
	-webkit-box-shadow: 0 0 12px 		rgba(0,0,0,.6);
	-moz-box-shadow: 0 0 12px 			rgba(0,0,0,.6);
	box-shadow: 0 0 12px 				rgba(0,0,0,.6);
}
/* Icons
-----------------------------------------------------------------------------------------------------------*/
.ui-btn-icon-left:after,
.ui-btn-icon-right:after,
.ui-btn-icon-top:after,
.ui-btn-icon-bottom:after,
.ui-btn-icon-notext:after {
	background-color: #000000 /*{global-icon-color}*/;
	background-color: rgba(0,0,0,0.15) /*{global-icon-disc}*/;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}
/* Alt icons */
.ui-alt-icon.ui-btn:after,
.ui-alt-icon .ui-btn:after,
html .ui-alt-icon.ui-checkbox-off:after,
html .ui-alt-icon.ui-radio-off:after,
html .ui-alt-icon .ui-checkbox-off:after,
html .ui-alt-icon .ui-radio-off:after {
	background-color: #000000 /*{global-icon-color}*/;
	background-color: rgba(0,0,0,0.15) /*{global-icon-disc}*/;
}
/* No disc */
.ui-nodisc-icon.ui-btn:after,
.ui-nodisc-icon .ui-btn:after {
	background-color: transparent;
}
/* Icon shadow */
.ui-shadow-icon.ui-btn:after,
.ui-shadow-icon .ui-btn:after {
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
	box-shadow: 0 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
}
/* Checkbox and radio */
.ui-btn.ui-checkbox-off:after,
.ui-btn.ui-checkbox-on:after,
.ui-btn.ui-radio-off:after,
.ui-btn.ui-radio-on:after {
	display: block;
	width: 18px;
	height: 18px;
	margin: -9px 2px 0 2px;
}
.ui-checkbox-off:after,
.ui-btn.ui-radio-off:after {
	filter: Alpha(Opacity=30);
	opacity: .3;
}
.ui-btn.ui-checkbox-off:after,
.ui-btn.ui-checkbox-on:after {
	-webkit-border-radius: .1875em;
	border-radius: .1875em;
}
.ui-btn.ui-checkbox-off:after {
	background-color: #666;
	background-color: rgba(0,0,0,.3);
}
.ui-radio .ui-btn.ui-radio-on:after {
	background-image: none;
	background-color: #fff;
	width: 8px;
	height: 8px;
	border-width: 5px;
	border-style: solid; 
}
.ui-alt-icon.ui-btn.ui-radio-on:after,
.ui-alt-icon .ui-btn.ui-radio-on:after {
	background-color: #000;
}
/* Loader */
.ui-icon-loading {
	background: url("images/ajax-loader.gif");
	background-size: 2.875em 2.875em;
}
/* Swatches */
/* A
-----------------------------------------------------------------------------------------------------------*/
/* Bar: Toolbars, dividers, slider track */
.ui-bar-a,
.ui-page-theme-a .ui-bar-inherit,
html .ui-bar-a .ui-bar-inherit,
html .ui-body-a .ui-bar-inherit,
html body .ui-group-theme-a .ui-bar-inherit {
	background-color: #ffc90f /*{a-bar-background-color}*/;
	border-color: #ffc90f /*{a-bar-border}*/;
	color: #000000 /*{a-bar-color}*/;
	text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 0 /*{a-bar-shadow-radius}*/ #eeeeee /*{a-bar-shadow-color}*/;
	font-weight: bold;
}
html body #calendar_reservas .ui-bar-a {
    background-color: #e9e9e9 /*{c-bar-background-color}*/;
    border-color: #dddddd /*{c-bar-border}*/;
    color: #333333 /*{c-bar-color}*/;
}
.ui-bar-a {
	border-width: 1px;
	border-style: solid;
}
/* Page and overlay */
.ui-overlay-a,
.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {
	background-color: #f9f9f9 /*{a-page-background-color}*/;
	border-color: #bbbbbb /*{a-page-border}*/;
	color: #333333 /*{a-page-color}*/;
	text-shadow: 0 /*{a-page-shadow-x}*/ 1px /*{a-page-shadow-y}*/ 0 /*{a-page-shadow-radius}*/ #f3f3f3 /*{a-page-shadow-color}*/;
}
/* Body: Read-only lists, text inputs, collapsible content */
.ui-body-a,
.ui-page-theme-a .ui-body-inherit,
html .ui-bar-a .ui-body-inherit,
html .ui-body-a .ui-body-inherit,
html body .ui-group-theme-a .ui-body-inherit,
html .ui-panel-page-container-a {
	background-color: #ffffff /*{a-body-background-color}*/;
	border-color: #dddddd /*{a-body-border}*/;
	color: #333333 /*{a-body-color}*/;
	text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #f3f3f3 /*{a-body-shadow-color}*/;
}
.ui-body-a {
	border-width: 1px;
	border-style: solid;
}
/* Links */
.ui-page-theme-a a,
html .ui-bar-a a,
html .ui-body-a a,
html body .ui-group-theme-a a {
	color: #ffc90f /*{a-link-color}*/;
	/*font-weight: bold;*/
}
.ui-page-theme-a a:visited,
html .ui-bar-a a:visited,
html .ui-body-a a:visited,
html body .ui-group-theme-a a:visited {
    color: #8c6e08 /*{a-link-visited}*/;
}
.ui-page-theme-a a:hover,
html .ui-bar-a a:hover,
html .ui-body-a a:hover,
html body .ui-group-theme-a a:hover {
	color: #FFe711 /*{a-link-hover}*/;
}
.ui-page-theme-a a:active,
html .ui-bar-a a:active,
html .ui-body-a a:active,
html body .ui-group-theme-a a:active {
	color: #ffc90f /*{a-link-active}*/;
}
/* Button up */
.ui-page-theme-a .ui-btn,
html .ui-bar-a .ui-btn,
html .ui-body-a .ui-btn,
html body .ui-group-theme-a .ui-btn,
html head + body .ui-btn.ui-btn-a,
/* Button visited */
.ui-page-theme-a .ui-btn:visited,
html .ui-bar-a .ui-btn:visited,
html .ui-body-a .ui-btn:visited,
html body .ui-group-theme-a .ui-btn:visited,
html head + body .ui-btn.ui-btn-a:visited {
	background-color: #f6f6f6 /*{a-bup-background-color}*/;
	border-color: #dddddd /*{a-bup-border}*/;
	color: #333333 /*{a-bup-color}*/;
	text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 0 /*{a-bup-shadow-radius}*/ #f3f3f3 /*{a-bup-shadow-color}*/;
}
/* Button hover */
.ui-page-theme-a .ui-btn:hover,
html .ui-bar-a .ui-btn:hover,
html .ui-body-a .ui-btn:hover,
html body .ui-group-theme-a .ui-btn:hover,
html head + body .ui-btn.ui-btn-a:hover {
	background-color: #ededed /*{a-bhover-background-color}*/;
	border-color: #dddddd /*{a-bhover-border}*/;
	color: #333333 /*{a-bhover-color}*/;
	text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #f3f3f3 /*{a-bhover-shadow-color}*/;
}
/* Button down */
.ui-page-theme-a .ui-btn:active,
html .ui-bar-a .ui-btn:active,
html .ui-body-a .ui-btn:active,
html body .ui-group-theme-a .ui-btn:active,
html head + body .ui-btn.ui-btn-a:active {
	background-color: #e8e8e8 /*{a-bdown-background-color}*/;
	border-color: #dddddd /*{a-bdown-border}*/;
	color: #333333 /*{a-bdown-color}*/;
	text-shadow: 0 /*{a-bdown-shadow-x}*/ 1px /*{a-bdown-shadow-y}*/ 0 /*{a-bdown-shadow-radius}*/ #f3f3f3 /*{a-bdown-shadow-color}*/;
}
/* Active button */
.ui-page-theme-a .ui-btn.ui-btn-active,
html .ui-bar-a .ui-btn.ui-btn-active,
html .ui-body-a .ui-btn.ui-btn-active,
html body .ui-group-theme-a .ui-btn.ui-btn-active,
html head + body .ui-btn.ui-btn-a.ui-btn-active,
/* Active checkbox icon */
.ui-page-theme-a .ui-checkbox-on:after,
html .ui-bar-a .ui-checkbox-on:after,
html .ui-body-a .ui-checkbox-on:after,
html body .ui-group-theme-a .ui-checkbox-on:after,
.ui-btn.ui-checkbox-on.ui-btn-a:after,
/* Active flipswitch background */
.ui-page-theme-a .ui-flipswitch-active,
html .ui-bar-a .ui-flipswitch-active,
html .ui-body-a .ui-flipswitch-active,
html body .ui-group-theme-a .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-a.ui-flipswitch-active,
/* Active slider track */
.ui-page-theme-a .ui-slider-track .ui-btn-active,
html .ui-bar-a .ui-slider-track .ui-btn-active,
html .ui-body-a .ui-slider-track .ui-btn-active,
html body .ui-group-theme-a .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-a .ui-btn-active {
	background-color: #ffc90f /*{a-active-background-color}*/;
	border-color: #8c6e08 /*{a-active-border}*/;
	color: #000000 /*{a-active-color}*/;
	text-shadow: 0 /*{a-active-shadow-x}*/ 1px /*{a-active-shadow-y}*/ 0 /*{a-active-shadow-radius}*/ #eeeeee /*{a-active-shadow-color}*/;
}
/* Active radio button icon */
.ui-page-theme-a .ui-radio-on:after,
html .ui-bar-a .ui-radio-on:after,
html .ui-body-a .ui-radio-on:after,
html body .ui-group-theme-a .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-a:after {
	border-color: #ffc90f /*{a-active-background-color}*/;
}
/* Focus */
.ui-page-theme-a .ui-btn:focus,
html .ui-bar-a .ui-btn:focus,
html .ui-body-a .ui-btn:focus,
html body .ui-group-theme-a .ui-btn:focus,
html head + body .ui-btn.ui-btn-a:focus,
/* Focus buttons and text inputs with div wrap */
.ui-page-theme-a .ui-focus,
html .ui-bar-a .ui-focus,
html .ui-body-a .ui-focus,
html body .ui-group-theme-a .ui-focus,
html head + body .ui-btn-a.ui-focus,
html head + body .ui-body-a.ui-focus {
	-webkit-box-shadow: 0 0 12px #ffc90f /*{a-active-background-color}*/;
	-moz-box-shadow: 0 0 12px #ffc90f /*{a-active-background-color}*/;
	box-shadow: 0 0 12px #ffc90f /*{a-active-background-color}*/;
}
/* B
-----------------------------------------------------------------------------------------------------------*/
/* Bar: Toolbars, dividers, slider track */
.ui-bar-b,
.ui-page-theme-b .ui-bar-inherit,
html .ui-bar-b .ui-bar-inherit,
html .ui-body-b .ui-bar-inherit,
html body .ui-group-theme-b .ui-bar-inherit {
	background-color: #e9e9e9 /*{b-bar-background-color}*/;
	border-color: #dddddd /*{b-bar-border}*/;
	color: #333333 /*{b-bar-color}*/;
	text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 0 /*{b-bar-shadow-radius}*/ #eeeeee /*{b-bar-shadow-color}*/;
	font-weight: bold;
}
.ui-bar-b {
	border-width: 1px;
	border-style: solid;
}
/* Page and overlay */
.ui-overlay-b,
.ui-page-theme-b,
.ui-page-theme-b .ui-panel-wrapper {
	background-color: #f9f9f9 /*{b-page-background-color}*/;
	border-color: #bbbbbb /*{b-page-border}*/;
	color: #333333 /*{b-page-color}*/;
	text-shadow: 0 /*{b-page-shadow-x}*/ 1px /*{b-page-shadow-y}*/ 0 /*{b-page-shadow-radius}*/ #f3f3f3 /*{b-page-shadow-color}*/;
}
/* Body: Read-only lists, text inputs, collapsible content */
.ui-body-b,
.ui-page-theme-b .ui-body-inherit,
html .ui-bar-b .ui-body-inherit,
html .ui-body-b .ui-body-inherit,
html body .ui-group-theme-b .ui-body-inherit,
html .ui-panel-page-container-b {
	background-color: #ffffff /*{b-body-background-color}*/;
	border-color: #dddddd /*{b-body-border}*/;
	color: #333333 /*{b-body-color}*/;
	text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #f3f3f3 /*{b-body-shadow-color}*/;
}
.ui-body-b {
	border-width: 1px;
	border-style: solid;
}
/* Links */
.ui-page-theme-b a,
html .ui-bar-b a,
html .ui-body-b a,
html body .ui-group-theme-b a {
	color: #3388cc /*{b-link-color}*/;
	font-weight: bold;
}
.ui-page-theme-b a:visited,
html .ui-bar-b a:visited,
html .ui-body-b a:visited,
html body .ui-group-theme-b a:visited {
    color: #3388cc /*{b-link-visited}*/;
}
.ui-page-theme-b a:hover,
html .ui-bar-b a:hover,
html .ui-body-b a:hover,
html body .ui-group-theme-b a:hover {
	color: #005599 /*{b-link-hover}*/;
}
.ui-page-theme-b a:active,
html .ui-bar-b a:active,
html .ui-body-b a:active,
html body .ui-group-theme-b a:active {
	color: #005599 /*{b-link-active}*/;
}
/* Button up */
.ui-page-theme-b .ui-btn,
html .ui-bar-b .ui-btn,
html .ui-body-b .ui-btn,
html body .ui-group-theme-b .ui-btn,
html head + body .ui-btn.ui-btn-b,
/* Button visited */
.ui-page-theme-b .ui-btn:visited,
html .ui-bar-b .ui-btn:visited,
html .ui-body-b .ui-btn:visited,
html body .ui-group-theme-b .ui-btn:visited,
html head + body .ui-btn.ui-btn-b:visited {
	background-color: #f6f6f6 /*{b-bup-background-color}*/;
	border-color: #dddddd /*{b-bup-border}*/;
	color: #333333 /*{b-bup-color}*/;
	text-shadow: 0 /*{b-bup-shadow-x}*/ 1px /*{b-bup-shadow-y}*/ 0 /*{b-bup-shadow-radius}*/ #f3f3f3 /*{b-bup-shadow-color}*/;
}
/* Button hover */
.ui-page-theme-b .ui-btn:hover,
html .ui-bar-b .ui-btn:hover,
html .ui-body-b .ui-btn:hover,
html body .ui-group-theme-b .ui-btn:hover,
html head + body .ui-btn.ui-btn-b:hover {
	background-color: #ededed /*{b-bhover-background-color}*/;
	border-color: #dddddd /*{b-bhover-border}*/;
	color: #333333 /*{b-bhover-color}*/;
	text-shadow: 0 /*{b-bhover-shadow-x}*/ 1px /*{b-bhover-shadow-y}*/ 0 /*{b-bhover-shadow-radius}*/ #f3f3f3 /*{b-bhover-shadow-color}*/;
}
/* Button down */
.ui-page-theme-b .ui-btn:active,
html .ui-bar-b .ui-btn:active,
html .ui-body-b .ui-btn:active,
html body .ui-group-theme-b .ui-btn:active,
html head + body .ui-btn.ui-btn-b:active {
	background-color: #e8e8e8 /*{b-bdown-background-color}*/;
	border-color: #dddddd /*{b-bdown-border}*/;
	color: #333333 /*{b-bdown-color}*/;
	text-shadow: 0 /*{b-bdown-shadow-x}*/ 1px /*{b-bdown-shadow-y}*/ 0 /*{b-bdown-shadow-radius}*/ #f3f3f3 /*{b-bdown-shadow-color}*/;
}
/* Active button */
.ui-page-theme-b .ui-btn.ui-btn-active,
html .ui-bar-b .ui-btn.ui-btn-active,
html .ui-body-b .ui-btn.ui-btn-active,
html body .ui-group-theme-b .ui-btn.ui-btn-active,
html head + body .ui-btn.ui-btn-b.ui-btn-active,
/* Active checkbox icon */
.ui-page-theme-b .ui-checkbox-on:after,
html .ui-bar-b .ui-checkbox-on:after,
html .ui-body-b .ui-checkbox-on:after,
html body .ui-group-theme-b .ui-checkbox-on:after,
.ui-btn.ui-checkbox-on.ui-btn-b:after,
/* Active flipswitch background */
.ui-page-theme-b .ui-flipswitch-active,
html .ui-bar-b .ui-flipswitch-active,
html .ui-body-b .ui-flipswitch-active,
html body .ui-group-theme-b .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-b.ui-flipswitch-active,
/* Active slider track */
.ui-page-theme-b .ui-slider-track .ui-btn-active,
html .ui-bar-b .ui-slider-track .ui-btn-active,
html .ui-body-b .ui-slider-track .ui-btn-active,
html body .ui-group-theme-b .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-b .ui-btn-active {
	background-color: #3388cc /*{b-active-background-color}*/;
	border-color: #3388cc /*{b-active-border}*/;
	color: #ffffff /*{b-active-color}*/;
	text-shadow: 0 /*{b-active-shadow-x}*/ 1px /*{b-active-shadow-y}*/ 0 /*{b-active-shadow-radius}*/ #005599 /*{b-active-shadow-color}*/;
}
/* Active radio button icon */
.ui-page-theme-b .ui-radio-on:after,
html .ui-bar-b .ui-radio-on:after,
html .ui-body-b .ui-radio-on:after,
html body .ui-group-theme-b .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-b:after {
	border-color: #3388cc /*{b-active-background-color}*/;
}
/* Focus */
.ui-page-theme-b .ui-btn:focus,
html .ui-bar-b .ui-btn:focus,
html .ui-body-b .ui-btn:focus,
html body .ui-group-theme-b .ui-btn:focus,
html head + body .ui-btn.ui-btn-b:focus,
/* Focus buttons and text inputs with div wrap */
.ui-page-theme-b .ui-focus,
html .ui-bar-b .ui-focus,
html .ui-body-b .ui-focus,
html body .ui-group-theme-b .ui-focus,
html head + body .ui-btn-b.ui-focus,
html head + body .ui-body-b.ui-focus {
	-webkit-box-shadow: 0 0 12px #3388cc /*{b-active-background-color}*/;
	-moz-box-shadow: 0 0 12px #3388cc /*{b-active-background-color}*/;
	box-shadow: 0 0 12px #3388cc /*{b-active-background-color}*/;
}


/* C
-----------------------------------------------------------------------------------------------------------*/
/* Bar: Toolbars, dividers, slider track */
.ui-bar-c,
.ui-page-theme-c .ui-bar-inherit,
html .ui-bar-c .ui-bar-inherit,
html .ui-body-c .ui-bar-inherit,
html body .ui-group-theme-c .ui-bar-inherit {
	background-color: #e9e9e9 /*{c-bar-background-color}*/;
	border-color: #dddddd /*{c-bar-border}*/;
	color: #333333 /*{c-bar-color}*/;
	text-shadow: 0 /*{c-bar-shadow-x}*/ 1px /*{c-bar-shadow-y}*/ 0 /*{c-bar-shadow-radius}*/ #eeeeee /*{c-bar-shadow-color}*/;
	font-weight: bold;
}
.ui-bar-c {
	border-width: 1px;
	border-style: solid;
}
/* Page and overlay */
.ui-overlay-c,
.ui-page-theme-c,
.ui-page-theme-c .ui-panel-wrapper {
	background-color: #f9f9f9 /*{c-page-background-color}*/;
	border-color: #bbbbbb /*{c-page-border}*/;
	color: #333333 /*{c-page-color}*/;
	text-shadow: 0 /*{c-page-shadow-x}*/ 1px /*{c-page-shadow-y}*/ 0 /*{c-page-shadow-radius}*/ #f3f3f3 /*{c-page-shadow-color}*/;
}
/* Body: Read-only lists, text inputs, collapsible content */
.ui-body-c,
.ui-page-theme-c .ui-body-inherit,
html .ui-bar-c .ui-body-inherit,
html .ui-body-c .ui-body-inherit,
html body .ui-group-theme-c .ui-body-inherit,
html .ui-panel-page-container-c {
	background-color: #ffffff /*{c-body-background-color}*/;
	border-color: #dddddd /*{c-body-border}*/;
	color: #333333 /*{c-body-color}*/;
	text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #f3f3f3 /*{c-body-shadow-color}*/;
}
.ui-body-c {
	border-width: 1px;
	border-style: solid;
}
/* Links */
.ui-page-theme-c a,
html .ui-bar-c a,
html .ui-body-c a,
html body .ui-group-theme-c a {
	color: #3388cc /*{c-link-color}*/;
	font-weight: bold;
}
.ui-page-theme-c a:visited,
html .ui-bar-c a:visited,
html .ui-body-c a:visited,
html body .ui-group-theme-c a:visited {
    color: #3388cc /*{c-link-visited}*/;
}
.ui-page-theme-c a:hover,
html .ui-bar-c a:hover,
html .ui-body-c a:hover,
html body .ui-group-theme-c a:hover {
	color: #005599 /*{c-link-hover}*/;
}
.ui-page-theme-c a:active,
html .ui-bar-c a:active,
html .ui-body-c a:active,
html body .ui-group-theme-c a:active {
	color: #005599 /*{c-link-active}*/;
}
/* Button up */
.ui-page-theme-c .ui-btn,
html .ui-bar-c .ui-btn,
html .ui-body-c .ui-btn,
html body .ui-group-theme-c .ui-btn,
html head + body .ui-btn.ui-btn-c,
/* Button visited */
.ui-page-theme-c .ui-btn:visited,
html .ui-bar-c .ui-btn:visited,
html .ui-body-c .ui-btn:visited,
html body .ui-group-theme-c .ui-btn:visited,
html head + body .ui-btn.ui-btn-c:visited {
	background-color: #f6f6f6 /*{c-bup-background-color}*/;
	border-color: #dddddd /*{c-bup-border}*/;
	color: #333333 /*{c-bup-color}*/;
	text-shadow: 0 /*{c-bup-shadow-x}*/ 1px /*{c-bup-shadow-y}*/ 0 /*{c-bup-shadow-radius}*/ #f3f3f3 /*{c-bup-shadow-color}*/;
}
/* Button hover */
.ui-page-theme-c .ui-btn:hover,
html .ui-bar-c .ui-btn:hover,
html .ui-body-c .ui-btn:hover,
html body .ui-group-theme-c .ui-btn:hover,
html head + body .ui-btn.ui-btn-c:hover {
	background-color: #ededed /*{c-bhover-background-color}*/;
	border-color: #dddddd /*{c-bhover-border}*/;
	color: #333333 /*{c-bhover-color}*/;
	text-shadow: 0 /*{c-bhover-shadow-x}*/ 1px /*{c-bhover-shadow-y}*/ 0 /*{c-bhover-shadow-radius}*/ #f3f3f3 /*{c-bhover-shadow-color}*/;
}
/* Button down */
.ui-page-theme-c .ui-btn:active,
html .ui-bar-c .ui-btn:active,
html .ui-body-c .ui-btn:active,
html body .ui-group-theme-c .ui-btn:active,
html head + body .ui-btn.ui-btn-c:active {
	background-color: #e8e8e8 /*{c-bdown-background-color}*/;
	border-color: #dddddd /*{c-bdown-border}*/;
	color: #333333 /*{c-bdown-color}*/;
	text-shadow: 0 /*{c-bdown-shadow-x}*/ 1px /*{c-bdown-shadow-y}*/ 0 /*{c-bdown-shadow-radius}*/ #f3f3f3 /*{c-bdown-shadow-color}*/;
}
/* Active button */
.ui-page-theme-c .ui-btn.ui-btn-active,
html .ui-bar-c .ui-btn.ui-btn-active,
html .ui-body-c .ui-btn.ui-btn-active,
html body .ui-group-theme-c .ui-btn.ui-btn-active,
html head + body .ui-btn.ui-btn-c.ui-btn-active,
/* Active checkbox icon */
.ui-page-theme-c .ui-checkbox-on:after,
html .ui-bar-c .ui-checkbox-on:after,
html .ui-body-c .ui-checkbox-on:after,
html body .ui-group-theme-c .ui-checkbox-on:after,
.ui-btn.ui-checkbox-on.ui-btn-c:after,
/* Active flipswitch background */
.ui-page-theme-c .ui-flipswitch-active,
html .ui-bar-c .ui-flipswitch-active,
html .ui-body-c .ui-flipswitch-active,
html body .ui-group-theme-c .ui-flipswitch-active,
html body .ui-flipswitch.ui-bar-c.ui-flipswitch-active,
/* Active slider track */
.ui-page-theme-c .ui-slider-track .ui-btn-active,
html .ui-bar-c .ui-slider-track .ui-btn-active,
html .ui-body-c .ui-slider-track .ui-btn-active,
html body .ui-group-theme-c .ui-slider-track .ui-btn-active,
html body div.ui-slider-track.ui-body-c .ui-btn-active {
	background-color: #3388cc /*{c-active-background-color}*/;
	border-color: #3388cc /*{c-active-border}*/;
	color: #ffffff /*{c-active-color}*/;
	text-shadow: 0 /*{c-active-shadow-x}*/ 1px /*{c-active-shadow-y}*/ 0 /*{c-active-shadow-radius}*/ #005599 /*{c-active-shadow-color}*/;
}
/* Active radio button icon */
.ui-page-theme-c .ui-radio-on:after,
html .ui-bar-c .ui-radio-on:after,
html .ui-body-c .ui-radio-on:after,
html body .ui-group-theme-c .ui-radio-on:after,
.ui-btn.ui-radio-on.ui-btn-c:after {
	border-color: #3388cc /*{c-active-background-color}*/;
}
/* Focus */
.ui-page-theme-c .ui-btn:focus,
html .ui-bar-c .ui-btn:focus,
html .ui-body-c .ui-btn:focus,
html body .ui-group-theme-c .ui-btn:focus,
html head + body .ui-btn.ui-btn-c:focus,
/* Focus buttons and text inputs with div wrap */
.ui-page-theme-c .ui-focus,
html .ui-bar-c .ui-focus,
html .ui-body-c .ui-focus,
html body .ui-group-theme-c .ui-focus,
html head + body .ui-btn-c.ui-focus,
html head + body .ui-body-c.ui-focus {
	-webkit-box-shadow: 0 0 12px #3388cc /*{c-active-background-color}*/;
	-moz-box-shadow: 0 0 12px #3388cc /*{c-active-background-color}*/;
	box-shadow: 0 0 12px #3388cc /*{c-active-background-color}*/;
}


/* Structure */
/* Disabled
-----------------------------------------------------------------------------------------------------------*/
/* Class ui-disabled deprecated in 1.4. :disabled not supported by IE8 so we use [disabled] */
.ui-disabled,
.ui-state-disabled,
button[disabled],
.ui-select .ui-btn.ui-state-disabled {
	filter: Alpha(Opacity=30);
	opacity: .3;
	cursor: default !important;
	pointer-events: none;
}
/* Focus state outline
-----------------------------------------------------------------------------------------------------------*/
.ui-btn:focus,
.ui-btn.ui-focus {
	outline: 0;
}
/* Unset box-shadow in browsers that don't do it right */
.ui-noboxshadow .ui-shadow,
.ui-noboxshadow .ui-shadow-inset,
.ui-noboxshadow .ui-overlay-shadow,
.ui-noboxshadow .ui-shadow-icon.ui-btn:after,
.ui-noboxshadow .ui-shadow-icon .ui-btn:after,
.ui-noboxshadow .ui-focus,
.ui-noboxshadow .ui-btn:focus,
.ui-noboxshadow  input:focus,
.ui-noboxshadow .ui-panel {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.ui-noboxshadow .ui-btn:focus,
.ui-noboxshadow .ui-focus {
	outline-width: 1px;
	outline-style: auto;
}

/* AÑADIDO */
.negrita {
    font-family: 'Bebas-Neue-Bold';
    letter-spacing: .06em;
}

.no-negrita {
    font-weight: normal!important;
}

#login-content {
    background-image: url('../img/login-cover-1000x562_opac.jpg');
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-size: auto 100%;
    background-position: 31%;
    text-align: center;
}

#login-content:before, #perfil-content:before, #reserva-content:before {
	content:"";
	position: absolute;
	display:block;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color:rgba(255,255,255,.5);
}

#login-content .form-login {
	position: relative;
}

.no-margin {
    margin: 0px;
}

.ui-footer .ui-title{
    margin: 0px;
}

.btn-default {
    font-size: 25px!important;
    border-radius: 0px;
    padding: 12px 0px 6px !important;
}

.titulo3 {
    font-size: 23px;
}

.minuscula {
    text-transform: none!important;
}

.input-login {
    padding: 13px!important;
    font-size: 18px;
}


#check-login {
    background: 
}

.degradado-corporativo {
    /*background-color: #ffc90f; */
    background: rgba(252,234,187,1);
    background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(255,201,15,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252,234,187,1)), color-stop(50%, rgba(252,205,77,1)), color-stop(51%, rgba(248,181,0,1)), color-stop(100%, rgba(255,201,15,1)));
    background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(255,201,15,1) 100%);
    background: -o-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(255,201,15,1) 100%);
    background: -ms-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(255,201,15,1) 100%);
    background: linear-gradient(to bottom, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(255,201,15,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#ffc90f', GradientType=0 );    
}

.mod-apartado{
    position: relative;
    height: 25%;
    /*background-size: cover;*/
    background-size: 100% auto;
    background-position: center;
}

#mod-perfil {
    background-image: url('../img/perfil-optimizada2.jpg');
}

#mod-comunidad {
    background-image: url('../img/comunidad-de-practic.jpg');
}

#mod-tips {
    background-image: url('../img/tips.jpg');
}

#mod-lecturas {
    background-image: url('../img/lecturasrecom.jpg');
}

.div-btn-apartado {
    position: absolute;
    color: #333;
    font-size: 24px;
    width: auto;
    padding: 10px 5px 6px;
    bottom: 0;
    width: 100%;
}

.no-padding {
    padding: 0px!important;
}

.opaco {
    background: rgba(255, 255, 255, 1);
}

.semi-transparente {
    background: rgba(255, 255, 255, 0.8)!important;
}

#principal-content{
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffc90f url('../img/background.jpg') no-repeat 0 0;
    background-size: cover;
    margin-bottom: 46px;
}

#principal-content > * {
	width:95%;
	margin-left:2.5%;
	
}
#principal-content > div:first-child {
	padding-top: 40px;
	
}

#div-perfil-general {
    height: auto;
    margin: auto;
    text-align: center;
    position: relative;
}

#div-insignias {
    height: auto;
    text-align: center;
}

#div-botones-perfil {
    height: 29%;
    text-align: center;
    margin-top: 100px;
}

#div-perfil-nombre span {    
    font-size: 21px;
}

#div-foto-perfil {
    margin: 0 auto;
    position: relative;
    top: 15px;
}

#div-datos-perfil {
    padding: 15px 10px;
}

#div-perfil-puesto {
    
}

#perfil-content {
    background-image: url('../img/fondoperfil.jpg');
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-size: auto 100%;
    background-position: center;
    height: 100%;
}

.avatar {
    /*background-image: url('../img/perfil-optimizada.jpg');*/    /* cambia estos dos valores para definir el tamaño de tu círculo */
    height: 120px;
    width: 120px;
    /* los siguientes valores son independientes del tamaño del círculo */
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    background-size: 100% auto;
    border: 2px solid white;
    z-index: 1;
}

a {
    color: #333!important;
    text-decoration: none!important;
}

.alternative-font {
    /*font-family: 'Calibri'!important;*/
    font-family: 'OpenSans-Regular'!important;
}

#lecturas-content {
    background-image: url('../img/lecturasrecom.jpg');
    background-size: cover;
    text-align: center;
}

#div-info-lecturas {
    font-size: 17px;
    text-transform: none;
    text-shadow: none;
    padding: 15px 10px;
}

#div-info-titulo {
    padding: 20px;
}

#div-titulo-lecturas {
	margin-top: 30px;
    font-size: 39px;
    color: #999;    
}

#enlace-lecturas {
	margin-bottom: 35px;
}

#historial-lecturas-content {
    background-color: #f9f9f9; 
}

#historial-tips-content {
    background-color: #f9f9f9; 
}

#tips-content {
    background-image: url('../img/tips_opt.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.texto-centrado{
    text-align: center;
}

#div-calendario { 
    text-transform: none;
    text-shadow: none;
    padding: 5px; 
}

#div-calendario-reserva { 
    text-transform: none;
    text-shadow: none;
    padding: 5px; 
    margin-top: 34px; 
    z-index:1;
    position: relative;
}

#calendar_reservas {
    visibility:hidden; 
}

#calendar .ui-listview{
	margin-top:35px;
}

#div-dia {   
    font-size: 4em;
    color: #999; 
    padding: 0px;
}

#div-mes {   
    font-size: 1.5em;  
    padding: 0px;
}

#div-tips {
    margin-top: 20px;
    height: auto;
    padding: 10px;  
}

#div-tips span {
    font-size: 23px;
}

#contactar-content {
    background-color: #f9f9f9;
    height: 100%;
}

#reserva-content {
    background-image: url('../img/coaching2.jpg');
    background-repeat: no-repeat;
    /*background-size: cover;*/
    background-size: auto 100%;
    background-position: center;
    height: 100%;
}

#admin-content {
    background-color: #f9f9f9;
    height: 100%;
}


#calendar .ui-btn {
    font-family: 'Calibri';
}

#div-calendario{
   
    
}

#lista-historial-tips .ui-listview>li h1, .ui-listview>li h2, .ui-listview>li h3, .ui-listview>li h4, .ui-listview>li h5, .ui-listview>li h6  {
	white-space: normal!important;
	text-overflow: "clip";
	overflow: "hidden";
}

.btn-corporativo:link {  
    background-color: #FFC107!important /*{a-bup-background-color}*/;
    border-color: #cd9f00!important /*{a-bup-border}*/;
    color: #cd9f00!important;
}

.btn-corporativo:visited { 
    background-color: #FFC107!important /*{a-bup-background-color}*/;
    border-color: #cd9f00!important /*{a-bup-border}*/;
    color: #cd9f00!important;
}

.ui-input-btn.btn-submit input {
	 font-size: 25px!important;   
}
 
/* jQuery Validation */
label.error { 
	float: left; 
	color: red; 
	padding-top: .5em; 
	vertical-align: top; 
	font-family: 'Calibri';
	font-weight: bold
}

/*disable dates in calendar*/
#page-reserva-sesion #calendar_reservas a.disabled {
	opacity:.5;
	cursor: default;
	pointer-events: none;
}

#btn-reserva-cita{
	display : none;
}

.verde {
	color: green;
}

.rojo {
	color: red;
}


body > #page-reserva-sesion .userInfo {
	display:none;
	position:absolute;
	text-align:center;
	left:0;
	top:43px;
	width:100%;
	min-height: 100%;
	background-color: rgba(255,255,255,1);
	z-index: 9;
	padding-bottom: 43px;
}

body > #page-reserva-form #userInfo{
	display:none;
}

body > #page-reserva-form #userInfo h2 {
	margin-top: 30px;
}

body > #page-reserva-form #userInfo .item {
	padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #ccc;
    margin-bottom: -1px;
    padding: 20px;
    position: relative;
}

body > #page-reserva-form #userInfo > h2 + .item {
	border-radius: 10px 10px 0 0;
}

body > #page-reserva-form #userInfo .item:last-child {
	border-radius: 0 0 10px 10px;
}

body > #page-reserva-form #userInfo .item h3 {
	margin: 0
}

body > #page-reserva-form #userInfo .item h3 + p {
    margin: .2em 0;
    font-size: 80%;
}
body > #page-reserva-form #userInfo .item p,
body > #page-reserva-form #userInfo .item a {
    margin: .2em 0;
}
html #calendar_reservas .ui-btn.full {
	outline: 1px solid #c00;
    background-color: rgba(200,0,0,.3);
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(200,0,0,.5) 5px, rgba(200,0,0,0.5) 10px);
}
html #calendar_reservas .ui-btn.reserva:before {
	content: "";
    position: absolute;
    bottom: 2%;
    left: 0;
    width: 96%;
    margin: 0 2%;
    height: 10px;
    background-color: grey;
}
html #calendar_reservas .ui-btn.reserva:after {
	content: "";
	position: absolute;
	bottom: 3%;
	left:0;
    max-width: 94%;
    margin: 0 3%;
	height:8px;
	background-color: #c00;
}
html #calendar_reservas .ui-btn.reserva.reserva_1:after {
	width: 18%;
}
html #calendar_reservas .ui-btn.reserva.reserva_2:after {
	width: 36%;
}
html #calendar_reservas .ui-btn.reserva.reserva_3:after {
	width: 50%;
}
html #calendar_reservas .ui-btn.reserva.reserva_4:after {
	width: 68%;
}
html #calendar_reservas .ui-btn.reserva.reserva_5:after {
	width: 86%;
}
html #calendar_reservas .ui-btn.reserva.reserva_6:after {
	width: 100%;
}

/*Modificaciones Rafa*/

html > body {
    visibility: hidden;
    max-width: 1200px;
    margin: auto !important;
    background: url('/img/cargando.png');
    background-repeat: no-repeat;
    background-position: 50%; 
   /* background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAUElEQVQoU2NkYGAwBuKzQAwDID4IoIgxIikAMZE1oRiArBDdZBSNMIXoJiFbDZYDKcSmCOYimDuNSVKIzRNYrUYOFuQgweoZbIoxgoeoAAcAEckW145YH8EAAAAASUVORK5CYII=) repeat;*/
    background-color: #fdc811 !important;
    box-shadow: 0 0 15px rgba(0,0,0,.5);
}

html > body > div {
    z-index: 1;
    position: relative;
}

.ui-footer-fixed {
    outline: 1px solid #8c6e08;
    bottom: 1px !important;
}

.ui-header, .ui-footer {
    border-width: 1px 0;
    border-style: solid;
    position: relative;
    /*max-width: 1200px;*/
    margin: auto;
}

.ui-header h3 {
	margin: 0 15%;
}

body > div > .ui-header .ui-title {
    font-size: 1.4em;
    padding: .4em 0 .2em;
}

body > div .ui-btn, #div-perfil-general, #login-content .ui-checkbox {
    max-width: 700px;
    margin: auto;
}

body > div #lista-historial-tips .ui-btn, body > div #reserva-content .ui-btn,  body > div  #listalecturas .ui-btn, body > div  #pgReservasLista .ui-btn {
	max-width: 100%;
}
#pgReservasLista li > div {
	position: absolute;
    bottom: 3px;
    right: 10px;
}

#pgReservasLista li > div a.ui-icon-check:after {
	background-color: green;
}
#pgReservasLista li > div a.ui-icon-delete:after {
	background-color: red;
}

#login-content .ui-checkbox {
    margin-bottom: 10px;
}

.alternative-font {
    font-family: 'OpenSans-Light'!important;
    line-height: 1.4em;
    font-size: 1.1em;
    letter-spacing: .03em;
}

.negrita-default {
    font-family: 'OpenSans-SemiBold'!important;
}

#div-perfil-nombre .negrita-default {
	font-family: 'OpenSans-light' !important;
    font-size: 1.8em;
    line-height: 2.2em;
}

#div-botones-perfil {
    height: auto;
    text-align: center;
    margin-top: 50px;
    max-width: 450px;
    margin: auto;
    padding-bottom: 35px;
}

body .info-header {
	font-size: .8em;
    display: block;
    position: relative;
    background-color: #000;
    color: white; 
    min-height: 40px; 
   /* padding: 10px 7px 0 7px;*/
    z-index: 1;
    border-bottom: 1px solid #333;
    box-shadow: 0px 0px 5px #444;
}

#div-perfil-nombre .negrita-default, #page-contactar > .content h3 {
    font-family: 'OpenSans-light' !important;
    font-size: 1.6em;
    margin: 14px 0 14px;
    display: block;
}

#div-datos-perfil {
    padding: 15px 10px 30px;
}

#div-datos-perfil > div:last-child > .negrita-default.alternative-font {
    width: 100%;
    display: block;
    margin: 10px 0 5px;
}

.ui-listview>.ui-li-static > h2 {
        margin-bottom: auto;
}

.ui-listview>.ui-li-static > p {
    width: 100%;
    margin: .3em 0;
}

.ui-controlgroup.ui-btn-right {
    bottom: 0;
    position: relative;
    text-align: right;
    display: table;
    width: 100%;
    margin: 0;
    padding: .5em;
    background-color: #eee;
    background: #cccccc;
    background: -moz-linear-gradient(top, #cccccc 0%, #efefef 100%);
    background: -webkit-linear-gradient(top, #cccccc 0%,#efefef 100%);
    background: linear-gradient(to bottom, #cccccc 0%,#efefef 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#efefef',GradientType=0 );
    border-top: 1px solid #999;
}
	
.ui-controlgroup.ui-btn-right > .ui-btn {
    border-bottom: 1px solid #ccc;
}

#page-contactar .ui-field-contain, #page-contactar .ui-mobile fieldset.ui-field-contain {
    padding: .4em 0;
}

#page-contactar .ui-field-contain + br, #page-contactar .ui-mobile fieldset + br {
    display: none;
}

@media screen and (max-width: 760px) {

	.alternative-font {
	    font-size: 1em;
    	line-height: 1.3em;
	}
	
	#div-perfil-nombre .negrita-default {
	    font-size: 1.5em;
	    line-height: 1.3em;
	    margin-bottom: 3px;
	}

}

@media screen and (min-width: 1200px) {

	#login-content {
	    background-size: cover;
	}

}

/* Alerts */
.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    /*font-size: 13px; */
    margin-bottom: 15px;
    text-shadow: none;
}

.alert.success {background-color: #4CAF50;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

/* Cargando */
.ajax-loader {
  visibility: hidden;
  background-color: rgba(255,255,255,0.7);
  position: absolute;
  z-index: +100 !important;
  width: 100%;
  height:100%;
}

.ajax-loader img {
  position: relative;
  top:50%;
  left:50%;
}

.enlace-info {
	color: white!important;
	float: right;
}

.no-shadow {
	text-shadow: none;
}

/* Badges */
.countBubl {
	float:left;
	margin-top:-42px;
	margin-left:35px;
	padding:2px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background:#ed1d24;
	color:#fff;
	top: 35%!important;
}

.countBubl.rechazada {
	background:#ed1d24;
	color:#fff;
	right: .8em
}

.countBubl.aceptada {
	background:green;
	color:#fff;
	right: 3em
}

.icono-header {
	float: left;
	position: relative;
	margin-left: 8px;
}

.texto-info-header {
	position: absolute;
	padding: 10px;
	font-weight: normal; 
	text-shadow: none;
}

.header-left {
	float: left;
}

.header-right {
	float: right;
	padding: 5px;
}

body > #page-reserva-form #form-guardar_reserva {
	text-align: center;
}
body > #page-reserva-form #hora_cita-button {
	margin: 0 auto;
}

body > #page-mis-sesiones #mis-sesiones-content ul#pgReservasLista > li > div > form > a.ui-icon-carat-r {
	padding: 0;
    border: 0;
    position: absolute;
}

body > div #pgReservasLista .ui-btn {
    max-width: 100%;
    min-width: 125px;
    box-sizing: border-box;
}

body > #page-alta-usuarios #adminlistausuarios-button,
body > #page-alta-usuarios #tipo_liderazgo_alta-button {
    margin: 0 auto;
}

body > #page-historial-tips .ui-listview > li > a:hover {
	background: #F6F6F7;
}

.ui-header .ui-title, .ui-footer .ui-title {
    margin: 0 30px !important;
}

body > #page-abre-lectura #PDF_icon {
	position:fixed;
	width: 43px;
	height: 43px;
	right: 11px;
	top: 56px;
	background-color: #000;
	background-image:url(data:image/png;base64,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);
	background-size:cover;
}

/*
.ui-content-popup {
    border-width: 0;
    overflow: visible;
    overflow-x: hidden;
    padding: 1em;
}*/
