@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Poppins&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

body {
    background-color: #eee;
    height: 100vh;
    font-family: 'Poppins', sans-serif;
    background: linear-gradient(to top, #fff 10%, rgba(93, 42, 141, 0.4) 90%) no-repeat
}

.wrapper {
    max-width: 500px;
    border-radius: 10px;
    margin: 50px auto;
    padding: 30px 40px;
    box-shadow: 20px 20px 80px rgb(206, 206, 206)
}

.h2 {
    font-family: 'Kaushan Script', cursive;
    font-size: 3.5rem;
    font-weight: bold;
    color: #400485;
    font-style: italic
}

.h4 {
    font-family: 'Poppins', sans-serif
}

.input-field {
    border-radius: 5px;
    padding: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 1px solid #400485;
    color: #400485
}

.input-field:hover {
    color: #7b4ca0;
    border: 1px solid #7b4ca0
}

input {
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    padding: 0px 2px;
    font-family: 'Poppins', sans-serif
}

.fa-eye-slash.btn {
    border: none;
    outline: none;
    box-shadow: none
}

a {
    text-decoration: none;
    color: #400485;
    font-weight: 700
}

a:hover {
    text-decoration: none;
    color: #7b4ca0
}

.option {
    position: relative;
    padding-left: 30px;
    cursor: pointer
}

.option label.text-muted {
    display: block;
    cursor: pointer
}

.option input {
    display: none
}

.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    cursor: pointer
}

.option input:checked~.checkmark:after {
    display: block
}

.option .checkmark:after {
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    background: #400485;
    position: absolute;
    top: 48%;
    left: 53%;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 300ms ease-in-out 0s
}

.option input[type="radio"]:checked~.checkmark {
    background: #fff;
    transition: 300ms ease-in-out 0s;
    border: 1px solid #400485
}

.option input[type="radio"]:checked~.checkmark:after {
    transform: translate(-50%, -50%) scale(1)
}

.btn.btn-block {
/*    border-radius: 20px;*/
    background-color: #002140;
    color: #fff
}

.btn.btn-block:hover {
    background-color: #55268be0
}

@media(max-width: 575px) {
    .wrapper {
        margin: 10px
    }
}

@media(max-width:424px) {
    .wrapper {
        padding: 30px 10px;
        margin: 5px
    }

    .option {
        position: relative;
        padding-left: 22px
    }

    .option label.text-muted {
        font-size: 0.95rem
    }

    .checkmark {
        position: absolute;
        top: 2px
    }

    .option .checkmark:after {
        top: 50%
    }

    #forgot {
        font-size: 0.95rem
    }
}

/*desde aqui lo antiguo*/

html,body {height: 100%;}

body {
	background:#ffffff;
	
}


/*login form*/

/*body{
	margin:0;
	color:#6a6f8c;
	background:#c8c8c8;
	font:600 16px/18px 'Open Sans',sans-serif;
}*/



::placeholder{
color: #707070;
} 


/*body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background: #fff
}

.card{
    margin-bottom:20px;
    border:none;
}

.box {
    width: 500px;
    padding: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: linear-gradient(90deg, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 100%);
    ;
    text-align: center;
    transition: 0.25s;
    margin-top: 20px
}

.box input[type="text"],
.box input[type="password"] {
    border: 0;
    background: none;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 2px solid #3498db;
    padding: 10px 10px;
    width: 250px;
    outline: none;
    color: #333333;
    border-radius: 24px;
    transition: 0.25s
}

.box h1 {
    color: white;
    text-transform: uppercase;
    font-weight: 500
}

.box input[type="text"]:focus,
.box input[type="password"]:focus {
    width: 300px;
    border-color: #2ecc71
}

.box input[type="submit"] {
    border: 0;
    background: none;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 2px solid #2ecc71;
    padding: 14px 40px;
    outline: none;
    color: white;
    border-radius: 24px;
    transition: 0.25s;
    cursor: pointer
}

.box input[type="submit"]:hover {
    background: #2ecc71
}

.forgot {
    text-decoration: underline
}

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0
}

ul.social-network li {
    display: inline;
    margin: 0 5px
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518
}

.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i {
    color: #fff
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center
}

.social-circle li a:hover i,
.triggeredHover {
    transform: rotate(360deg);
    transition: all 0.2s
}

.social-circle i {
    color: #fff;
    transition: all 0.8s;
    transition: all 0.8s
}*/
/*fin login form*/
a {
	color:#009739;
	outline:none;
}

a, a:hover, a:focus {
	text-decoration:none;
	outline:none;
}

.no-padding {
	padding-right:0px !important;
	padding-left:0px !important;
}
.npl {padding-left: 0px !important;}
.npr {padding-right: 0px !important;}
.content-alert .alert{margin-top: 20px;}
#loader{margin-left: 10px;}
.page-nav a.active{color:#5B5B5B;}

@font-face {
    font-family: 'BebasRegular';
    src: url('../font/BEBAS___-webfont.eot');
    src: url('../font/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/BEBAS___-webfont.woff') format('woff'),
         url('../font/BEBAS___-webfont.ttf') format('truetype'),
         url('../font/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'IndieFlower';
    src: url('../font/IndieFlower-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'DancingScript';
    src: url('../font/DancingScript-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'PermanentMarker';
    src: url('../font/PermanentMarker-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'LakkiReddy';
    src: url('../font/LakkiReddy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bebasneue';
    src: url('../font/BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'metropolisb';
    src: url('../font/metropolis.black.otf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'metropolism';
    src: url('../font/metropolis.medium.otf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'CuprumFFURegular';
    src: url('../font/Cuprum-webfont.eot');
    src: url('../font/Cuprum-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Cuprum-webfont.woff') format('woff'),
         url('../font/Cuprum-webfont.ttf') format('truetype'),
         url('../font/Cuprum-webfont.svg#CuprumFFURegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.tags-extras {
  background-color: #EEEEEE;
  border-radius: 5px;
  float: left;
  list-style: none outside none;
  margin-right: 10px;
  padding: 5px 10px;
}
#edit-reservation {margin-top:10px;}
/*------------------------------------------------------------- 
			    	   TABLE
--------------------------------------------------------------- */
.content-table  .dataTables_length,.content-table .previous,.content-table .previous,.content-table .next{display: none !important}
.content-table .col-xs-6{width: 120%;}
.content-table .pagination,.content-table .dataTables_filter{float: right;}
.content-table .pagination{margin: 0;}
.content-table .dataTables_wrapper .dataTables_paginate .paginate_button.current, .content-table .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
  background: #6D9F58 !important;
  border-color: #6D9F58 !important;
  color: #FFFFFF !important;
  cursor: default;
  z-index: 2;
}
table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {border: 1px solid #DDDDDD !important;}
table.dataTable thead th, table.dataTable thead td {border: 1px solid #DDDDDD !important;}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {border: 1px solid #DDDDDD !important;}
table.dataTable.no-footer {border-bottom: 1px solid #DDDDDD !important;}
/*------------------------------------------------------------- 
			    	   TOPWRAP
--------------------------------------------------------------- */

#top-wrap {
	background:#f7f7f7;
}

.dropdown-menu{
  left: 0;
}

/*- - - - - - - - - - - - - - - - - - - - 
	TOPWRAP - Account info
- - - - - - - - - - - - - - - - - - - - */

.topbar-right {
	padding:0px;
	margin:0px;
	float:right;
}

.topbar-right li {
	float:left;
	margin: 10px 20px 10px 20px !important;
	list-style:none;
	font-size:13px;
	color:#939393;
}

.topbar-right li a {
	color:#939393;
}

.topbar-right li span, .topbar-right li a span {
	color:#5b5b5b;
	magin-right:1px;
}

.topbar-right li a:hover, .topbar-right li a:hover span {
	color:#4bd0ea;
}


.account, .wishlist, .cart,input[type=search] {
	background:url(../images/main_sprite.png) no-repeat;
}

.account {
	padding-left:25px;
	background-position: 3px 4px;
}

.wishlist {
	padding-left:25px;
	background-position: 3px -33px;
}

.cart {
	background-position: 3px -14px;
	padding-left:25px;
}

/*- - - - - - - - - - - - - - - - - - - - 
	TOPWRAP - Search
- - - - - - - - - - - - - - - - - - - - */

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none; /* remove the search and cancel icon */
}

input[type=search] {
	background-position: 94% -55px;
	border: none;
	padding: 5px 15px;
	width: 55px;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #6dcff6;
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}

input:-moz-placeholder {
	color: #999;
}

input::-webkit-input-placeholder {
	color: #999;
}

.top-search input[type=search] {
	width: 39px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
	position:absolute;
	top: 6px;
	right:0px;
}

.top-search input[type=search]:hover {
	background-color: #fff;
}

.top-search input[type=search]:focus {
	width: 130px;
	padding-right: 32px;
	color: #000;
	background-color: #fff;
	cursor: auto;
	right:13px;
	z-index:9999999;
}

.top-search input:-moz-placeholder {
	color: transparent;
}

.top-search input::-webkit-input-placeholder {
	color: transparent;
}

.review input:focus, .review textarea:focus  {
border-color:4bd0ea 
-webkit-box-shadow: 0px 0px 10px 0px rgba(75, 208, 234, 1);
-moz-box-shadow:    0px 0px 10px 0px rgba(75, 208, 234, 1);
box-shadow:         0px 0px 10px 0px rgba(75, 208, 234, 1);
}




/*------------------------------------------------------------- 
			    	   HEADER
--------------------------------------------------------------- */

.cont-menu-sport {
	clear:both;
	float:left;
 	overflow:hidden;
 	width:100%;
 }
.menu-sport{
	float:left;
	 left:50%;
	 list-style-type:none;
	 margin:-2 auto;
	 padding:0;
	 position:relative;
}

.menu-sport li{
	float:left;
 	position:relative;
 	right:50%;
 	margin-bottom: 3.5%;
 }


.error_login{
	font-weight: bold;
	color:#D21000;
}
.logo {
	position:relative;
	/*z-index:9999;*/
}

.logo-nav img {
	margin-top:0;
}

.bwhite {
	background:#fff !important;
}

.nav-main {
	font-size:16px;
}

.nav-link{
	color:#062f45;
	outline:none;
	font-weight:600;

}

.nav-link2{
	background: #062f45;
	color:#ffffff;
	outline:none;
	font-weight:600;

}

.nav-main span {
	font-size:1.3em;
	font-weight:300;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Sue Ellen Francisco', cursive !important;
}

.navbar {}

.navbar-nav-main > li {
	float: center;
	margin-left: 17px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	.navbar-nav > li > .dropdown-menu {
		overflow:visible !important;
	}
}

.dropdown-submenu{
	position:relative;
}
 
.dropdown-submenu > .dropdown-menu {
	top:0;
	left:100%;
	margin-top:0px;
	margin-left:0px;
	background:#f7f7f7;
	border:none !important;
}

.dropdown-submenu:hover > .dropdown-menu{
	display:block !important;
}
 
.dropdown-submenu > a:after{
	display:block;
	content:url(../images/arrow_medium_right.png);
	float:right;
	width:6px;
	height:9px;
	border:none;
	margin-top:0px;
	margin-right:-6px;
}
 
.dropdown-submenu .pull-left{float:none;}
 
.dropdown-submenu.pull-left > .dropdown-menu{
	left:-100%;
	margin-left:10px;
}

.menu-style-1 {
	border:2px solid #000 !important;
	width:620px;
}

.menu-style-1 li {
	width:50%;
	float:left;
	border:1px solid #000;
	padding:4px 30px 10px;
}

.menu-style-1 li a{
	border:none;
	color:#fff;
	font-size:21px;
	padding-left: 62px;
}

.menu-style-1 li a span{
	display:table;
	font-size:14px;
	font-weight:300;
}

.style1 {background:#c1c1c1;}
.style1 a {background:url(../images/ico1.png) no-repeat left center;}

.header {
    height: 131px;
    overflow: hidden;
}

.dropdown-menu > li > a:hover {
	color:#4bd0ea !important;
}

.nav-main span {
	color:#5b5b5b !important;
}

.style1 a span,{
	color:#fff !important;
}

.menu-style-1 li a:hover {
	color:#fff !important;
}




#hidden-header {
	position:fixed;
	left:0px;
	right:0px;
	top:-200px;
	z-index: 999999999;
	background: #fff;
	background:rgba(255,255,255,0.8);
	box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
	-webkit-transition:all 0.5s ease-in-out;  
	-moz-transition:all 0.5s ease-in-out;  
	-o-transition:all 0.5s ease-in-out;  
	transition:all 0.5s ease-in-out; 
}

#hidden-header .navbar-default .navbar-nav > li > a {
	color: rgb(91, 91, 91);
	padding: 14px 20px;
	line-height: 25px;
	font-size:15px;
}

#hidden-header .logo-nav img {
	margin-top: 0px;
	width: 110px;
}

.no-margin-top {
	margin-top:0px !important;
}

.content-page {margin: 60px auto 30px;}

.nb {background: transparent !important;}
.fright {float:right;}
.fleft {float:left;}
.login {padding: 10px 0 10px 10px;}
.login p.pass a {color:#000 !important;}
.login p.pass a:hover {color:#7BB953 !important;}
.footer-li li{
	float:left;
	list-style:none;
	margin-left:50px;
}
.footer-li a{
color:white;
}
.footer-li a:hover{
color:#7BB953;
}
.login-form{margin-top: 53px;}
.logueo-form{margin-top: 28px;}
.logueo img {margin-top:-5px; padding-right:5px;}
.exit {margin: -12px 0 0 15px;}
.ult-colm .exit {margin: 0; width:100%;}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: transparent !important;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: transparent !important;
}
.main-header-menu {}

nav.services {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  left: 16%;
  top: 831px;
}

.head {border-top: 5px solid #49504c; height:100px; background-color: #337ab7;box-shadow: 0px 5px 5px #67859b;}
.cab {margin-top:-95px;}
.cab .col-md-4 {background-color:#49504c; height:125px; text-align:right; padding-top: 100px;box-shadow: 0px 5px 5px #67859b;}
.title2 {font-family: 'Kristi',cursive; color: #fff; font-size:3em;}
.cab .col-md-4 a {  color: #FFFFFF;  margin: 0; }


/*@media screen and (-webkit-min-device-pixel-ratio:0) {
	.cab .col-md-4 a {  color: #FFFFFF;  margin: 60px -315px 0 -55px !important;  position: absolute;}
}*/

.cab .col-md-8 {height:25px; text-align:right;}

.cab .col-md-8 img {margin:-80px 0 0;}

#PAGE .inter-page {  margin: 20px auto 100px;}
#PAGE .navbar {  top: 347px;}
#PAGE .forum-btn-style1 {  font-size: 15px;}

.ico-map {background:url(../images/ico-map-a.png) no-repeat left;}

.ico-ok {background:url(../images/ico-ok-a.png) no-repeat left;}




/*------------------------------------------------------------- 
                           FOOTER
--------------------------------------------------------------- */


#footer {
	padding: 15px 0px 15px;
	bottom:0;
	width:100%;
	background:#062f45;
	margin-top:50px;
	position: fixed;
	z-index: 99999;
	-webkit-overflow-scrolling:touch;

}
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
	#footer {
	padding: 15px 0px 15px;
	bottom:0;
	width:100%;
	background:#eaeaea;
	top:100px;
	position: relative;
	z-index: 99999;
	-webkit-overflow-scrolling:touch;

}
}*/

.footer-widget {}

.footer-widget h5 {
	font-size:24px;
	color:#d2d2d2;
	margin:0px 0px 30px;
}














/*------------------------------------------------------------- 
                    CUSTOM DROPDOWN STYLES
--------------------------------------------------------------- */

form.custom div.custom.dropdown ul span, form.custom div.custom.dropdown a span{ width:30px;height:auto;float:left;display:table;}
form.custom div.custom.dropdown {position: relative;z-index: 99999;}
form.custom div.custom.dropdown ul { overflow-y: auto; max-height: 200px; }
form.custom div.custom.dropdown a {padding-left: 10px !important; color: #939393; font-weight:400; font-size: 13px; }
form.custom div.custom.dropdown a.current {
	display: block;
	width: auto;
	line-height: 34px;
	min-height: 14px;
	padding: 1px 38px 0px 0px;
	border: medium none;
	color: #939393;
	background-color: #f7f7f7;
	white-space: nowrap;
}

form.custom div.custom.dropdown a:hover { background-color: none; color: black; text-decoration:none;}
form.custom div.custom.dropdown a.selector { position: absolute; width: 35px; height: 35px; display: block; right: 0; top: 0; border: none; }
form.custom div.custom.dropdown a.selector:after { content: ""; background:url(../images/arrow_medium_down.png) no-repeat center center;display: block; display: block; width: 9px; height: 6px; border: none; position: absolute; left: 50%; top: 48%; margin-top: 0px; margin-left: -5px; }
form.custom div.custom.dropdown.open ul { display: block; z-index: 10; }
form.custom div.custom.dropdown ul { position: absolute; width: 100%; display: none; margin: 0; left: 0; top: 34px; margin: 0; padding: 0; background: white; border: none; }
form.custom div.custom.dropdown ul li { color: #939393; font-weight:300; font-size: 13px; cursor: pointer; padding: 5px; padding-left: 10px; padding-right: 38px; min-height: 18px; line-height: 18px; margin: 0; white-space: nowrap; list-style: none; }
form.custom div.custom.dropdown ul li.selected { background: none; color: black; }
form.custom div.custom.dropdown ul li.selected:after { content: "\2013"; position: absolute; right: 10px; }
form.custom div.custom.dropdown ul li:hover { background-color: none; color: black; }
form.custom div.custom.dropdown ul li:hover:after { content: "\2013"; position: absolute; right: 10px; color: #a3dbec; }
form.custom div.custom.dropdown ul li.selected:hover { background: none; cursor: default; color: black; }
form.custom div.custom.dropdown ul li.selected:hover:after { color: black; }
form.custom div.custom.dropdown ul.show { display: block; }
form.custom .custom.disabled { background-color: #dddddd; }




/*------------------------------------------------------------- 
                   404 PAGE STYLES
--------------------------------------------------------------- */

.error-wrap {
	padding:150px 0;
}

.error-img {
	display:table;
	margin:0 auto 20px;
}

.error-info {
	padding: 0px 0;
}

.error-info p {
	text-align:center;
	width: 75%;
	margin:0 auto;
	font-size:18px;
	color:#92a5a1;
	line-height:25px;
	font-weight:300;
}

.error-wrap .sidebar {
	padding: 0px !important;
	margin: 0px;
}

.error-wrap .side-search {
	margin-bottom: 10px;
	width: 50%;
	margin: 30px auto 0px;
}


/*------------------------------------------------------------- 
                    GOOGLE MAP STYLES
--------------------------------------------------------------- */

.map {
	width: 100%;
	height: 500px;
	position:relative;
	display:block;
}

.map-wrap {
}

.gmap {
	padding:0px;
	height:500;
	background:#fff;
	border:2px solid #fff;
	border-radius:3px;
}

.gmap div {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}  

.map p {
	margin: 10px;
	color: #fff;
}

.gmap img {
	max-width: none !important;
	vertical-align: baseline !important;
}  

.gmap_marker {
	margin-top:19px;
	font-size:13px;
}





/*------------------------------------------------------------- 
                    MOBILE MENU STYLES
--------------------------------------------------------------- */

.select-menu {
	display: none;
	background: none;
	padding: none;
	border:none;
}







/* #Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */

.dropdown-toggle span{font-family:metropolism !important; }
.navbar.services{  width:auto !important;margin:-100px auto 50px auto; text-align:center !important }
.navbar.services {margin-top:-68px;margin-left:-80px}
.main-header-menu{ margin:auto !important; text-align:center !important; }
.navbar.services .dropdown{float:left; }
h2{font-family: 'Kristi', cursive; !important; font-size:2em; margin-bottom: 60px;line-height: 0;}
.logueo span{font-family: 'CuprumFFURegular';font-size: 1em !important;}
.col-md-4 a{font-family: 'CuprumFFURegular';font-size: 1.2em !important; margin-top:60px !important;}
.menuuno-deporte{margin-top:-30px !important;margin-left:0 !important;}
.cab .col-md-8 h1 {padding-right: 185px;  font-family: 'metropolism'; font-size: 2.5em; color: #fff;  font-weight:bold;}



#scrollbox2 {
    overflow: auto;
    width: 99%;
    height: 100px;
	font-size:10px;
    padding: 0 5px;
    border: 1px solid #b7b7b7;
	margin-top:10px;
}

#scrollbox2 p {
    width: 100%;
}

#scrollbox2 h3 {
  font-size:14px;
}
.styled-select select{
   background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
   color:grey;
   }
.styled-select {
   width: 240px;
   height: 34px;
   overflow: hidden;
   background: url(../images/down_arrow_select.jpg) no-repeat right #ddd;
   border: 1px solid #ccc;
   }
  #datepicker{
  	padding: 5px;
  	color:grey;
  	font-size: 1.2em;
  }
  .glyphicon-calendar{
  	font-size: 2.4em;
  	top:5px !important;
  	color:grey;
  }
  #table-cash{
  	border-bottom: none !important;
  	border-left: none !important;
  	border-right: none !important;
  }

  #table-cash tfoot td,#table-cash tfoot tr,#table-cash tfoot{
  	border:none !important;
  	border-left: none !important;
  }
  #table-cash tfoot td:nth-child(10n),#table-cash tfoot td:nth-child(11n){
  	background-color: #F7F7F7;
  	font-size: 1.2em;
  	font-weight: bold;
  }
  
.opciones_cuadro{clear:both; float:left; margin-left:10% !important; width:300px !important; }
.precio_opciones{font-family: 'CuprumFFURegular'; font-size: 1.3em;color:#7bb953  !important; margin-left:10%; width:10%; margin-top:0px;height: 30px;
	line-height: 34px; padding:5px 0 0 10px}
.bebas{font-family: 'CuprumFFURegular';}
.bebas_verde{font-family: 'CuprumFFURegular';color:#7bb953  !important;}

.content-page .x2 h2 {font-size: 2em !important;}
.content-page h2 {
	text-align:center;
	font-family: 'DancingScript', cursive;
	font-size: 2em;
	margin-bottom:30px;
	
}
.inter-page {margin: 125px auto 190px;}
.inter-page .x2 h2 {font-size: 2em !important;}
.inter-page h2 {
	text-align:center;
	font-family: 'metropolism', cursive;
	font-size: 2em;
}
.logueo span{font-family: 'CuprumFFURegular' !important;}
#preloader img{margin-left: 50%;}
.centre .navbar{top:130px;}
.centre .inter-page {margin: 244px auto 190px;}
.centre .navbar.services{top:452px;}
.content-centers strong{font-size: 1.3em;}
.content-centers a{font-size: 0.8em;}
.content-reservation{text-align: center;}
.content-reservation h3, .content-reservation h4{text-transform: uppercase;}
.content-reservation h3{font-family: 'Bad Script',cursive;}
.reservation-ok{color:#fff; font-size: 1.3em;}
.reservation-ok .black{background: #062f45; padding: 20px;}
.reservation-ok .blue{background: #084d6e; padding: 20px;}
.reservation-ok .green{background: #6D9F58; padding: 20px;}
.reservation-ok .code{color:#595757}
.reservation-ok .code strong{color:#333333}
.final-user {top: 150px;}
.reservation-ok .server-response{color:#333333;}
.datepicker .fa-calendar {
  color: #b2b0b0;
  float: left;
  font-size: 2.6em;
}
.cuadro{
	background-color: #6c0707;
	color: white;
	padding: 35px;
	text-align: center;
	font-size: 18px;
}