/*------------------------------------------------------------------
[1. Global]
*/

a {color: rgb(106,12,16); text-decoration: none;}

#cabecera {background: url('../images/cielo_h.jpg') right center; width: 100%; height: 150px; background-size: cover; box-sizing: border-box;}

.table td {vertical-align: middle;}
.table-bordered th {
	background: #E9E9E9;
	background:-moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* IE10+ */
	background:linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
	font-size: 10px;
	color: #444;
	text-transform: uppercase;
}

.breadcrumb {margin-bottom: 0px; ! important}

/*------------------------------------------------------------------
[3. Buscador hoteles/servicios]
*/
#resultado{max-height:250px; overflow: auto;}

/*------------------------------------------------------------------
[3. Subnavbar / .subnavbar]
*/
.subnavbar {	margin-bottom: 2.5em;}
.subnavbar-inner {height: 60px;	background: #fff; border-bottom: 1px solid #d6d6d6;}
.subnavbar .container > ul {display: inline-block; height: 80px; padding: 0; margin: 0;}
.subnavbar .container > ul > li { float: left; min-width: 90px;	height: 60px; padding: 0; margin: 0; text-align: center; list-style: none; border-left: 1px solid #d9d9d9;}
.subnavbar .container > ul > li > a {display: block; height: 100%; padding: 0 15px; font-size: 12px;	font-weight: bold; color: #b2afaa;}
.subnavbar .container > ul > li > a:hover {color: #888; text-decoration: none;}
.subnavbar .container > ul > li > a > i {	display: inline-block; width: 24px;	height: 24px; margin-top: 11px;	margin-bottom: -3px; font-size: 20px;}
.subnavbar .container > ul > li > a > span { display: block;}
.subnavbar .container > ul > li.active > a {	border-bottom:3px solid #ff7f74; color: #383838;}
.subnavbar .container > ul > li.hab > a {color: #3c763d;  background-color: #dff0d8;  border-color: #d6e9c6;}
.subnavbar .container > ul > li.blq > a {color: #a94442;  background-color: #f2dede;  border-color: #ebccd1;}
.subnavbar .dropdown-menu::before { content: '';	display: inline-block; border-left: 7px solid transparent; border-right: 7px solid transparent;	border-bottom: 7px solid #CCC; border-bottom-color: rgba(0, 0, 0, 0.2);	position: absolute;	top: -7px; left: 9px;}
.subnavbar .dropdown-menu::after { content: ''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid white; position: absolute; top: -6px; left: 10px;}
.subnavbar .dropdown.open .caret {display: none;}

/*------------------------------------------------------------------
[4. Botones]
*/
.btn-violeta {
  color: #fff;
  background-color: #a386e9;
  border-color: #967bd8;
}
.btn-violeta:focus,
.btn-violeta.focus {
  color: #fff;
  background-color: #8361d5;
  border-color: #967bd8;
}
.btn-violeta:hover {
  color: #fff;
  background-color: #8361d5;
  border-color: #967bd8;
}
.btn-violeta:active,
.btn-violeta.active,
.open > .dropdown-toggle.btn-violeta {
  color: #fff;
  background-color: #8361d5;
  border-color: #967bd8;
}
.btn-violeta:active:hover,
.btn-violeta.active:hover,
.open > .dropdown-toggle.btn-violeta:hover,
.btn-violeta:active:focus,
.btn-violeta.active:focus,
.open > .dropdown-toggle.btn-violeta:focus,
.btn-violeta:active.focus,
.btn-violeta.active.focus,
.open > .dropdown-toggle.btn-violeta.focus {
  color: #fff;
  background-color: #967bd8;
  border-color: #967bd8;
}
.btn-violeta:active,
.btn-violeta.active,
.open > .dropdown-toggle.btn-violeta {
  background-image: none;
}
.btn-violeta.disabled,
.btn-violeta[disabled],
fieldset[disabled] .btn-violeta,
.btn-violeta.disabled:hover,
.btn-violeta[disabled]:hover,
fieldset[disabled] .btn-violeta:hover,
.btn-violeta.disabled:focus,
.btn-violeta[disabled]:focus,
fieldset[disabled] .btn-violeta:focus,
.btn-violeta.disabled.focus,
.btn-violeta[disabled].focus,
fieldset[disabled] .btn-violeta.focus,
.btn-violeta.disabled:active,
.btn-violeta[disabled]:active,
fieldset[disabled] .btn-violeta:active,
.btn-violeta.disabled.active,
.btn-violeta[disabled].active,
fieldset[disabled] .btn-violeta.active {
  background-color: #8361d5;
  border-color: #e7def2;
}
.btn-violeta .badge {
  color: #8361d5;
  background-color: #fff;
}

.panel-violeta {
  border-color: #cdbaf2;
}
.panel-violeta > .panel-heading {
  color: #9e5ae7;
  background-color: #e7def2;
  border-color: #cdbaf2;
}
.panel-violeta > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cdbaf2;
}
.panel-violeta > .panel-heading .badge {
  color: #e7def2;
  background-color: #9e5ae7;
}
.panel-violeta > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cdbaf2;
}

.btn-naranja {
  color: #fff;
  background-color: #e98e61;
  border-color: #dd9775;
}
.btn-naranja:focus,
.btn-naranja.focus {
  color: #fff;
  background-color: #ed6e2f;
  border-color: #dd9775;
}
.btn-naranja:hover {
  color: #fff;
  background-color: #ed6e2f;
  border-color: #dd9775;
}
.btn-naranja:active,
.btn-naranja.active,
.open > .dropdown-toggle.btn-naranja {
  color: #fff;
  background-color: #ed6e2f;
  border-color: #dd9775;
}
.btn-naranja:active:hover,
.btn-naranja.active:hover,
.open > .dropdown-toggle.btn-naranja:hover,
.btn-naranja:active:focus,
.btn-naranja.active:focus,
.open > .dropdown-toggle.btn-naranja:focus,
.btn-naranja:active.focus,
.btn-naranja.active.focus,
.open > .dropdown-toggle.btn-naranja.focus {
  color: #fff;
  background-color: #ed6e2f;
  border-color: #dd9775;
}
.btn-naranja:active,
.btn-naranja.active,
.open > .dropdown-toggle.btn-naranja {
  background-image: none;
}
.btn-naranja.disabled,
.btn-naranja[disabled],
fieldset[disabled] .btn-naranja,
.btn-naranja.disabled:hover,
.btn-naranja[disabled]:hover,
fieldset[disabled] .btn-naranja:hover,
.btn-naranja.disabled:focus,
.btn-naranja[disabled]:focus,
fieldset[disabled] .btn-naranja:focus,
.btn-naranja.disabled.focus,
.btn-naranja[disabled].focus,
fieldset[disabled] .btn-naranja.focus,
.btn-naranja.disabled:active,
.btn-naranja[disabled]:active,
fieldset[disabled] .btn-naranja:active,
.btn-naranja.disabled.active,
.btn-naranja[disabled].active,
fieldset[disabled] .btn-naranja.active {
  background-color: #e98e61;
  border-color: #dd9775;
}
.btn-naranja .badge {
  color: #e98e61;
  background-color: #fff;
}

.panel-naranja {
  border-color: #e7be96;
}
.panel-naranja > .panel-heading {
  color: #f05b1e;
  background-color: #f0dfd8;
  border-color: #e7be96;
}
.panel-naranja > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #e7be96;
}
.panel-naranja > .panel-heading .badge {
  color: #f0dfd8;
  background-color: #f05b1e;
}
.panel-naranja > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #e7be96;
}

.btn-fucsia {
  color: #fff;
  background-color: #c070bb;
  border-color: #b366ae;
}
.btn-fucsia:focus,
.btn-fucsia.focus {
  color: #fff;
  background-color: #e970e2;
  border-color: #b366ae;
}
.btn-fucsia:hover {
  color: #fff;
  background-color: #e970e2;
  border-color: #b366ae;
}
.btn-fucsia:active,
.btn-fucsia.active,
.open > .dropdown-toggle.btn-fucsia {
  color: #fff;
  background-color: #e970e2;
  border-color: #b366ae;
}
.btn-fucsia:active:hover,
.btn-fucsia.active:hover,
.open > .dropdown-toggle.btn-fucsia:hover,
.btn-fucsia:active:focus,
.btn-fucsia.active:focus,
.open > .dropdown-toggle.btn-fucsia:focus,
.btn-fucsia:active.focus,
.btn-fucsia.active.focus,
.open > .dropdown-toggle.btn-fucsia.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-fucsia:active,
.btn-fucsia.active,
.open > .dropdown-toggle.btn-fucsia {
  background-image: none;
}
.btn-fucsia.disabled,
.btn-fucsia[disabled],
fieldset[disabled] .btn-fucsia,
.btn-fucsia.disabled:hover,
.btn-fucsia[disabled]:hover,
fieldset[disabled] .btn-fucsia:hover,
.btn-fucsia.disabled:focus,
.btn-fucsia[disabled]:focus,
fieldset[disabled] .btn-fucsia:focus,
.btn-fucsia.disabled.focus,
.btn-fucsia[disabled].focus,
fieldset[disabled] .btn-fucsia.focus,
.btn-fucsia.disabled:active,
.btn-fucsia[disabled]:active,
fieldset[disabled] .btn-fucsia:active,
.btn-fucsia.disabled.active,
.btn-fucsia[disabled].active,
fieldset[disabled] .btn-fucsia.active {
  background-color: #c070bb;
  border-color: #b366ae;
}
.btn-fucsia .badge {
  color: #c070bb;
  background-color: #fff;
}

.panel-fucsia {
  border-color: #ec9be7;
}
.panel-fucsia > .panel-heading {
  color: #ed3de4;
  background-color: #edcceb;
  border-color: #ec9be7;
}
.panel-fucsia > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ec9be7;
}
.panel-fucsia > .panel-heading .badge {
  color: #edcceb;
  background-color: #ed3de4;
}
.panel-fucsia > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ec9be7;
}

.btn-agua {
  color: #0e7d56;
  background-color: #adefd8;
  border-color: #94d2bd;
}
.btn-agua:focus,
.btn-agua.focus {
  color: #0e7d56;
  background-color: #7de6c1;
  border-color: #94d2bd;
}
.btn-agua:hover {
  color: #0e7d56;
  background-color: #7de6c1;
  border-color: #94d2bd;
}
.btn-agua:active,
.btn-agua.active,
.open > .dropdown-toggle.btn-agua {
  color: #0e7d56;
  background-color: #7de6c1;
  border-color: #94d2bd;
}
.btn-agua:active:hover,
.btn-agua.active:hover,
.open > .dropdown-toggle.btn-agua:hover,
.btn-agua:active:focus,
.btn-agua.active:focus,
.open > .dropdown-toggle.btn-agua:focus,
.btn-agua:active.focus,
.btn-agua.active.focus,
.open > .dropdown-toggle.btn-agua.focus {
  color: #0e7d56;
  background-color: #204d74;
  border-color: #94d2bd;
}
.btn-agua:active,
.btn-agua.active,
.open > .dropdown-toggle.btn-agua {
  background-image: none;
}
.btn-agua.disabled,
.btn-agua[disabled],
fieldset[disabled] .btn-agua,
.btn-agua.disabled:hover,
.btn-agua[disabled]:hover,
fieldset[disabled] .btn-agua:hover,
.btn-agua.disabled:focus,
.btn-agua[disabled]:focus,
fieldset[disabled] .btn-agua:focus,
.btn-agua.disabled.focus,
.btn-agua[disabled].focus,
fieldset[disabled] .btn-agua.focus,
.btn-agua.disabled:active,
.btn-agua[disabled]:active,
fieldset[disabled] .btn-agua:active,
.btn-agua.disabled.active,
.btn-agua[disabled].active,
fieldset[disabled] .btn-agua.active {
  background-color: #adefd8;
  border-color: #94d2bd;
}
.btn-agua .badge {
  color: #adefd8;
  background-color: #fff;
}

.panel-agua {
  border-color: #61e9ba;
}
.panel-agua > .panel-heading {
  color: #0e7d56;
  background-color: #adefd8;
  border-color: #61e9ba;
}
.panel-agua > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #61e9ba;
}
.panel-agua > .panel-heading .badge {
  color: #adefd8;
  background-color: #338d6e;
}
.panel-agua > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #61e9ba;
}

/*------------------------------------------------------------------
[5. Extra / .extra]
*/
.extra {	border-top: 1px solid #585858; border-bottom: 1px solid #000;}
.extra-inner {padding: 20px 0; font-size: 11px;	color: #BBB; background: #1A1A1A;}
.extra a {color: #666;}
.extra h4 {margin-bottom: 1em; font-weight: 400;}
.extra ul {padding: 0; margin: 0;}
.extra li {margin-bottom: .6em; list-style: none;}

/*------------------------------------------------------------------
[7. Error / .error-container]
*/

.error-container {
	margin-top: 4em;
	margin-bottom: 4em;
	text-align: center;
}

.error-container h1 {
	margin-bottom: .5em;
	
	font-size: 120px;
	line-height: 1em;
}

.error-container h2 {
	margin-bottom: .75em;
	font-size: 28px;
}

.error-container .error-details {
	margin-bottom: 1.5em;
	
	font-size: 16px;
}

.error-container .error-actions a {
	margin: 0 .5em;
}


.loader {border: 16px solid rgba(223,223,223,0); border-radius: 50%; border-top: 16px solid rgb(106, 12, 16); width: 120px; height: 120px; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; margin: 0 auto;}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* Message layout */


ul.messages_layout {
	position: relative;
	margin: 0;
	padding: 0
}
ul.messages_layout li {
	float: left;
	list-style: none;
	position: relative
}
ul.messages_layout li.left {
	padding-left: 75px
}
ul.messages_layout li.right {
	padding-right: 75px
}
ul.messages_layout li.right .avatar {
	right: 0;
	left: auto
}
ul.messages_layout li.right .message_wrap .arrow {
	right: -12px;
	left: auto;
	background-position: 0 -213px;
	height: 15px;
	width: 12px
}
ul.messages_layout li.by_myself .message_wrap {
	border: 1px solid #b3cdf8
}
ul.messages_layout li.by_myself .message_wrap .info a.name {
	color: #4a8cf7
}
ul.messages_layout li a.avatar {
	position: absolute;
	left: 0;
	top: 0
}
ul.messages_layout li a.avatar img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
ul.messages_layout li .message_wrap {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	border: 1px solid #e9e9e9;
	padding: 10px;
	border: 1px solid #cbcbcb;
	margin-bottom: 20px;
	float: left;
	background: #fefefe;
	-webkit-box-shadow: rgba(0,0,0,0.1) 0 1px 0px;
	-moz-box-shadow: rgba(0,0,0,0.1) 0 1px 0px;
	box-shadow: rgba(0,0,0,0.1) 0 1px 0px
}
ul.messages_layout li .message_wrap .arrow {
	background-position: 0 -228px;
	height: 15px;
	width: 12px;
	height: 15px;
	width: 12px;
	position: absolute;
	left: -12px;
	top: 13px
}
ul.messages_layout li .message_wrap .info {
	float: left;
	width: 100%;
	border-bottom: 1px solid #fff;
	line-height: 23px
}
ul.messages_layout li .message_wrap .info .name {
	float: left;
	font-weight: bold;
	color: #483734
}
ul.messages_layout li .message_wrap .info .time {
	float: left;
	font-size: 11px;
	margin-left: 6px
}
ul.messages_layout li .message_wrap .text {
	float: left;
	width: 100%;
	border-top: 1px solid #cfcfcf;
	padding-top: 5px
}

ul.messages_layout .dropdown-menu  li{ width:100%; font-size:11px;}


/* Full Calendar */

.fc {
	direction: ltr;
	text-align: left;
	position: relative
}
.fc table {
	border-collapse: collapse;
	border-spacing: 0
}
html .fc, .fc table {
	font-size: 1em
}
.fc td, .fc th {
	padding: 0;
	vertical-align: top
}
.fc-header td {
	white-space: nowrap;
	background: none
}
.fc-header-left {
	width: 100%;
	text-align: left;
	position: absolute;
	left: 0;
	top: 6px
}
.fc-header-left .fc-button {
	margin: 0;
	position: relative
}
.fc-header-left .fc-button-prev, .fc-header-left .fc-button-next {
	float: left;
	border: none;
	padding: 14px 10px;
	opacity: 0.5
}
.fc-header-left .fc-button-prev .fc-button-inner, .fc-header-left .fc-button-next .fc-button-inner {
	border: none
}
.fc-header-left .fc-button-prev .fc-button-inner .fc-button-content, .fc-header-left .fc-button-next .fc-button-inner .fc-button-content {
	display: none
}
.fc-header-left .fc-button-prev.fc-state-hover, .fc-header-left .fc-button-next.fc-state-hover {
	opacity: 1
}
.fc-header-left .fc-button-prev.fc-state-down, .fc-header-left .fc-button-next.fc-state-down {
	background: none !important;
	margin-top: -1px
}
.fc-header-left .fc-button-prev .fc-button-inner {
	background-position: 0 -351px;
	height: 16px;
	width: 11px
}
.fc-header-left .fc-button-next {
	float: right
}
.fc-header-left .fc-button-next .fc-button-inner {
	background-position: 0 -367px;
	height: 16px;
	width: 11px
}
.fc-header-center {
	text-align: center
}
.fc-header-right {
	text-align: right;
	position: absolute;
	top: -34px;
	right: 10px
}
.fc-header-title {
	display: inline-block;
	vertical-align: top
}
.fc-header-title h2 {
	margin-top: 0;
	white-space: nowrap;
	font-size: 1.1rem;
	color: #6C737F;
	line-height: 55px;
}
.fc .fc-header-space {
	padding-left: 10px
}
.fc-header .fc-button {
	margin-bottom: 1em;
	vertical-align: top
}
.fc-header .fc-button {
	margin-right: -1px
}
.fc-header .fc-corner-right {
	margin-right: 1px
}
.fc-header .ui-corner-right {
	margin-right: 0
}
.fc-header .fc-state-hover, .fc-header .ui-state-hover {
	z-index: 2
}
.fc-header .fc-state-down {
	z-index: 3
}
.fc-header .fc-state-active, .fc-header .ui-state-active {
	z-index: 4
}
.fc-content {
	clear: both;
	background: #f9f9f9
}
.fc-view {
	width: 100%;
	overflow: hidden
}
.fc-view thead {
	background:#e9ecf1;
	line-height: 35px
}
.fc-widget-header, .fc-widget-content {
	border: 1px solid #ccc
}
.fc-state-highlight {
	background: #F4F3E6
}
.fc-cell-overlay {
	background: #9cf;
	opacity: .2;
	filter: alpha(opacity=20)
}
.fc-button {
	position: relative;
	display: inline-block;
	cursor: pointer
}
.fc-button-today{margin-top: 8px !important;}
.fc-state-default {
	border-style: solid;
	border-width: 1px 0
}
.fc-button-inner {
	position: relative;
	float: left;
	overflow: hidden
}
.fc-state-default .fc-button-inner {
	border-style: solid;
	border-width: 0 1px
}
.fc-button-content {
	position: relative;
	float: left;
	height: 1.9em;
	line-height: 1.9em;
	padding: 0 .6em;
	white-space: nowrap
}
.fc-button-content .fc-icon-wrap {
	position: relative;
	float: left;
	top: 50%
}
.fc-button-content .ui-icon {
	position: relative;
	float: left;
	margin-top: -50%;
*margin-top:0;
*top:-50%
}
.fc-state-default .fc-button-effect {
	position: absolute;
	top: 50%;
	left: 0
}
.fc-state-default .fc-button-effect span {
	position: absolute;
	top: -100px;
	left: 0;
	width: 500px;
	height: 100px;
	border-width: 100px 0 0 1px;
	border-style: solid;
	border-color: #fff;
	background: #444;
	opacity: .09;
	filter: alpha(opacity=9)
}
.fc-state-default, .fc-state-default .fc-button-inner {
	border-style: solid;
	border-color: #ccc #bbb #aaa;
	color: #000
}
.fc-state-hover, .fc-state-hover .fc-button-inner {
	border-color: #999
}
.fc-state-down {
	border-color: #555;
	background: #777
}
.fc-state-active, .fc-state-active .fc-button-inner {
	border-color: #555;
	background: #777;
	color: #fff
}
.fc-state-disabled, .fc-state-disabled .fc-button-inner {
	color: #999;
	border-color: #ddd
}
.fc-state-disabled {
	cursor: default
}
.fc-state-disabled .fc-button-effect {
	display: none
}
.fc-event {
	border-style: solid;
	border-width: 0;
	font-size: .85em;
	cursor: default
}
a.fc-event, .fc-event-draggable {
	cursor: pointer
}
a.fc-event {
	text-decoration: none
}
.fc-rtl .fc-event {
	text-align: right
}
.fc-event-skin {
	border-color: #3f85f5;
	background-color: #5e96ea;
	color: #fff
}
.fc-event-inner {
	position: relative;
	width: 100%;
	height: 100%;
	border-style: solid;
	border-width: 0;
	overflow: hidden
}
.fc-event-time, .fc-event-title {
	padding: 0 1px
}
.fc .ui-resizable-handle {
	display: block;
	position: absolute;
	z-index: 99999;
	overflow: hidden;
	font-size: 300%;
	line-height: 50%
}
.fc-event-hori {
	border-width: 1px 0;
	margin-bottom: 1px
}
.fc-event-hori .ui-resizable-e {
	top: 0 !important;
	right: -3px !important;
	width: 7px !important;
	height: 100% !important;
	cursor: e-resize
}
.fc-event-hori .ui-resizable-w {
	top: 0 !important;
	left: -3px !important;
	width: 7px !important;
	height: 100% !important;
	cursor: w-resize
}
.fc-event-hori .ui-resizable-handle {
	_padding-bottom: 14px
}
.fc-corner-left {
	margin-left: 1px
}
.fc-corner-left .fc-button-inner, .fc-corner-left .fc-event-inner {
	margin-left: -1px
}
.fc-corner-right {
	margin-right: 1px
}
.fc-corner-right .fc-button-inner, .fc-corner-right .fc-event-inner {
	margin-right: -1px
}
.fc-corner-top {
	margin-top: 1px
}
.fc-corner-top .fc-event-inner {
	margin-top: -1px
}
.fc-corner-bottom {
	margin-bottom: 1px
}
.fc-corner-bottom .fc-event-inner {
	margin-bottom: -1px
}
.fc-corner-left .fc-event-inner {
	border-left-width: 1px
}
.fc-corner-right .fc-event-inner {
	border-right-width: 1px
}
.fc-corner-top .fc-event-inner {
	border-top-width: 1px
}
.fc-corner-bottom .fc-event-inner {
	border-bottom-width: 1px
}
table.fc-border-separate {
	border-collapse: separate
}
.fc-border-separate th, .fc-border-separate td {
	border-width: 1px 0 0 1px
}
.fc-border-separate th.fc-last, .fc-border-separate td.fc-last {
	border-right-width: 1px
}
.fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td {
	border-bottom-width: 0px
}
.fc-first {
	border-left-width: 0 !important
}
.fc-last {
	border-right-width: 0 !important
}
.fc-grid th {
	text-align: center
}
.fc-grid .fc-day-number {
	float: right;
	padding: 0 2px
}
.fc-grid .fc-other-month .fc-day-number {
	opacity: 0.3;
	filter: alpha(opacity=30)
}
.fc-grid .fc-day-content {
	clear: both;
	padding: 2px 2px 1px
}
.fc-grid .fc-event-time {
	font-weight: bold
}
.fc-rtl .fc-grid .fc-day-number {
	float: left
}
.fc-rtl .fc-grid .fc-event-time {
	float: right
}
.fc-agenda table {
	border-collapse: separate
}
.fc-agenda-days th {
	text-align: center
}
.fc-agenda .fc-agenda-axis {
	width: 60px !important;
	padding: 0 4px;
	vertical-align: middle;
	text-align: right;
	white-space: nowrap;
	font-weight: normal
}
.fc-agenda .fc-day-content {
	padding: 2px 2px 1px
}
.fc-agenda-days .fc-agenda-axis {
	border-right-width: 1px
}
.fc-agenda-days .fc-col0 {
	border-left-width: 0
}
.fc-agenda-allday th {
	border-width: 0 1px
}
.fc-agenda-allday .fc-day-content {
	min-height: 34px;
	_height: 34px
}
.fc-agenda-divider-inner {
	height: 2px;
	overflow: hidden
}
.fc-widget-header .fc-agenda-divider-inner {
	background: #eee
}
.fc-agenda-slots th {
	border-width: 1px 1px 0
}
.fc-agenda-slots td {
	border-width: 1px 0 0;
	background: none
}
.fc-agenda-slots td div {
	height: 20px
}
.fc-agenda-slots tr.fc-slot0 th, .fc-agenda-slots tr.fc-slot0 td {
	border-top-width: 0
}
.fc-agenda-slots tr.fc-minor th, .fc-agenda-slots tr.fc-minor td {
	border-top-style: dotted
}
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
*border-top-style:solid
}
.fc-event-vert {
	border-width: 0 1px
}
.fc-event-vert .fc-event-head, .fc-event-vert .fc-event-content {
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden
}
.fc-event-vert .fc-event-time {
	white-space: nowrap;
	font-size: 10px
}
.fc-event-vert .fc-event-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: .3;
	filter: alpha(opacity=30)
}
.fc .ui-draggable-dragging .fc-event-bg, .fc-select-helper .fc-event-bg {
	display: none\9
}
.fc-event-vert .ui-resizable-s {
	bottom: 0 !important;
	width: 100% !important;
	height: 8px !important;
	overflow: hidden !important;
	line-height: 8px !important;
	font-size: 11px !important;
	font-family: monospace;
	text-align: center;
	cursor: s-resize
}
.fc-agenda .ui-resizable-resizing {
	_overflow: hidden
}
.fc-header-left .fc-button-prev .fc-button-inner {background: url('../img/icons-sa7c41345d9.png') no-repeat; background-position: 0 -351px;
height: 16px;
width: 11px;}

.fc-header-left .fc-button-next .fc-button-inner {background: url('../img/icons-sa7c41345d9.png') no-repeat; background-position: 0 -367px;
height: 16px;
width: 11px;}

.fc-sun, .fc-mon, .fc-tue, .fc-wed, .fc-thu, .fc-fri, .fc-sat {min-height:120px;}
.fc1-day-number {font-size:22px; margin-right:1%; padding-left: 5px;}
.fc1-day-content {min-width:100px; margin-left: 35px;}


/*------------------------------------------------------------------
[8. Miscellaneous]
*/

.chart-holder {
	width: 100%;
	height: 250px;
}

.accordion-heading { background:#e5e5e5;  }
.accordion-heading a { color:#545454; text-decoration:none; font-weight:bold; }

.btn-facebook-alt i {
color: #23386a;
}
.btn-twitter-alt i {
color: #0098d0;
}
.btn-google-alt i {
color: #b6362d;
}
.btn-linkedin-alt i {
color: #0073b2;
}
.btn-pinterest-alt i {
color: #ab171e;
}
.btn-github-alt i {
color: #333;
}

.all-icons li { list-style:none;}

.ML0 { margin-left:0}
.MR0 { margin-right:0;}



/*------------------------------------------------------------------
[formularios]
*/

.content {
	padding: 16px 28px 23px;
} 

.campo-opcion {
	float: left;
	margin-top: 20px;
	width: 100%;
}

.campo-opcion > input[type='checkbox'] {
    opacity: 0;
    float: left;
    width: 15px;
}

.campo-opcion > input[type='checkbox'] + label {    
    clear: none;
    
	height: 15px; 
	display: block;
    padding: 0 0 0 22px;
    margin: 0;
    
//    font-size: 12px;
    line-height: 1.2em;
    
    background: url(../img/signin/check.png) no-repeat 0 0;
    
    cursor: pointer;
}

.campo-opcion > input[type='checkbox']:checked + label {	
	background-position: 0 -15px;
}

.campo-area {width:80%; margin: 0px auto;}
.campo-area textarea{width:95%;}

.button {-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; display: inline-block; float: right; margin-top: 18px;}

.imgfoto {width:50%; float: left; text-align: left; position: relative;}
.imgdatos {margin-left:51%; padding: 0px;}
.imgdatos form {width:90%;}
.imgdatos form input[type=submit] {width:150px;}
.botonborrar {position: absolute; top: 0px; left: 0px;}

/*------------------------------------------------------------------
[1. Max Width: 480px]
*/

@media (max-width: 480px) {
	.error-container h1 {font-size: 72px;}
	.fc1-day-number {width: 50px;}
	.fc1-day-content {display: none;	}
	.fc-sun, .fc-mon, .fc-tue, .fc-wed, .fc-thu, .fc-fri, .fc-sat {min-height:60px;}
}

/*------------------------------------------------------------------
[1. Max Width: 767px]
*/

@media (max-width: 767px) {
    	
	.subnavbar {	margin-left: -20px;	margin-right: -20px;}
	.subnavbar-inner {height: auto;}
	.subnavbar .container > ul { width: 100%; height: auto; border: none;}
	.subnavbar .container > ul > li {width: 33%; height: 70px; margin-bottom: 0; border: none;}
    .subnavbar .container > ul > li.active > a {	font-size: 11px; background: transparent;}
	.subnavbar .container > ul > li > a > i {	display: inline-block; margin-bottom: 0; font-size: 20px;}
	.subnavbar-open-right .dropdown-menu {left: auto; right: 0;}
	.subnavbar-open-right .dropdown-menu:before {left: auto;	right: 12px;}
	.subnavbar-open-right .dropdown-menu:after {left: auto;	right: 13px;}
	
	.extra {	margin-right: -20px; margin-left: -20px;}
	.extra .container {padding: 0 20px;}
	
	.footer {margin-right: -20px; margin-left: -20px;}
	.footer .container {	padding: 0 20px;}
	.footer .footer-terms {text-align: left;}
	.footer .footer-terms a {	margin-left: 0;	margin-right: 1em;}

	.fc1-day-number {width: 50px;}
	.fc1-day-content {display: none;	}
	.fc-sun, .fc-mon, .fc-tue, .fc-wed, .fc-thu, .fc-fri, .fc-sat {min-height:60px;}
}
    
/*------------------------------------------------------------------
[3. Max Width: 979px]
*/

@media (max-width: 979px) {
	.subnavbar {	}
	.subnavbar .container {width: auto;}
	.fc1-day-number {width: 50px;}
	.fc1-day-content {display: none;	}
	.fc-sun, .fc-mon, .fc-tue, .fc-wed, .fc-thu, .fc-fri, .fc-sat {min-height:60px;}
}

/*------------------------------------------------------------------
[2. Max Width: 1200px]
*/

@media (min-width: 1200px) {
	.navbar .search-query {width: 200px;}
	
}

