@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../font/OpenSans.eot');
    src: url('../font/OpenSans.eot?#iefix') format('embedded-opentype'),
        url('../font/OpenSans.woff2') format('woff2'),
        url('../font/OpenSans.woff') format('woff'),
        url('../font/OpenSans.ttf') format('truetype'),
        url('../font/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family:Open Sans;
}

.f12{
	font-size:12px;
}
.white{
	color:#fff;
}

#top{
}

.wrapper{
	width:100%;
	max-width:1115px;
	margin:auto;
}

ul.menu{
		-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
}
ul.menu li{
	list-style:none;
	float:left;
}
.clear{
	clear:both;
}
ul.menu li a{
	padding: 20px 75px;
	display:inline-block;
	font-size:12px;
	text-decoration:none;
}
ul.menu li a:link{
	color:#000;
	-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all 0.7s ease;
}
ul.menu li a:visited{
	color:#000;
}
ul.menu li a:hover{
	color:#7891E3;
	-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all 0.7s ease;
}
ul.menu li a:active{
	color:#000;
}

#content{
	background-color:#EAEDF2;
}
.paddContent{
	padding:70px 0;
}

#footer{
}

.wrapperFooter{
	width:100%;
	/*max-width:980px;*/
	max-width:998px;
	margin:auto;
}

ul.menuFooter{
	border-top:2px;
	border-top-style:solid;
	border-top-color:#EAEDF2;
	margin-top:40px;
}
ul.menuFooter li{
	list-style:none;
	float:left;
}
ul.menuFooter li a{
	padding: 20px 143px 20px 0px;
	display:inline-block;
	font-size:12px;
	text-decoration:none;
}
ul.menuFooter li a:link{
	color:#000;
	-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all 0.7s ease;
}
ul.menuFooter li a:visited{
	color:#000;
}
ul.menuFooter li a:hover{
	color:#7891E3;
	-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all 0.7s ease;
}
ul.menuFooter li a:active{
	color:#000;
}


ul.menuFooter ul{
	text-align: left;
}
ul.menuFooter ul li{
	list-style:none;
	float:none;
}
ul.menuFooter ul li a{
	padding:5px 0;
	font-size:12px;
}


.imgFooter{
	text-align:center;
	margin-top:20px;
}
.imgFooter img{
	margin:0 40px;
}
.menuMovil, .menuCerrar{
	display:none;
}


.side_1{
	float:left;
	width:75%;
}
.side_2{
	float:left;
	width:25%;
}

p{
	font-size:11px;
	line-height:18px;
	margin:0 0 10px 0;
	
}
.red{
	color:#F00;
}
.blue{
	color: #00F;
}


.input_1{
	border:none;
	background-color:#FFF;
	width:265px;
	padding:0 5px;
	height:37px;
	font-size:12px;
	margin:0 10px 10px 0;
}
.input_2{
	border:none;
	background-color:#FFF;
	width:148px;
	padding:0 5px;
	height:37px;
	font-size:12px;
	margin:0 10px 10px 0;
}

#form1{
	margin-top:20px;
	display:inline-block;
}

.btn_blue{
	font-size:14px;
	border:none;
	background-color:#002aff;
	width:170px;
	height:40px;
	color:#fff;
	cursor:pointer;
	-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all 0.7s ease;
}
.btn_blue:hover{
	background-color:#000;
	-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all 0.7s ease;
}

.btn_red{
	font-size:14px;
	border:none;
	background-color:#ff0000;
	width:170px;
	height:40px;
	color:#fff;
	cursor:pointer;
	-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all 0.7s ease;
}
.btn_red:hover{
	background-color:#000;
	-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all 0.7s ease;
}


.col_1{
	width:275px;
	float:left;
}
.col_2{
	width:158px;
	float:left;
	margin-left:20px;
}

.map{
	background-image:url(../img/map_point.png);
	background-repeat:no-repeat;
	background-position:97% center;
}
.calendar{
	background-image:url(../img/calendar.png);
	background-repeat:no-repeat;
	background-position:97% center;
}
.clock{
	background-image:url(../img/clock.png);
	background-repeat:no-repeat;
	background-position:97% center;
}

.sc{
	margin-top: 100px;
}

.event{
	background-color:#fff;
	padding:10px;
	display:block;
	margin-bottom:5px;
	color:#999;
}

.banner{
	margin-top:20px;
	text-align:right;
}


.boxes{
	margin-top:20px;
}

.box{
	width:25%;
	float: left;
	text-align:center;
	margin-top:20px;
}

.boxes span{
	display:inline-block;
	width:215px;
	background-color:#fff;
	padding:5px 0;
	font-size:12px;
}




#reservation{
	width:100%;
	max-width:550px;
	margin:auto;
}
.r1{
	width:50%;
	float:left;
}
.r2{
	width:50%;
	float:left;
}

.input_3{
	border:none;
	background-color:#FFF;
	width:calc(100% - 10px);
	padding:0 5px;
	height:37px;
	font-size:12px;
}

.car{
	background-color:#fff;
	height:37px;	
	display:inline-block;
	float:left;
}
.car img{
	vertical-align:middle;
}
.car span{
	padding:10px 0 0 0;
	text-align:center;
	width:100px;
	float:right;
	font-size:12px;
}

.car2{
	background-color:#fff;
	height:37px;	
	display:inline-block;
	float:left;	
	margin-right:10px;
}
.car2 span{
	padding:5px 0 0 0;
	text-align:center;
	width:50px;
	float:right;
}

.radio{
	background-color:#fff;
	height:37px;
	width:60px;
	display:inline-block;
	float:left;
	margin-left:10px;
}
.radio input{
	margin: 13px 0 0 22px;
}

.radio2{
	background-color:#fff;
	height:37px;
	width:50px;
	display:inline-block;
	float:left;
	margin-right:10px;
}
.radio2 input{
	margin: 13px 0 0 17px;
}

.w{
	background-color:#fff;
	padding:10px;
	display:inline-block;
}
.w2{
	background-color:#fff;
	height:32px;	
	display:inline-block;
	float:left;
	margin-right:10px;	
	padding:5px 5px 0 5px;
	width:75px;
	text-align:center;
}

.i50{
	width:40px;
}

.photo{
	text-align:center;
}
.photo img{
	width:280px;
	height:280px;
	border-radius:250px;
	border:4px;
	border-style:solid;
	border-color:#fff;
}

.titleProfile{
	font-size:22px;
	font-weight:bold;
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

.boxProfile{
	width:100%;
	max-width:1020px;
	border-radius:10px;
	background-color:#83CBFD;
	padding:40px 0;
	margin:auto;
}

.boxProfile_text{
	width:200px;
	margin:auto;
	color:#fff;
}
.boxProfile_text img{
	vertical-align:middle;
}

.padd20{
	padding:20px 0 0 0;
}


.profileMap{
	width:150px;
	height:150px;
	position: absolute;
	top:300px;
	/* top:1020px; */
	z-index:9999;
	float:left;
	margin-left:60px;
	-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all 0.7s ease;
}
.profileMap img{
	width:150px;
	height:150px;
	-webkit-box-shadow:0px 0px 4px hsla(0,0%,0%,.5);
	-moz-box-shadow:0px 0px 4px hsla(0,0%,0%,.5);
	-o-box-shadow:0px 0px 4px hsla(0,0%,0%,.5);
	box-shadow:0px 0px 4px hsla(0,0%,0%,.5);
}


.driverBox{
	width:100%;
	max-width:300px;
	position: absolute;
	background-color:#fff;
	top:500px;
	z-index:9999;
	float:left;
	margin-left:100px;
	-webkit-box-shadow:0px 0px 4px hsla(0,0%,0%,.5);
	-moz-box-shadow:0px 0px 4px hsla(0,0%,0%,.5);
	-o-box-shadow:0px 0px 4px hsla(0,0%,0%,.5);
	box-shadow:0px 0px 4px hsla(0,0%,0%,.5);
}
.driverBox2{
	width:100%;
	max-width:300px;
	position: absolute;
	background-color:#fff;
	top:490px;
	z-index:9999;
	float:left;
	margin-left:100px;
	-webkit-box-shadow:0px 0px 4px hsla(0,0%,0%,.5);
	-moz-box-shadow:0px 0px 4px hsla(0,0%,0%,.5);
	-o-box-shadow:0px 0px 4px hsla(0,0%,0%,.5);
	box-shadow:0px 0px 4px hsla(0,0%,0%,.5);
}

.cell{
	padding:10px 10px 0 10px;
	height:60px;
}
.cell img{
	vertical-align:middle;
}
.cell span{
	padding-top:15px;
	padding-right:25px;
	display:inline-block;
	font-size:11px;
}
.spf{
	float:right;
	text-align:right;
}
.cellColor1{
	background-color:#EAEDF2;
}
.cellImg{
	width:40px;
	height:40px;
	border-radius:250px;
	border:4px;
	border-style:solid;
	border-color:#fff;
	vertical-align:middle;
	float:right;
}
.titleDriver{
	font-size:16px;
}

.cell2{
	padding:10px;
	background-image:url(../img/map_point.png);
	background-repeat:no-repeat;
	background-position:95% center;
	font-size:11px;
}
.cell2 span{
	padding: 0 30px 0 0;
float: right;
}

.cell3{
	font-weight:bold;
	background-color:#7891E3;
	padding:10px 0;
	text-align:center;
	color:#fff;
	display:inline-block;
	width:100%;
	font-size: 11px;
	text-decoration:none;
	-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all 0.7s ease;
}
.cell3:hover{
	background-color:#000;
	-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all 0.7s ease;
}

.cell4{
	width:calc(50% - 2px);
	float:left;
	border:1px;
	border-style:solid;
	border-color:#f5f5f5;
}
.cell4 img{
	vertical-align:middle;
}
.cell4 span{
	padding:10px;
	display:inline-block;
	font-size: 11px;
	
}
.cell4 span img{
	margin-left:20px;
}

.cell5{
	background-color:#FF9300;
	padding:10px 0;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:11px;
	display:inline-block;
	width:100%;
	text-decoration:none;
	-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all 0.7s ease;
}
.cell5:hover{
	background-color:#000;
	-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all 0.7s ease;
}

.cell6{
	background-color:#FFF701;
	padding:10px;
	font-size:11px;
	background-image: url(../img/map_point.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}
.cell6 img{
	vertical-align:middle;
}
.cell6 span{
	padding: 0 30px 0 0;
float: right;
}

.cell7{
	background-color:#F53D3D;
	padding:10px;
	font-size:11px;
	color:#fff;
}
.cell7 span{
	padding: 0 30px 0 0;
float: right;
}

.cell8{
	background-color:#FA9B19;
	padding:10px;
	font-size:11px;
}

.driver_1{
	width:50%;
	float:left;
}
.driver_2{
	width:50%;
	float:left;
}

h2{
	font-size:24px;
	margin-bottom:20px;
}

/****************************************************************************/
/***********RESPONSIVE*****************************************************************/
/****************************************************************************/

@media (max-width: 1115px) {
	.wrapper{
	width:97%;
	margin:auto;
}
.menuMovil{
	display:block;
	text-align:center;
	padding-top:10px;
}
.menuMovil img{
	cursor:pointer;
}
.menuCerrar{
	text-align:center;
	padding-top:10px;
}
.menuCerrar img{
	cursor:pointer;
}

#top{
	min-height:60px;	
}
ul.menu{
	max-height:0px;
	overflow:hidden;
		-webkit-transition: all 0.7s ease;
		-moz-transition: all 0.7s ease;
		-o-transition: all 0.7s ease;
		transition: all 0.7s ease;
}
ul.menu li{
	list-style:none;
	float:none;
}
ul.menu li a{
	padding: 10px 10px;
	display:block;
	font-size:12px;
	text-decoration:none;
}
ul.menuFooter li a {
    padding: 20px 63px 20px 63px;
}
ul.menuFooter ul {
    text-align: center;
}


.side_1{
	width:95%;
	float:none;
	margin:auto
}
.side_2{
	width:95%;
	float:none;
	margin:auto;
	padding-top:40px;
}

.col_1{
	width:100%;
	float:none;
}
.col_2{
	width:100%;
	float:none;
	margin-left:0px;
}

.sc{
	margin-top: 10px;
}

.banner{
	text-align: center;
}

.boxProfile{
	width:97%;
	max-width:1020px;
}

.driver_1{
	width:95%;
	float:none;
	margin:auto;
}
.driver_2{
	width:95%;
	float:none;
	margin:auto;
}
.w95{
	width:95%;
	margin:auto;
}

ul.menuFooter li {
    float: none;
}
ul.menuFooter{
	text-align:center;
}

}

@media (max-width: 768px) {
.box{
	width:50%;
	float: left;
	text-align:center;
	margin-top:20px;
}
}

@media (max-width: 490px) {
.car{
	background-color:#fff;
	height:37px;	
	display:inline-block;
	float:none;
}
.car span {
    display: none;
}
.radio {
    float: none;
}

.driverBox{
	width:100%;
	max-width:300px;
	position: relative;
	background-color:#fff;
	top:0px;
	z-index:9999;
	float:left;
	margin-left:10px;
	margin-top:10px;

}
.driverBox2{
	width:100%;
	max-width:300px;
	position: relative;
	background-color:#fff;
	top:0px;
	z-index:9999;
	float:none;
	margin-left:10px;
	margin-top:10px;

}

}
@media (max-width: 429px) {
.box{
	width:100%;
	float: none;
	text-align:center;
	margin-top:20px;
}
.w2{
	background-color:#fff;
	height:32px;	
	display:inline-block;
	float:left;
	margin-right:10px;	
	padding:5px 5px 0 5px;
	width:65px;
	text-align:center;
}	
}

#aboutcontent{
	background-color:#002aff;
}
.paddAboutContent{
	padding:70px 0;
}

#logo{
    text-align:center;
}
h1{
    font-size:40px;
    padding:20px 0;
    color:#000;
    display:inline-block;
}
#logo a{
    color:#000;
    text-decoration:none;
}

h1 span{
	
	border-color:#000;
	width:21px;
	height:21px;
	display:inline-block;
	font-size:22px;
	font-weight:100;
	position:absolute;
}

h3{
    font-size:16px;
    padding:10px 0;
}


/************ CSSS FOR CAR TRACK ***************/

#map {
	width:100%;
	clear:both;
	background-color:#fff;
}
#topmap {
	width: 100%;
	clear: both;
	height: 23px;
	border-top: solid 2px #f3f3f3;
	background-image: url(../img/streetname2.png);
	background-repeat: repeat-x;
}
#middlemap {
	width:100%;
	clear:both;
}
#leftmap {
	float:left;
	width:2%;
	max-width:25px;
	background-color:#fff;
	background-image: url(../img/streetname1.png);
	background-repeat: repeat-y;
}
#innermap {
	width:96%;
	float:left;
	margin:auto;	
}
#rightmap {
	float:left;
	width:2%;
	max-width:25px;	
	background-color:#fff;
	background-image: url(../img/streetname1.png);
	background-repeat: repeat-y;
}
#bottommap {
	width:100%;
	clear:both;
	height:50px;	
}

.default-card {
	display:none;	
}
/*
#leftmap img, #rightmap img{
	width:85%;
}
*/
@media  screen and  (min-width: 640px) and (max-width: 1200px) {
	#middlemap {
		width:100%;
		clear:both;
	}
	#leftmap {
		float:left;
		width:2%;
		max-width:25px;	
	}
	#innermap {
		width:96%;
		float:left;
		margin:auto;	
	}
	#rightmap {
		float:left;
		width:2%;
		max-width:25px;	
	}
	/* #leftmap img, #rightmap img{
		width:95%;
	}
	*/
}

@media  screen and  (min-width: 240px) and (max-width: 639px) {
	#middlemap {
		width:100%;
		clear:both;
	}
	#leftmap {
		float:left;
		width:10%;
		max-width:50px;
		text-align:center;
	}
	#innermap {
		width:80%;
		float:left;
		margin:auto;	
	}
	#rightmap {
		float:left;
		width:10%;
		max-width:50px;	
		text-align:center;
	}
	
	/*
	#topmap img,#bottommap img {
		width:40px;
	}
	
	#leftmap img, #rightmap img{
		width:18px;
	}
	*/
}

.main_logo {
	height:50px;
}
@media only screen and (max-width: 600px) {
  .main_logo {
	height:50px;
  }
}





























