/* ====================== FONT-FACE ====================== */
@import url("http://fonts.googleapis.com/css?family=Open+Sans:200,300,400,700");
body {
  color: #111;
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  background-color:#181818;
/* ====================== NAVIGATION ====================== */
/* ====================== BACKGROUNDS ====================== */
/* ====================== TEXT ====================== */
/* ====================== FORM ====================== */
/* ====================== TABLE ====================== */
/* ====================== BUTTONS ====================== */
/* ====================== BUTTONS ====================== */
/* ====================== TAGs ====================== */
}
body > header.solid {
  background: #111;
}
body > header .tapquo > img {
  max-height: 48px;
}
body > header nav a.icon {
  color: #fff;
  font-size: 16px;
  margin: 0 0 0 16px;
}
body > header nav a.icon:hover,
body > header nav a.icon:active {
  color: #000;
}
body > footer img {
  height: 16px;
  position: relative;
  top: 5px;
  left: 2px;
}
body > footer p {
  margin-bottom: 4px;
}
body > section.underline {
  border-bottom: solid #bbb 1px;
}
body hr {
  border-style: solid;
  border-color: #f7f7f7;
  margin: 20px 0;
  padding: 0;
}
body nav.group a {
  border-left: solid #ccc 1px;
}
body nav.group a,
body nav.group a > .icon {
  color: #888;
}
body nav.group a:hover,
body nav.group a:active,
body nav.group a.active {
  color: #000;
  background: #fff;
}
body nav.group a:hover > .icon,
body nav.group a:active > .icon,
body nav.group a.active > .icon {
  color: #000;
}
body nav.group a:last-child {
  border-right: solid #ccc 1px;
}
body .bck.lightest {
  background-color: #fff;
}
body .bck.light {
  background-color: #f7f7f7;
}
body .bck.dark {
  background-color: #383838;
}
body .bck.darkest {
  background-color: #181818;
}
body .bck.theme {
  background-color: #000;
}
body .bck.accept {
  background-color: color_accept;
}
body .bck.cancel {
  background-color: color_cancel;
}
body .text.shadow {
  -webkit-text-shadow: 0 1px 1px rgba(0,0,0,0.5);
  -moz-text-shadow: 0 1px 1px rgba(0,0,0,0.5);
  -ms-text-shadow: 0 1px 1px rgba(0,0,0,0.5);
  -o-text-shadow: 0 1px 1px rgba(0,0,0,0.5);
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}
body .text.color.white {
  color: #fff;
}
body .text.color.theme {
  color: #f00;
}
body .text.color.secondary {
  color: #bfbfbf;
}
body .text.color.accept {
  color: color_accept;
}
body .text.color.cancel {
  color: color_cancel;
}
body form input[type="text"],
body .form input[type="text"],
body form input[type="password"],
body .form input[type="password"],
body form input[type="date"],
body .form input[type="date"],
body form input[type="datetime"],
body .form input[type="datetime"],
body form input[type="email"],
body .form input[type="email"],
body form input[type="number"],
body .form input[type="number"],
body form input[type="search"],
body .form input[type="search"],
body form input[type="tel"],
body .form input[type="tel"],
body form input[type="time"],
body .form input[type="time"],
body form input[type="url"],
body .form input[type="url"],
body form select,
body .form select,
body form textarea,
body .form textarea {
  background-color: #fff;
  color: rgba(0,0,0,0.75);
  border: 1px solid #ddd;
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -ms-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
body form input[type="text"].error,
body .form input[type="text"].error,
body form input[type="password"].error,
body .form input[type="password"].error,
body form input[type="date"].error,
body .form input[type="date"].error,
body form input[type="datetime"].error,
body .form input[type="datetime"].error,
body form input[type="email"].error,
body .form input[type="email"].error,
body form input[type="number"].error,
body .form input[type="number"].error,
body form input[type="search"].error,
body .form input[type="search"].error,
body form input[type="tel"].error,
body .form input[type="tel"].error,
body form input[type="time"].error,
body .form input[type="time"].error,
body form input[type="url"].error,
body .form input[type="url"].error,
body form select.error,
body .form select.error,
body form textarea.error,
body .form textarea.error,
body form input[type="text"]:required,
body .form input[type="text"]:required,
body form input[type="password"]:required,
body .form input[type="password"]:required,
body form input[type="date"]:required,
body .form input[type="date"]:required,
body form input[type="datetime"]:required,
body .form input[type="datetime"]:required,
body form input[type="email"]:required,
body .form input[type="email"]:required,
body form input[type="number"]:required,
body .form input[type="number"]:required,
body form input[type="search"]:required,
body .form input[type="search"]:required,
body form input[type="tel"]:required,
body .form input[type="tel"]:required,
body form input[type="time"]:required,
body .form input[type="time"]:required,
body form input[type="url"]:required,
body .form input[type="url"]:required,
body form select:required,
body .form select:required,
body form textarea:required,
body .form textarea:required {
  border-color: color_cancel;
  color: color_cancel;
  background-color: rgba(198,15,19,0.1);
}
body form input[type="text"]:focus,
body .form input[type="text"]:focus,
body form input[type="password"]:focus,
body .form input[type="password"]:focus,
body form input[type="date"]:focus,
body .form input[type="date"]:focus,
body form input[type="datetime"]:focus,
body .form input[type="datetime"]:focus,
body form input[type="email"]:focus,
body .form input[type="email"]:focus,
body form input[type="number"]:focus,
body .form input[type="number"]:focus,
body form input[type="search"]:focus,
body .form input[type="search"]:focus,
body form input[type="tel"]:focus,
body .form input[type="tel"]:focus,
body form input[type="time"]:focus,
body .form input[type="time"]:focus,
body form input[type="url"]:focus,
body .form input[type="url"]:focus,
body form select:focus,
body .form select:focus,
body form textarea:focus,
body .form textarea:focus {
  background: #fafafa;
  border-color: #b3b3b3;
  color: rgba(0,0,0,0.75);
}
body table {
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
body table tr:nth-child(even) td {
  background-color: #f9f9f9;
}
body table th {
  background-color: #eee;
  color: #222;
}
body table td.highlight {
  background-color: #f00 !important;
  color: #fff;
}
body .button,
body button {
  background-color: #f00;
  color: #fff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  border: solid 1px rgba(0,0,0,0.1);
  font-weight: 400;
}
body .button:active,
body button:active {
  -webkit-box-shadow: inset 0 0 128px rgba(0,0,0,0.25);
  -moz-box-shadow: inset 0 0 128px rgba(0,0,0,0.25);
  -ms-box-shadow: inset 0 0 128px rgba(0,0,0,0.25);
  -o-box-shadow: inset 0 0 128px rgba(0,0,0,0.25);
  box-shadow: inset 0 0 128px rgba(0,0,0,0.25);
  border-color: none;
}
body .button.secondary,
body button.secondary {
  background-color: #bfbfbf;
  color: #666;
  -webkit-text-shadow: 0 1px 0 rgba(255,255,255,0.25);
  -moz-text-shadow: 0 1px 0 rgba(255,255,255,0.25);
  -ms-text-shadow: 0 1px 0 rgba(255,255,255,0.25);
  -o-text-shadow: 0 1px 0 rgba(255,255,255,0.25);
  text-shadow: 0 1px 0 rgba(255,255,255,0.25);
}
body .button.accept,
body button.accept {
  background-color: color_accept;
}
body .button.cancel,
body button.cancel {
  background-color: color_cancel;
}
body .button.transparent,
body button.transparent {
  background: none !important;
}
body a {
  color: #f00;
  opacity: 0.9;
}
body a:hover,
body a:active {
  opacity: 1;
}
body :not(.icon).tag {
  color: #fff !important;
  border: solid 1px rgba(0,0,0,0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.logo{
	font-family: Impact;
	}
	
.space_top {
	
	}
	
.kmsport {
		background: #0570c1; /* Old browsers */
	background: -moz-linear-gradient(top,  #0570c1 0%, #07b6bd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0570c1), color-stop(100%,#07b6bd)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0570c1 0%,#07b6bd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0570c1 0%,#07b6bd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0570c1 0%,#07b6bd 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0570c1 0%,#07b6bd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0570c1', endColorstr='#07b6bd',GradientType=0 ); /* IE6-9 */

}

.kmsport_contain{
	background-image:url(../images/fondo_km_sport.png);
	background-position:top;
	background-repeat:no-repeat;
	}

.focos_coche{
	overflow: hidden;
	top:60px;
width: 164px;
height: 162px;
background-image:url(../images/foco_kmsport.png);
background-repeat:no-repeat;
animation: myfirst 4s ease-out infinite;
-moz-animation: myfirst 4s ease-out infinite ; /* Firefox */
-webkit-animation: myfirst 4s ease-out infinite ; /* Safari and Chrome */
-o-animation: myfirst 4s ease-out infinite ; /* Opera */
}
.foco_derecha {
position:relative;
float:right;
right: 400px;
}

.foco_izquierda {
position:relative;
	float:left;
	left: 400px;
}
@keyframes myfirst
{
0%   {rotate:(0deg)
	opacity: 0.1;}
50%  {rotate:(90deg);
	opacity:0.8;}
100% { rotate:(180deg); opacity: 0.1;}
}

@-moz-keyframes myfirst /* Firefox */
{
0%   {opacity: 0.1;}
50%  {rotate(90deg);
	opacity:0.8;}
100% { opacity: 0.1;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
0%   {opacity: 0.1;}
50%  {
	opacity:0.8;}
100% {
opacity: 0.1;}
}

@-o-keyframes myfirst /* Opera */
{
0%   {opacity: 0.1;}
50%  {transform:rotate(90deg); 
	opacity:0.8;}
100% { opacity: 0.1;}
}

.iconos_cabecera a{
	font-size:18px;
	color: WHITE;
	padding:0 0px 0 10px;
	}

.mapa_google{
	height: 517px;
	background-image: url(../images/gps_maps.png);
	background-repeat:no-repeat;
	
	}
.maps iframe{
	position: relative;
	top: 55px;
	left: 63px;
	border-radius: 5px;
	-moz-box-shadow:inset 0 0 10px #000000; 
	-webkit-box-shadow: inset 0 0 10px #000000; 
	box-shadow: inset 0 0 10px #000000; 
	width:405px; 
	height:239px;
	}

.maps_tab iframe{
	border-radius: 10px;
	-moz-box-shadow:inset 0 0 10px #000000; 
	-webkit-box-shadow: inset 0 0 10px #000000; 
	box-shadow: inset 0 0 10px #000000; 
	margin-top:10px;
	position:relative;
	left:10px;
}

.maps_tab {
	margin-top:10px;
	border-radius: 10px;
	width:300px;
	height:440px;
	background: #4c4c4c; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* IE10+ */
background: linear-gradient(135deg,  #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	}

.contacto {
	height: auto;
	border-radius: 20px;
	border: solid 5px white;
	padding: 20px ;
	line-height: 40px;
	margin-top:20px;
	background-image:url(../images/logo_contacto.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	}
.caja_logo{
	top:-170px;
	position:relative;
	}
.caja_iconos {
	top:-120px;
	position:relative;
}
