@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,700,700italic');
@import url('bootstrap.min.css');
@import url('bootstrap.extended.css');
@import url('font-awesome.min.css');



html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}

body{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px; 
	color: #000000;
	text-rendering: optimizeLegibility;
}

.modal-backdrop {
    /* bug fix - no overlay */    
    display: none;    
}

.content-html-user img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
}

.scroll-wrapper > .scroll-content { padding: 5px !important; }


.iframe-scroll {
	max-height: 1200px;
	width: 100%;
	min-height: 800px;
	border: none;
}

.navbar-header {
	display:flex;
	flex-direction:
	row-reverse;
	justify-content:space-between;
	align-items:center;
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
   
}


/* ARREGLO PANTALLAS PORTATIL */
@media (max-width: 1366px) {

	body{
		font-family: 'Open Sans', sans-serif;
		font-size: 13px !important; 
		color: #000000;
		text-rendering: optimizeLegibility;
	}
}

a, a:hover, a:visited, a:active{ 
	text-decoration: none !important; 
	outline: none !important;
}

h1, h2, h3, h4, h5, h6{
	font-weight: 600;
	margin: 0px 0px 8px;
}

h2{
	margin: 0px 0px 16px;
}

blockquote{
	border-color: #B0DE36;
	background-color: #EFEFEF;
}

*:focus{
	outline: none;
}

.addUser {
	background-color: #f5f5f5;
	cursor: pointer;
}



/* Apuntat navbar */
.navbar-apuntat{
	border-radius: 0px;
	border: none;
	background: #2f2f2f;
	color: #FFF;
	border-bottom: 4px solid #B0DE36;
	margin: 0px;
	min-height: 75px !important;
}

.navbar-brand {
    /* padding: 10px 15px; */
    max-width: 300px;
}

.navbar-apuntat a.navbar-brand, 
.navbar-apuntat a.navbar-brand:hover, 
.navbar-apuntat a.navbar-brand:active, 
.navbar-apuntat a.navbar-brand:visited{
	color: #FFF;
	font-weight: 600;
}

.navbar-apuntat a.navbar-brand img{
	display: inline;
	width: 45px;
	height: 45px;
	margin-right: 6px;
}

.navbar-apuntat .navbar-collapse > .navbar-nav > li > a{
	color: #FFF;
	padding: 27px 15px 28px;
    font-size: 15px;
}

.navbar-apuntat .navbar-collapse ul.navbar-notification > li > a{
	padding-left: 10px;
	padding-right: 10px;
}

.navbar-apuntat .navbar-collapse ul.navbar-right > li > a:hover{
	background: #B0DE36;
	text-shadow: 1px 1px 2px #000000;
}

.navbar-apuntat .navbar-collapse form.navbar-form{
	padding: 20px 15px 21px;
	margin: 0px;
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu{ background-color: #FFF; }
}

.navbar-apuntat .navbar-nav > .open > a{
	background: #B0DE36 !important;
	text-shadow: 1px 1px 2px #000000;
	color: #fff !important;
}


.navbar-apuntat ul.dropdown-form{
	padding: 15px;
	min-width: 300px;
	color: #000;
	border-radius: 0px;
}

.navbar-apuntat ul.dropdown-form .form-group, .navbar-apuntat ul.dropdown-form .input-group{
	margin-bottom: 8px;
}

.navbar-apuntat ul.dropdown-form > li > a, 
.navbar-apuntat ul.dropdown-form > li > a:hover, 
.navbar-apuntat ul.dropdown-form > li > a:active{
	padding: 3px 20px;
	color: #000 !important;
	background: none !important;
}

.navbar-apuntat img.header-avatar{
	display: inline;
	width: 48px;
	height: 48px;
	margin: -17px 6px -16px 0px;
}


/* Menu desplegable */
ul.dropdown-menu{
	border-radius: 0;
	padding: 0px;
}

ul.dropdown-menu > li > a{
	padding: 8px 20px;
}

ul.dropdown-menu > li > a > i.fa{
	margin-right: 6px;
}

ul.dropdown-menu-icon{
	min-width: auto !important;
}

ul.dropdown-menu-icon > li > a{
	cursor: pointer;
}



/* Bootstrap carrusel */
.carousel-caption {
    bottom: 0px;
    background: url(../image/caption-bg.png);
    left: 0px;
    right: 0px;
    padding-top: 22px;
    padding-bottom: 12px;
    font-size: 11px;
}

.carousel-caption > h4{
	font-size: 22px;
	font-weight: 600;
	font-family: 'Archivo Narrow', sans-serif;
}


/* Contenedor principal */
.container-wrapper{
	height: calc(100% - 121px);
}

.container-wrapper .container{
	padding: 18px 0px;
}

.container-wrapper .container p a{
	color: #7B9F00;
}

.btn-success, .btn-danger, .btn-info, .btn-warning, .btn-primary{
	color: #FFF !important;
}

.btn-default{
	color: #303030 !important;
}

.col-box{
	min-height: 280px;
}
.col-box h5{
	font-size: 16px;
}
.col-box img{
	margin: 10px 0px;
}


/* Footer */ 
.footer-apuntat{
	background: #2f2f2f;
	color: #FFF;
	border-top: 2px solid #B0DE36;
	margin: 0px;
	white-space: nowrap;
}

.footer-copy{
	padding: 8px 0px;
	font-size: 10px;
	color: #FFF;
	text-align: center;
}

.footer-copy a, 
.footer-copy a:hover, 
.footer-copy a:active, 
.footer-copy a:visited{
	color: #FFF;
	text-decoration: none;
}


.square-list img{
	display: inline;
	width: 75px;
	height: 75px;
	margin: 4px;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 25px;
    right: 25px;
    display:none;
	padding: 10px 10px;
	border-radius: 0px;
}


input.form-control, input.form-control:focus, textarea.form-control, textarea.form-control:focus {
    box-shadow: none;
   -webkit-box-shadow: none;
   -moz-box-shadow: none;
   -moz-transition: none;
   -webkit-transition: none;
}

input.form-control:focus, textarea.form-control:focus{
	border-color: #B0DE36;
}

.pr-3{
	padding-right: 12px !important;
}

.float-end{
	float: inline-end;
}

.text-align-left{
	text-align: left;
}

td{
	vertical-align: middle !important;
	/*text-align: start !important; */
}

.d-flex{
	display: flex;
}

.fit-content{
    width: fit-content;
}

.dropdown-inscrits{
	overflow-y: scroll;
    max-height: 200px;
    display: block;
    width: 100%;
}

.color-gray{
	color: #666;
}

.color-dark-gray{
	color:#353535;
}

.width-30{
	width: 30vh;
}

.mobile-icon{
	font-size: xx-large;
}

table.table form{
	display: inline;
}

table.table tr.row-disabled{
	background: #E0E0E0;
	color: #888;
	font-style: italic;
	text-decoration:line-through;
}

table.table tr.row-disabled img{
	opacity: 0.5;
    filter: alpha(opacity=50);
}


/* Loading div */
.loading{
	padding: 32px;
}

.loading > h3{
	color: #9a9a9a;
	margin-top: 24px;
}



/* Helper classes */
.admin-options{
	padding: 10px 0px;
}

.fullHeight{
	height: 100%;
}

.vSeparator{
	margin: 0px 2px;
}

.hovercard .vSeparator{
	margin: 0px 5px;
}

.hovercard {
	/*height: 360px;*/
}

.homehovercard {
	min-height: 370px !important;
	cursor: pointer;
}

.search-box{
	height: 300px;
}

.search-box .sport-list{
	height: 78px;
	overflow: hidden;
}

a.read-more{
	font-weight: 600;
	padding: 6px 0px;
	font-size: 11px;
	display: block;
}



.nav-wizard{
	margin: 0px 0px 12px;
}


/* Bootstrap tabs */
.nav-tabs > li.active > a{
	font-weight: 600;
	background: #FFF;
}

.nav-tabs > li > a, .nav-tabs > li > a:hover{
	background: #EDEDED;
	border: 1px solid #ddd;
	color: #777;
}

.tab-content{
	border: 1px solid #ddd;
	/*border-top: none; */
	background-color: #FFF;
}

.tab-pane{
	padding: 15px 18px;
	
}

.tab-pane > h3:first-child{
	font-size: 20px;
	margin: 0px 0px 18px;
}


/* Bootstrap panels */
.panel-heading{
	padding: 0px;
}

.panel-title > a, h3.panel-title{
	display: block;
	padding: 10px 15px;
}

.panel-title > a > i.fa{
	margin-right: 6px;
}



/* Vista de mensajes del usuario */
.message-container{
	height: 100%;
	padding: 24px 0px 18px;
}

.message-header, .message-body, .message-footer{
	border: thin solid #DEDEDE;
}

.message-header{
	padding: 15px 10px;
	background: #DEDEDE;
}

.message-body{
	padding: 15px 10px;
}

.message-footer{
	padding: 15px 10px;
	background: #DEDEDE;
}



/* Tabla de ocupacion */
.table-ocupation{
	border: 2px solid #DEDEDE;
}

.table-ocupation > thead > tr > th, 
.table-ocupation > tbody > tr > td{
	border: thin solid #dedede;
}

.table-ocupation > thead > tr > th{
	text-align: center;
	background: #dedede;
	color: #535353;
}

/*
.table-ocupation > thead > tr:first-child > th{
	font-size: 18px;
	padding: 16px;
}
*/

.table-ocupation > thead > tr:last-child > th{
	background: #ededed;
	border-bottom-width: 2px;
	font-size: 13px;
}

.table-ocupation > tbody > tr > td{
	text-align: center;
	font-size: 11px;
	cursor: pointer;
}

.table-ocupation > tbody > tr > td.time-mark{
	font-size: 10px;
	vertical-align: middle;
	text-align: center;
	width: 32px;
	background: #ededed;
	cursor: default;
}

.table-ocupation > tbody > tr > td.selection-disabled{
	cursor: not-allowed;
	background: #d0d0d0;
	font-weight: 600;
	color: #666;
}

.table-ocupation > tbody > tr > td.selection-overtime{
	cursor: not-allowed;
	background: #a0a0a0;
	color: #666;
	border-color: #a0a0a0;
}

.table-ocupation > tbody > tr > td.selectable{
	cursor: pointer;
}

.table-ocupation > tbody > tr > td.ocupada{
	background: #FFF url(../image/bg_line.gif) !important;
    font-weight: 600;
	color: #787878;
	cursor: not-allowed;
}

.table-ocupation > tbody > tr > td.reservada, .reservada{
	background: #d6e9c6;
    font-weight: 600;
	color: #3c763d;
	border: thin solid #3c763d !important;
}

.table-ocupation > tbody > tr > td.clase, .clase{
	background: #faebcc;
    font-weight: 600;
	color: #8a6d3b;
	border: thin solid #8a6d3b;
}

.table-ocupation > tbody > tr > td.pre, .pre{
	background: #bce8f1;
    font-weight: 600;
	color: #31708f;
	border: thin solid #bce8f1;
}

.table-ocupation > tbody > tr > td.bloqueada, .bloqueada{
	background: #DEDEDE;
    font-weight: 600;
	color: #696969;
	border: thin solid #AAA;
}

.table-ocupation > tbody > tr > td.especial, .especial{
	background: #ebccd1;
    font-weight: 600;
	color: #a94442;
	border: thin solid #a94442;
}

.table-ocupation > tbody > tr > td.torneo, .torneo{
	background-color: #c23321;
	font-weight: 600;
	color: #fff;
	border: thin solid rgba(0,0,0,0.2);
}

.table-ocupation > tbody > tr > td.cierre, .cierre{
	background-color: #2b2b2b;
	font-weight: 600;
	color: #fff;
	border: thin solid rgba(0,0,0,0.2);
}

p.tipo-reserva{
	padding: 6px 12px;
	border-radius: 4px;
}



.table-ocupation > tbody > tr > td.booked strong{
	color: #a94442;
}

.table-ocupation > tbody > tr > td.active{
	background: #d6e9c6;
	color: #3c763d;
	line-height: 20px;
}

.table-ocupation > tbody > tr > td.pre{
	background: #dedede;
}

.table-ocupation > tbody > tr > td > a{
	display: block;
}



/* Dropdown check selection */
.dropdown-check{

}

.dropdown-check > ul{
	width: 100%;
	max-height: 200px;
	overflow-y: scroll;
	text-align: center;
}



.dropdown-check > ul > li{
	width: 20%;
	display: inline;
}

.dropdown-check > ul > li:first-child{
	display: block;
}

.dropdown-check > ul > li > a{
	display: inline;
	padding: 0px;
}

.dropdown-check > ul > li > a > img{
	width: 18%;
	height: auto;
}

.check-list{
	max-height: 275px;
	overflow-y: scroll;
}

.check-link{
	width: 20%;
	display: inline-block;
	text-align: center;
	padding: 8px;
}

.check-link > img{
	width: 100%;
	height: 40px;
}


/* Chat elements */
.chat {
    list-style: none;
    margin: 0;
    padding: 0px;
}

.chat li img {
  width: 45px;
  height: 45px;
  border-radius: 50em;
  -moz-border-radius: 50em;
  -webkit-border-radius: 50em;
}

.chat-body {
  padding-bottom: 20px;
  color: #34495E;
}

.chat li.left .chat-body {
  margin-left: 70px;
  background-color: #fff;
}

.chat li .chat-body {
  position: relative;
  font-size: 12px;
  padding: 10px 15px;
  border: 1px solid #f1f5fc;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  border-radius: 4px;
}

.chat li.left .chat-body{
	background: #DDEEC5 !important;
	border-color: #8DC63F;
}

.chat li.right .chat-body{
	background: #DAF3F5 !important;
	border-color: #85D6DE;
}

.chat li.chat-send .chat-body{
	background: #DEDEDE !important;
	border-color: #999;
}

.chat li .chat-body .header {
  padding-bottom: 5px;
  border-bottom: 1px solid #f1f5fc;
}

.chat li.left .chat-body .header {
  border-color: #8DC63F;
}

.chat li.right .chat-body .header {
  border-color: #85D6DE;
}

.chat li .chat-body p {
  margin: 0;
}

.chat li.left .chat-body:before {
  position: absolute;
  top: 10px;
  left: -8px;
  display: inline-block;
  background: #DDEEC5;
  width: 16px;
  height: 16px;
  border-top: 1px solid #8DC63F;
  border-left: 1px solid #8DC63F;
  content: '';
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.chat li.right .chat-body:before {
  position: absolute;
  top: 10px;
  right: -8px;
  display: inline-block;
  background: #DAF3F5;
  width: 16px;
  height: 16px;
  border-top: 1px solid #85D6DE;
  border-right: 1px solid #85D6DE;
  content: '';
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.chat li.chat-send .chat-body:before {
  background: #DEDEDE;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
}

.chat li {
  margin: 15px 0;
}

.chat li.right .chat-body {
  margin-right: 70px;
  background-color: #fff;
}

.chat li.chat-alert{
	text-align: center;
	font-size: 11px;
	padding: 6px 13px;
	color: #34495E;
	background: #fff2d8;
	border: thin solid #fed37f;
	border-radius: 5px;
}

.chat li.chat-alert-success{
	background: #ddeec5;
	border-color: #8DC63F;
}

.chat li.chat-alert-danger{
	background: #FACBCD;
	border-color: #ED5258;
}

.chat li.chat-alert i.fa{
	margin-right: 8px;
}

.chat li.chat-send .form-group{
	margin-bottom: 3px;
}

.chat li.chat-send .chat-body{
	padding: 8px !important;
}

/* ARREGLO PANTALLAS PORTATIL */
@media (max-width: 1366px) {

	.chat-message {
		max-height: 340px;
	}
}


.center-list > a > img{
	margin: 0px 3px 8px;
	width: 95px;
	height: 90px;
}

.media-activity{
	padding: 12px 8px;
	margin: 0px;
	cursor: pointer;
	border-bottom: thin solid #CCC;
}

.media-activity h5{
	margin: 0px 0px 4px;
}

.media-activity p{
	margin: 0 0 4px;
}

.media-activity i.fa{
	color: #909090;
}


ul.breadcrumb{
	margin-bottom: 10px;
}


ul.pagination > li{
	cursor: pointer;
}



tr.selectable{
	cursor: pointer;
}

.activity-data{
	margin: 0px;
}

.activity-data > li{
	padding: 8px 6px;
	border-bottom: thin solid #cecece;
}

.activity-data > li:last-child{
	border-bottom: none;
}

.activity-data > li  i.fa{
	color: #909090;
}


/* Acticidad Avanzada */
.activity-title{
	margin: 0px 0px 18px;
}

.activity-title > h2{
	margin: 0px;
	padding: 0px 0px 4px;
	font-size: 28px;
	font-weight: 600;
	border-bottom: thin solid #BEBEBE;
}

.activity-title > h3{
	margin: 0px;
	padding: 4px 0px 0px;
	color: #666;
	font-size: 17px;
	font-weight: normal;
}

.activity-info p{
	margin: 0px 0px 6px;
	padding: 0px;
	line-height: 1.5;
}

.activity-sections p{
	line-height: 1.5;
	font-size: 15px;
}


.toggable-group > div.checkbox{
	padding: 6px 0px;
}

.toggable-group > div.checkbox > label > .bootstrap-switch{
	margin-right: 6px;
}

/*
 * Social Buttons for Bootstrap
 *
 * Copyright 2013-2014 Panayiotis Lipiridis
 * Licensed under the MIT License
 *
 * https://github.com/lipis/bootstrap-social
 */

.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis; color: #FFF !important;}.btn-social>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social.btn-lg{padding-left:61px}.btn-social.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social.btn-sm{padding-left:38px}.btn-social.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social.btn-xs{padding-left:30px}.btn-social.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:34px;width:34px;padding:0}.btn-social-icon>:first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn-social-icon.btn-lg{padding-left:61px}.btn-social-icon.btn-lg :first-child{line-height:45px;width:45px;font-size:1.8em}
.btn-social-icon.btn-sm{padding-left:38px}.btn-social-icon.btn-sm :first-child{line-height:28px;width:28px;font-size:1.4em}
.btn-social-icon.btn-xs{padding-left:30px}.btn-social-icon.btn-xs :first-child{line-height:20px;width:20px;font-size:1.2em}
.btn-social-icon :first-child{border:none;text-align:center;width:100% !important}
.btn-social-icon.btn-lg{height:45px;width:45px;padding-left:0;padding-right:0}
.btn-social-icon.btn-sm{height:30px;width:30px;padding-left:0;padding-right:0}
.btn-social-icon.btn-xs{height:22px;width:22px;padding-left:0;padding-right:0}
.btn-adn{color:#fff;background-color:#d87a68;border-color:rgba(0,0,0,0.2)}.btn-adn:hover,.btn-adn:focus,.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{color:#fff;background-color:#ce563f;border-color:rgba(0,0,0,0.2)}
.btn-adn:active,.btn-adn.active,.open>.dropdown-toggle.btn-adn{background-image:none}
.btn-adn.disabled,.btn-adn[disabled],fieldset[disabled] .btn-adn,.btn-adn.disabled:hover,.btn-adn[disabled]:hover,fieldset[disabled] .btn-adn:hover,.btn-adn.disabled:focus,.btn-adn[disabled]:focus,fieldset[disabled] .btn-adn:focus,.btn-adn.disabled:active,.btn-adn[disabled]:active,fieldset[disabled] .btn-adn:active,.btn-adn.disabled.active,.btn-adn[disabled].active,fieldset[disabled] .btn-adn.active{background-color:#d87a68;border-color:rgba(0,0,0,0.2)}
.btn-adn .badge{color:#d87a68;background-color:#fff}
.btn-bitbucket{color:#fff;background-color:#205081;border-color:rgba(0,0,0,0.2)}.btn-bitbucket:hover,.btn-bitbucket:focus,.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{color:#fff;background-color:#163758;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket:active,.btn-bitbucket.active,.open>.dropdown-toggle.btn-bitbucket{background-image:none}
.btn-bitbucket.disabled,.btn-bitbucket[disabled],fieldset[disabled] .btn-bitbucket,.btn-bitbucket.disabled:hover,.btn-bitbucket[disabled]:hover,fieldset[disabled] .btn-bitbucket:hover,.btn-bitbucket.disabled:focus,.btn-bitbucket[disabled]:focus,fieldset[disabled] .btn-bitbucket:focus,.btn-bitbucket.disabled:active,.btn-bitbucket[disabled]:active,fieldset[disabled] .btn-bitbucket:active,.btn-bitbucket.disabled.active,.btn-bitbucket[disabled].active,fieldset[disabled] .btn-bitbucket.active{background-color:#205081;border-color:rgba(0,0,0,0.2)}
.btn-bitbucket .badge{color:#205081;background-color:#fff}
.btn-dropbox{color:#fff;background-color:#1087dd;border-color:rgba(0,0,0,0.2)}.btn-dropbox:hover,.btn-dropbox:focus,.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{color:#fff;background-color:#0d6aad;border-color:rgba(0,0,0,0.2)}
.btn-dropbox:active,.btn-dropbox.active,.open>.dropdown-toggle.btn-dropbox{background-image:none}
.btn-dropbox.disabled,.btn-dropbox[disabled],fieldset[disabled] .btn-dropbox,.btn-dropbox.disabled:hover,.btn-dropbox[disabled]:hover,fieldset[disabled] .btn-dropbox:hover,.btn-dropbox.disabled:focus,.btn-dropbox[disabled]:focus,fieldset[disabled] .btn-dropbox:focus,.btn-dropbox.disabled:active,.btn-dropbox[disabled]:active,fieldset[disabled] .btn-dropbox:active,.btn-dropbox.disabled.active,.btn-dropbox[disabled].active,fieldset[disabled] .btn-dropbox.active{background-color:#1087dd;border-color:rgba(0,0,0,0.2)}
.btn-dropbox .badge{color:#1087dd;background-color:#fff}
.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{color:#fff;background-color:#2d4373;border-color:rgba(0,0,0,0.2)}
.btn-facebook:active,.btn-facebook.active,.open>.dropdown-toggle.btn-facebook{background-image:none}
.btn-facebook.disabled,.btn-facebook[disabled],fieldset[disabled] .btn-facebook,.btn-facebook.disabled:hover,.btn-facebook[disabled]:hover,fieldset[disabled] .btn-facebook:hover,.btn-facebook.disabled:focus,.btn-facebook[disabled]:focus,fieldset[disabled] .btn-facebook:focus,.btn-facebook.disabled:active,.btn-facebook[disabled]:active,fieldset[disabled] .btn-facebook:active,.btn-facebook.disabled.active,.btn-facebook[disabled].active,fieldset[disabled] .btn-facebook.active{background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn-facebook .badge{color:#3b5998;background-color:#fff}
.btn-flickr{color:#fff;background-color:#ff0084;border-color:rgba(0,0,0,0.2)}.btn-flickr:hover,.btn-flickr:focus,.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{color:#fff;background-color:#cc006a;border-color:rgba(0,0,0,0.2)}
.btn-flickr:active,.btn-flickr.active,.open>.dropdown-toggle.btn-flickr{background-image:none}
.btn-flickr.disabled,.btn-flickr[disabled],fieldset[disabled] .btn-flickr,.btn-flickr.disabled:hover,.btn-flickr[disabled]:hover,fieldset[disabled] .btn-flickr:hover,.btn-flickr.disabled:focus,.btn-flickr[disabled]:focus,fieldset[disabled] .btn-flickr:focus,.btn-flickr.disabled:active,.btn-flickr[disabled]:active,fieldset[disabled] .btn-flickr:active,.btn-flickr.disabled.active,.btn-flickr[disabled].active,fieldset[disabled] .btn-flickr.active{background-color:#ff0084;border-color:rgba(0,0,0,0.2)}
.btn-flickr .badge{color:#ff0084;background-color:#fff}
.btn-foursquare{color:#fff;background-color:#f94877;border-color:rgba(0,0,0,0.2)}.btn-foursquare:hover,.btn-foursquare:focus,.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{color:#fff;background-color:#f71752;border-color:rgba(0,0,0,0.2)}
.btn-foursquare:active,.btn-foursquare.active,.open>.dropdown-toggle.btn-foursquare{background-image:none}
.btn-foursquare.disabled,.btn-foursquare[disabled],fieldset[disabled] .btn-foursquare,.btn-foursquare.disabled:hover,.btn-foursquare[disabled]:hover,fieldset[disabled] .btn-foursquare:hover,.btn-foursquare.disabled:focus,.btn-foursquare[disabled]:focus,fieldset[disabled] .btn-foursquare:focus,.btn-foursquare.disabled:active,.btn-foursquare[disabled]:active,fieldset[disabled] .btn-foursquare:active,.btn-foursquare.disabled.active,.btn-foursquare[disabled].active,fieldset[disabled] .btn-foursquare.active{background-color:#f94877;border-color:rgba(0,0,0,0.2)}
.btn-foursquare .badge{color:#f94877;background-color:#fff}
.btn-github{color:#fff;background-color:#444;border-color:rgba(0,0,0,0.2)}.btn-github:hover,.btn-github:focus,.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{color:#fff;background-color:#2b2b2b;border-color:rgba(0,0,0,0.2)}
.btn-github:active,.btn-github.active,.open>.dropdown-toggle.btn-github{background-image:none}
.btn-github.disabled,.btn-github[disabled],fieldset[disabled] .btn-github,.btn-github.disabled:hover,.btn-github[disabled]:hover,fieldset[disabled] .btn-github:hover,.btn-github.disabled:focus,.btn-github[disabled]:focus,fieldset[disabled] .btn-github:focus,.btn-github.disabled:active,.btn-github[disabled]:active,fieldset[disabled] .btn-github:active,.btn-github.disabled.active,.btn-github[disabled].active,fieldset[disabled] .btn-github.active{background-color:#444;border-color:rgba(0,0,0,0.2)}
.btn-github .badge{color:#444;background-color:#fff}
.btn-google{color:#fff;background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}.btn-google:hover,.btn-google:focus,.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{color:#fff;background-color:#c23321;border-color:rgba(0,0,0,0.2)}
.btn-google:active,.btn-google.active,.open>.dropdown-toggle.btn-google{background-image:none}
.btn-google.disabled,.btn-google[disabled],fieldset[disabled] .btn-google,.btn-google.disabled:hover,.btn-google[disabled]:hover,fieldset[disabled] .btn-google:hover,.btn-google.disabled:focus,.btn-google[disabled]:focus,fieldset[disabled] .btn-google:focus,.btn-google.disabled:active,.btn-google[disabled]:active,fieldset[disabled] .btn-google:active,.btn-google.disabled.active,.btn-google[disabled].active,fieldset[disabled] .btn-google.active{background-color:#dd4b39;border-color:rgba(0,0,0,0.2)}
.btn-google .badge{color:#dd4b39;background-color:#fff}
.btn-instagram{color:#fff;background-color:#3f729b;border-color:rgba(0,0,0,0.2)}.btn-instagram:hover,.btn-instagram:focus,.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{color:#fff;background-color:#305777;border-color:rgba(0,0,0,0.2)}
.btn-instagram:active,.btn-instagram.active,.open>.dropdown-toggle.btn-instagram{background-image:none}
.btn-instagram.disabled,.btn-instagram[disabled],fieldset[disabled] .btn-instagram,.btn-instagram.disabled:hover,.btn-instagram[disabled]:hover,fieldset[disabled] .btn-instagram:hover,.btn-instagram.disabled:focus,.btn-instagram[disabled]:focus,fieldset[disabled] .btn-instagram:focus,.btn-instagram.disabled:active,.btn-instagram[disabled]:active,fieldset[disabled] .btn-instagram:active,.btn-instagram.disabled.active,.btn-instagram[disabled].active,fieldset[disabled] .btn-instagram.active{background-color:#3f729b;border-color:rgba(0,0,0,0.2)}
.btn-instagram .badge{color:#3f729b;background-color:#fff}
.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}.btn-linkedin:hover,.btn-linkedin:focus,.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{color:#fff;background-color:#005983;border-color:rgba(0,0,0,0.2)}
.btn-linkedin:active,.btn-linkedin.active,.open>.dropdown-toggle.btn-linkedin{background-image:none}
.btn-linkedin.disabled,.btn-linkedin[disabled],fieldset[disabled] .btn-linkedin,.btn-linkedin.disabled:hover,.btn-linkedin[disabled]:hover,fieldset[disabled] .btn-linkedin:hover,.btn-linkedin.disabled:focus,.btn-linkedin[disabled]:focus,fieldset[disabled] .btn-linkedin:focus,.btn-linkedin.disabled:active,.btn-linkedin[disabled]:active,fieldset[disabled] .btn-linkedin:active,.btn-linkedin.disabled.active,.btn-linkedin[disabled].active,fieldset[disabled] .btn-linkedin.active{background-color:#007bb6;border-color:rgba(0,0,0,0.2)}
.btn-linkedin .badge{color:#007bb6;background-color:#fff}
.btn-microsoft{color:#fff;background-color:#2672ec;border-color:rgba(0,0,0,0.2)}.btn-microsoft:hover,.btn-microsoft:focus,.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{color:#fff;background-color:#125acd;border-color:rgba(0,0,0,0.2)}
.btn-microsoft:active,.btn-microsoft.active,.open>.dropdown-toggle.btn-microsoft{background-image:none}
.btn-microsoft.disabled,.btn-microsoft[disabled],fieldset[disabled] .btn-microsoft,.btn-microsoft.disabled:hover,.btn-microsoft[disabled]:hover,fieldset[disabled] .btn-microsoft:hover,.btn-microsoft.disabled:focus,.btn-microsoft[disabled]:focus,fieldset[disabled] .btn-microsoft:focus,.btn-microsoft.disabled:active,.btn-microsoft[disabled]:active,fieldset[disabled] .btn-microsoft:active,.btn-microsoft.disabled.active,.btn-microsoft[disabled].active,fieldset[disabled] .btn-microsoft.active{background-color:#2672ec;border-color:rgba(0,0,0,0.2)}
.btn-microsoft .badge{color:#2672ec;background-color:#fff}
.btn-openid{color:#fff;background-color:#f7931e;border-color:rgba(0,0,0,0.2)}.btn-openid:hover,.btn-openid:focus,.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{color:#fff;background-color:#da7908;border-color:rgba(0,0,0,0.2)}
.btn-openid:active,.btn-openid.active,.open>.dropdown-toggle.btn-openid{background-image:none}
.btn-openid.disabled,.btn-openid[disabled],fieldset[disabled] .btn-openid,.btn-openid.disabled:hover,.btn-openid[disabled]:hover,fieldset[disabled] .btn-openid:hover,.btn-openid.disabled:focus,.btn-openid[disabled]:focus,fieldset[disabled] .btn-openid:focus,.btn-openid.disabled:active,.btn-openid[disabled]:active,fieldset[disabled] .btn-openid:active,.btn-openid.disabled.active,.btn-openid[disabled].active,fieldset[disabled] .btn-openid.active{background-color:#f7931e;border-color:rgba(0,0,0,0.2)}
.btn-openid .badge{color:#f7931e;background-color:#fff}
.btn-pinterest{color:#fff;background-color:#cb2027;border-color:rgba(0,0,0,0.2)}.btn-pinterest:hover,.btn-pinterest:focus,.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{color:#fff;background-color:#9f191f;border-color:rgba(0,0,0,0.2)}
.btn-pinterest:active,.btn-pinterest.active,.open>.dropdown-toggle.btn-pinterest{background-image:none}
.btn-pinterest.disabled,.btn-pinterest[disabled],fieldset[disabled] .btn-pinterest,.btn-pinterest.disabled:hover,.btn-pinterest[disabled]:hover,fieldset[disabled] .btn-pinterest:hover,.btn-pinterest.disabled:focus,.btn-pinterest[disabled]:focus,fieldset[disabled] .btn-pinterest:focus,.btn-pinterest.disabled:active,.btn-pinterest[disabled]:active,fieldset[disabled] .btn-pinterest:active,.btn-pinterest.disabled.active,.btn-pinterest[disabled].active,fieldset[disabled] .btn-pinterest.active{background-color:#cb2027;border-color:rgba(0,0,0,0.2)}
.btn-pinterest .badge{color:#cb2027;background-color:#fff}
.btn-reddit{color:#000;background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}.btn-reddit:hover,.btn-reddit:focus,.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{color:#000;background-color:#bcddff;border-color:rgba(0,0,0,0.2)}
.btn-reddit:active,.btn-reddit.active,.open>.dropdown-toggle.btn-reddit{background-image:none}
.btn-reddit.disabled,.btn-reddit[disabled],fieldset[disabled] .btn-reddit,.btn-reddit.disabled:hover,.btn-reddit[disabled]:hover,fieldset[disabled] .btn-reddit:hover,.btn-reddit.disabled:focus,.btn-reddit[disabled]:focus,fieldset[disabled] .btn-reddit:focus,.btn-reddit.disabled:active,.btn-reddit[disabled]:active,fieldset[disabled] .btn-reddit:active,.btn-reddit.disabled.active,.btn-reddit[disabled].active,fieldset[disabled] .btn-reddit.active{background-color:#eff7ff;border-color:rgba(0,0,0,0.2)}
.btn-reddit .badge{color:#eff7ff;background-color:#000}
.btn-soundcloud{color:#fff;background-color:#f50;border-color:rgba(0,0,0,0.2)}.btn-soundcloud:hover,.btn-soundcloud:focus,.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{color:#fff;background-color:#c40;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud:active,.btn-soundcloud.active,.open>.dropdown-toggle.btn-soundcloud{background-image:none}
.btn-soundcloud.disabled,.btn-soundcloud[disabled],fieldset[disabled] .btn-soundcloud,.btn-soundcloud.disabled:hover,.btn-soundcloud[disabled]:hover,fieldset[disabled] .btn-soundcloud:hover,.btn-soundcloud.disabled:focus,.btn-soundcloud[disabled]:focus,fieldset[disabled] .btn-soundcloud:focus,.btn-soundcloud.disabled:active,.btn-soundcloud[disabled]:active,fieldset[disabled] .btn-soundcloud:active,.btn-soundcloud.disabled.active,.btn-soundcloud[disabled].active,fieldset[disabled] .btn-soundcloud.active{background-color:#f50;border-color:rgba(0,0,0,0.2)}
.btn-soundcloud .badge{color:#f50;background-color:#fff}
.btn-tumblr{color:#fff;background-color:#2c4762;border-color:rgba(0,0,0,0.2)}.btn-tumblr:hover,.btn-tumblr:focus,.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{color:#fff;background-color:#1c2d3f;border-color:rgba(0,0,0,0.2)}
.btn-tumblr:active,.btn-tumblr.active,.open>.dropdown-toggle.btn-tumblr{background-image:none}
.btn-tumblr.disabled,.btn-tumblr[disabled],fieldset[disabled] .btn-tumblr,.btn-tumblr.disabled:hover,.btn-tumblr[disabled]:hover,fieldset[disabled] .btn-tumblr:hover,.btn-tumblr.disabled:focus,.btn-tumblr[disabled]:focus,fieldset[disabled] .btn-tumblr:focus,.btn-tumblr.disabled:active,.btn-tumblr[disabled]:active,fieldset[disabled] .btn-tumblr:active,.btn-tumblr.disabled.active,.btn-tumblr[disabled].active,fieldset[disabled] .btn-tumblr.active{background-color:#2c4762;border-color:rgba(0,0,0,0.2)}
.btn-tumblr .badge{color:#2c4762;background-color:#fff}
.btn-twitter{color:#fff;background-color:#55acee;border-color:rgba(0,0,0,0.2)}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{color:#fff;background-color:#2795e9;border-color:rgba(0,0,0,0.2)}
.btn-twitter:active,.btn-twitter.active,.open>.dropdown-toggle.btn-twitter{background-image:none}
.btn-twitter.disabled,.btn-twitter[disabled],fieldset[disabled] .btn-twitter,.btn-twitter.disabled:hover,.btn-twitter[disabled]:hover,fieldset[disabled] .btn-twitter:hover,.btn-twitter.disabled:focus,.btn-twitter[disabled]:focus,fieldset[disabled] .btn-twitter:focus,.btn-twitter.disabled:active,.btn-twitter[disabled]:active,fieldset[disabled] .btn-twitter:active,.btn-twitter.disabled.active,.btn-twitter[disabled].active,fieldset[disabled] .btn-twitter.active{background-color:#55acee;border-color:rgba(0,0,0,0.2)}
.btn-twitter .badge{color:#55acee;background-color:#fff}
.btn-vimeo{color:#fff;background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}.btn-vimeo:hover,.btn-vimeo:focus,.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{color:#fff;background-color:#1295bf;border-color:rgba(0,0,0,0.2)}
.btn-vimeo:active,.btn-vimeo.active,.open>.dropdown-toggle.btn-vimeo{background-image:none}
.btn-vimeo.disabled,.btn-vimeo[disabled],fieldset[disabled] .btn-vimeo,.btn-vimeo.disabled:hover,.btn-vimeo[disabled]:hover,fieldset[disabled] .btn-vimeo:hover,.btn-vimeo.disabled:focus,.btn-vimeo[disabled]:focus,fieldset[disabled] .btn-vimeo:focus,.btn-vimeo.disabled:active,.btn-vimeo[disabled]:active,fieldset[disabled] .btn-vimeo:active,.btn-vimeo.disabled.active,.btn-vimeo[disabled].active,fieldset[disabled] .btn-vimeo.active{background-color:#1ab7ea;border-color:rgba(0,0,0,0.2)}
.btn-vimeo .badge{color:#1ab7ea;background-color:#fff}
.btn-vk{color:#fff;background-color:#587ea3;border-color:rgba(0,0,0,0.2)}.btn-vk:hover,.btn-vk:focus,.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{color:#fff;background-color:#466482;border-color:rgba(0,0,0,0.2)}
.btn-vk:active,.btn-vk.active,.open>.dropdown-toggle.btn-vk{background-image:none}
.btn-vk.disabled,.btn-vk[disabled],fieldset[disabled] .btn-vk,.btn-vk.disabled:hover,.btn-vk[disabled]:hover,fieldset[disabled] .btn-vk:hover,.btn-vk.disabled:focus,.btn-vk[disabled]:focus,fieldset[disabled] .btn-vk:focus,.btn-vk.disabled:active,.btn-vk[disabled]:active,fieldset[disabled] .btn-vk:active,.btn-vk.disabled.active,.btn-vk[disabled].active,fieldset[disabled] .btn-vk.active{background-color:#587ea3;border-color:rgba(0,0,0,0.2)}
.btn-vk .badge{color:#587ea3;background-color:#fff}
.btn-yahoo{color:#fff;background-color:#720e9e;border-color:rgba(0,0,0,0.2)}.btn-yahoo:hover,.btn-yahoo:focus,.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{color:#fff;background-color:#500a6f;border-color:rgba(0,0,0,0.2)}
.btn-yahoo:active,.btn-yahoo.active,.open>.dropdown-toggle.btn-yahoo{background-image:none}
.btn-yahoo.disabled,.btn-yahoo[disabled],fieldset[disabled] .btn-yahoo,.btn-yahoo.disabled:hover,.btn-yahoo[disabled]:hover,fieldset[disabled] .btn-yahoo:hover,.btn-yahoo.disabled:focus,.btn-yahoo[disabled]:focus,fieldset[disabled] .btn-yahoo:focus,.btn-yahoo.disabled:active,.btn-yahoo[disabled]:active,fieldset[disabled] .btn-yahoo:active,.btn-yahoo.disabled.active,.btn-yahoo[disabled].active,fieldset[disabled] .btn-yahoo.active{background-color:#720e9e;border-color:rgba(0,0,0,0.2)}
.btn-yahoo .badge{color:#720e9e;background-color:#fff}





/* ARREGLO MEDIA-OBJECT PARA MOVIL */
@media (max-width: 767px) {

	.img_confirmar_reserva{
		height: 50px;
		width: 50px;
	}
}


/* Desplegable para quiero jugar */
@media (max-width: 767px) {

	.dropdown-submenu {
	    position: relative;
	}

	.dropdown-submenu .dropdown-menu {
	    top: 0;
	    left: -100%;
	    margin-top: -1px;
	}

}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.div-home-section-admin {
	background-color: rgba(222, 222, 222, 0.25);
	border-radius: 10px;
	padding: 20px;
	text-align: center;
	border-style: solid;
	border-width: 0.5px;
	border-color: rgba(171, 171, 171, 0.27);
	margin-bottom: 20px;
	box-shadow: 0 7px 5px rgba(0, 0, 0, 0.1); 
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;

}

.row-home {
	border-bottom: 1px solid #ececec;
	padding-bottom: 20px; 
	padding-top: 20px; 
}

.thumbnail-no-border {
	border: none !important;
}

.link-no-style {
  color: inherit !important; /* blue colors for links too */
  text-decoration: inherit !important; /* no underline */
  cursor: default;
  border-bottom: none !important;
}

p.line,
hr.line{

	/*background-color: rgb(0, 187, 255);*/
	background: #B0DE36;
	border-color: rgba(0, 0, 0, 0.5);
	cursor: default;
	visibility: inherit;
	transition: none 0s ease 0s;
	line-height: 18px;
	border-width: 0px;
	margin: 14px 0px 16px;
	padding: 0px;
	letter-spacing: 0px;
	font-weight: 400;
	font-size: 14px;
	white-space: normal;
	min-height: 3px;
	min-width: 60px;
	max-height: 3px;
	max-width: 60px;
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	transform-origin: 50% 50% 0px;
}

.readonly-white{
	background-color: #fff !important;
}

.group-profile {
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #eff3f3;
	border-radius: 3px;
	cursor: pointer;
	margin-top: -20px !important;
}

.img-circle {
	max-width: 100px;
	max-height: 100px;
}

/* CSS para la animación y localización de los DIV de cookies */
@keyframes desaparecer
{
	0%		{bottom: 0px;}
	80%		{bottom: 0px;}
	100%	{bottom: -50px;}
}
 
@-webkit-keyframes desaparecer /* Safari and Chrome */
{
	0%		{bottom: 0px;}
	80%		{bottom: 0px;}
	100%	{bottom: -50px;}
}
 
@keyframes aparecer
{
	0%		{bottom: -38px;}
	10%		{bottom: 0px;}
	90%		{bottom: 0px;}
	100%	{bottom: -38px;}
}
 
@-webkit-keyframes aparecer /* Safari and Chrome */
{
	0%		{bottom: -38px;}
	10%		{bottom: 0px;}
	90%		{bottom: 0px;}
	100%	{bottom: -38px;}
}
#cookiesms1:target {
    display: none;
}

.cookiesms{
	width: 100%;
	height: 43px;
	margin: 0 auto;
	padding-left: 1%;
	padding-top: 5px;
	font-size: 1em;
	clear: both;
	font-weight: strong;
	color: #333;
	bottom: 0px;
	position: fixed;
	left: 0px;
	background-color: #FFF;
	opacity: 0.8;
	filter: alpha(opacity=70);
	transition: bottom 1s;
		-webkit-transition: bottom 1s;
		-webkit-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
		-moz-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
	box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
	z-index: 999999999;
}

.minimized{
	margin-bottom: -50px !important;
}

@media only screen and (max-width: 700px) {
	.cookiesms{
		margin-bottom:10px;
		height:100px;
	}	

	.minimized{
		margin-bottom: -110px !important;
	}
}
 
.cookiesms:hover{
	bottom: 0px;
}
.cookies2{
	background-color: #FFF;
	display:inline;
	opacity:0.95;
	filter:alpha(opacity=95);
	position:absolute; 
	left:0.5%; 
	top:-30px;
	font-size:13px;
	height:30px;
	padding-left:25px;
	padding-right:25px;
		-webkit-border-top-right-radius: 15px;
		-webkit-border-top-left-radius: 15px;
		-moz-border-radius-topright: 15px;
		-moz-border-radius-topleft: 15px;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
		-webkit-box-shadow:3px -3px 1px rgba(50, 50, 50, 0.56);
		-moz-box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
	box-shadow: 3px -3px 1px rgba(50, 50, 50, 0.56);
}
/* Fin del CSS para cookies */

fix-poiner-ios {
	cursor: pointer !important;
}

