@font-face {
	font-family: "KiaLight";
	src: url('../fonts/KIAOFTL.otf') format('otf'), url('../fonts/KIA_Light.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "KiaMedium";
	src: url('../fonts/KIAOFTM.otf') format('otf'), url('../fonts/KIA_Medium.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "KiaBold";
	src: url('../fonts/KIAOFTB.otf') format('otf'), url('../fonts/KIA_Bold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'NeoSansProBold';
	src: url('../fonts/neosanspro-bold-webfont.eot');
	src: url('../fonts/neosanspro-bold-webfont.eot?iefix') format('eot'), url('../fonts/neosanspro-bold-webfont.woff') format('woff'), url('../fonts/neosanspro-bold-webfont.ttf') format('truetype'), url('../fonts/neosanspro-bold-webfont.svg#webfontd8XVYXpU') format('svg');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'NeoSansProLight';
	src: url('../fonts/neosanspro-light-webfont.eot');
	src: url('../fonts/neosanspro-light-webfont.eot?iefix') format('eot'), url('../fonts/neosanspro-light-webfont.woff') format('woff'), url('../fonts/neosanspro-light-webfont.ttf') format('truetype'), url('../fonts/neosanspro-light-webfont.svg#webfont2iLX0s5y') format('svg');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'NeoSansProMedium';
	src: url('../fonts/neosanspro-medium-webfont.eot');
	src: url('../fonts/neosanspro-medium-webfont.eot?iefix') format('eot'), url('../fonts/neosanspro-medium-webfont.woff') format('woff'), url('../fonts/neosanspro-medium-webfont.ttf') format('truetype'), url('../fonts/neosanspro-medium-webfont.svg#webfont3gfkftrn') format('svg');
	font-weight: normal;
	font-style: normal
}

*,
html {
	padding: 0;
	margin: 0
}

body {
	font-family: 'NeoSansProMedium', Tahoma, Geneva, sans-serif;
	font-size: .85em;
	background: #e1e2e3;
	font-weight: normal;
	color: #616161;
	padding: 0;
	margin: 0
}

p {
	margin: 0;
	padding: .5em 0;
	color: #616161;
}

a {
	text-decoration: none;
	color: #c52a30
}

ul,
ol {
	list-style: none
}

strong {
	font-weight: normal;
	font-family: 'NeoSansProBold';
}

h1 {
	float: right;
	font-weight: normal;
	font-size: 1.5em;
	padding: .6em 2em 0 0;
	margin: 0;
	color: #010000
}

h1 strong {
	color: #c52a30
}

h2 {
	font-weight: normal;
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 1.3em;
	padding: 0;
	margin: 0;
	color: #616161
}


/*h2 span {
    padding: 1.5em .5em 1.5em 2em;
    display: inline-block;
    background: url(../img/ico-location.png) 0 center no-repeat
}*/

h3 {
	font-family: 'NeoSansProBold';
	font-weight: normal;
	text-align: center;
	font-size: 1.4em;
	padding: 0;
	margin: 0;
	color: #c52a30
}

.container {
	float: left;
	width: 100%;
	clear: both;
	background: #fff
}

.centrado {
	background: #fff;
	margin: 0 auto;
	width: 980px;
	max-width: 100%;
	padding: 0;
}

.centradomap {
	background: #fff;
	margin: 0 auto;
	width: 980px;
	max-width: 100%;
	padding: 0;
	margin-top: 20px;
}

.legal {
	padding-top: 0px;
    padding-bottom: 0;
	font-size: 12px;
	margin: 0 auto 25px;
	width: 980px;
	max-width: 100%;
	text-align: center;
}

.legal_pie {
	padding-top: 40px;
	font-size: 13px;
	margin: 0 auto;
	width: 1280px;
	max-width: 100%;
	text-align: center;
}

.header {
	width: 100%;
	padding: .91em 0;
	border-bottom: 3px solid #c52a30
}

.header img {
	float: left;
	padding: .4em 0 0 2.7em;
}

.header h1 {
	text-align: right;
}

.intro {
	position: relative;
	height: 24em;
	text-align: center;
	overflow: hidden;
	float: left;
	width: 100%;
	background: url(../img/bk-fachada.png) top center no-repeat
}

.intro img {
	padding: 3.4em 0 0 0;
	max-width: 80%;
}


/*.mapa { padding:0em 0; background:#f0f0f0;}*/

.mapa {
	padding: 0em 0;
}

#mapa {
	width: 100%;
	height: 30em;
}

.mapa .popup {
	text-align: center;
	width: 20em;
	padding: 2em .5em 1em 1em;
	max-width: 100%
}

.mapa .popup p {
	font-size: 13px;
	padding: 0;
	margin-bottom: 25px;
}

.mapa .popup a {
	display: inline-block;
	width: auto;
	height: auto;
	margin: .5em 0 0 0;
	text-decoration: none;
}

.mapa .popup a i {
	font-size: 26px;
}

.mapa .popup a span {
	display: none
}

.detalle-ficha-content {
	text-align: center;
	width: 90%;
	margin: 1em 5%;
	float: left;
	clear: both;
	background: #fff;
	padding: 3em 0em 0em 0em;
	position: relative;
	display: none
}

.detalle-ficha {
	width: 32em;
	max-width: 100%;
	margin: 0 auto
}

.cerrar {
	position: absolute;
	right: 1.2em;
	top: 1.2em;
	background: url(../img/btn-cerrar.png) center center no-repeat;
	width: 2em;
	height: 2em
}

.cerrar span {
	display: none
}

.detalle-ficha ol {
	list-style: none;
	padding: 0;
	margin: 1.5em 0;
	width: 100%;
	text-align: center
}

.detalle-ficha ol li {
	color: #616161;
	padding: .6em;
	margin: 0;
	display: inline-block;
	font-size: .9em;
}

.detalle-ficha ol li+li {
	border-left: 1px solid #ccc;
}

.detalle-ficha ol li span,
.detalle-ficha ol li a {
	color: #616161;
	display: inline-block;
	padding: 2.7em 0 0 0;
}

.detalle-ficha ol li a:hover {
	color: #c52a30
}

.detalle-ficha ol li.ico-telf span {
	background: url(../img/ico-telf.png) top center no-repeat
}

.detalle-ficha ol li.ico-email a {
	background: url(../img/ico-email.png) top center no-repeat
}

.detalle-ficha ol li.ico-web a {
	background: url(../img/ico-www.png) top center no-repeat
}

.detalle-ficha ol li.ico-ruta a {
	background: url(../img/ico-dir.png) top center no-repeat
}

.detalle-ficha ul {
	list-style: none;
	padding: 1.3em 0;
	margin: 0;
	width: 100%;
	text-align: center
}

.detalle-ficha ul li {
	padding: .2em;
	margin: 0;
	display: inline-block
}

.footer {
	padding: 1em 3em 0em 3em;
	margin-bottom: 2em
}


/*form { border:1px solid #ccc; text-align:center; margin:0; padding:2em; width:44em; max-width:100%; margin:0 auto}*/

form {
	text-align: center;
	margin: 0;
	padding: 2em;
	width: 44em;
	max-width: 100%;
	margin: 0 auto
}

form p {
	font-size: 1.1em;
	padding-bottom: 1em;
	margin-bottom: 1em;
	background: url(../img/bk-separador.png) center bottom no-repeat
}

form p span {
	color: #000
}

form label {
	width: 20em;
	max-width: 100%;
	padding: .3em 0;
	display: block;
	margin: 0 auto
}

form label input {
	padding: .3em .5em;
	text-align: center;
	display: block;
	width: 100%
}

form .btn {
	border: 0;
	font-family: 'NeoSansProBold';
	cursor: pointer;
	font-size: 1.1em;
	background: url(../img/btn-enviar.png) repeat-x;
	padding: .45em;
	width: 12em;
	max-width: 100%;
	text-align: center;
	color: #fff;
	margin: .5em 0;
	display: inline-block;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
}

form .btn:hover {
	background: #666;
}


/* jmartinez - 19/06/2015 */

.intro.nueva {
	outline: solid 1px #fff;
	outline-offset: -30px;
	padding: 40px;
	background-image: none;
	background-color: #202f35;
	position: relative;
	height: 325px;
}

#promo-cine-wrapper .superior-izquierda,
#promo-cine-wrapper .superior-centro,
#promo-cine-wrapper .superior-derecha,
#promo-cine-wrapper .inferior-izquierda,
#promo-cine-wrapper .inferior-centro,
#promo-cine-wrapper .inferior-derecha {
	background-image: url('../img/sprites.png');
	background-repeat: no-repeat;
	background-color: #202f35;
	width: 69px;
	height: 69px;
	display: block;
	position: absolute;
}

#promo-cine-wrapper .superior-centro,
#promo-cine-wrapper .inferior-centro {
	width: 138px;
	height: 24px;
	left: 50%;
	margin-left: -69px;
}

#promo-cine-wrapper .superior-izquierda {
	background-position: left top;
	margin: -14px 0px 0px -14px;
	left: 30px;
	top: 30px;
}

#promo-cine-wrapper .superior-centro {
	top: 30px;
	margin-top: -15px;
	background-position: 2px -142px;
}

#promo-cine-wrapper .superior-derecha {
	background-position: right top;
	margin: -14px -14px 0px 0px;
	right: 30px;
	top: 30px;
}

#promo-cine-wrapper .inferior-izquierda {
	background-position: left -69px;
	margin: 0px 0px -14px -14px;
	left: 30px;
	bottom: 30px;
}

#promo-cine-wrapper .inferior-centro {
	bottom: 30px;
	margin-bottom: -15px;
	background-position: 2px -177px;
}

#promo-cine-wrapper .inferior-derecha {
	background-position: right -69px;
	margin: 0px -14px -14px 0px;
	right: 30px;
	bottom: 30px;
}

.intro.nueva .contenido {
	text-align: center;
}

#promo-cine-wrapper .proyector {
	display: block;
	width: 90px;
	height: 103px;
	background-image: url(../img/sprites.png);
	background-repeat: no-repeat;
	background-position: -23px -211px;
	margin: 18px auto;
}

.formulario-registro-wrapper h4,
.contenido h4 {
	font-family: "KiaMedium";
	font-size: 21px;
	color: #fff;
}

.formulario-registro-wrapper h4 {
	color: #616161;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 22px;
}

.formulario-registro-wrapper h4 span {
	color: #c0002b;
}

.contenido h1 {
	color: #fff;
	float: none;
	font-weight: 900;
	font-size: 43px;
	padding: 0px;
	line-height: 53px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: "KiaBold";
}

.contenido .boton.consiguelas-aqui a {
	color: #fff;
	font-size: 20px;
	font-family: "KiaLight";
}

.contenido .boton.consiguelas-aqui a:hover {
	border-bottom: 1px solid #fff;
	padding-bottom: 2px;
}

.formulario-registro form {
	border: none;
}

.formulario-registro label span {
	margin-right: 12px;
	line-height: 27px;
	text-align: right;
	font-weight: 600;
}

.formulario-registro input,
.formulario-registro select {
	float: left;
	display: inline-block;
	width: 55%;
	margin-right: 20%;
	height: 27px;
	margin: .3em 0;
}

.formulario-registro input[type='checkbox'] {
	width: auto;
	height: auto;
	margin-right: 7px;
	float: none;
	display: inline-block;
}

.formulario-registro input[type='submit'] {
	margin: 0px auto;
	float: none;
	width: auto;
	padding: 2px 30px;
	background-color: #c0002b;
	color: #fff;
	border: none;
	box-shadow: none;
	font-family: "KiaMedium";
	font-size: 14px;
}

.formulario-registro .condiciones-legales {
	overflow: hidden;
	display: inline-block;
}

.formulario-registro .condiciones-legales span {
	display: inline-block;
	float: none;
}

.container .centrado {
	text-align: center;
}

.formulario-registro form label {
	margin: 0px auto;
	display: inline-block;
	float: left;
	text-align: right;
	width: 25%;
}

.formulario-registro .condiciones-legales {
	float: none;
	clear: both;
	margin: 15px 0 10px;
	display: block;
}

.clear {
	float: none;
	clear: both;
}

.boton-volver {
	text-align: right;
	margin-top: -25px;
}

.boton-volver a {
	color: #333;
}

.boton-volver a:hover {
	text-decoration: none;
	border-bottom: 1px solid #333;
	padding-bottom: 1px;
}

div.gracias {
	margin-top: 50px;
	margin-bottom: 50px;
}

.aviso {
	display: none;
	border: 1px solid #c0002b;
	background-color: #ffdbdb;
	color: #333;
	padding: 15px;
	margin: 20px 0;
}


/* /jmartinez - 19/06/2015 */


/* jmartinez - 30/06/2015 */

.intro.nueva.scalextric {
	outline: none;
	background-image: url(../img/scalextric_banner_bg_2015-09-02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#promo-scalextric-wrapper {
	/*position: absolute;*/
	margin: -40px;
	padding: 5px;
	height: 325px;
}

#promo-scalextric-wrapper .border-race {
	/*border: 0.2em solid #fff;*/
	/*padding: 3px;*/
	/*width: 100%;*/
	/*height: 100%;*/
}

#promo-scalextric-wrapper .border-race.last {
	padding: 0 25px;
}

#promo-scalextric-wrapper .border-race.rojo {
	border-color: #ab2c2e;
}

#promo-scalextric-wrapper .banderas {
	background-image: url('../img/banderas.png');
	background-repeat: no-repeat;
	display: block;
	width: 104px;
	height: 60px;
	margin: 0px auto 0px;
}

#promo-scalextric-wrapper h2 {
	color: #fff;
	float: none;
	font-weight: 900;
	font-size: 30px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 0;
	line-height: 40px;
	font-family: "KiaBold";
	font-style: italic;
	display: inline;
	background-color: #d2122e;
	padding: 0px 5px 0 7px;
}

.intro.nueva.scalextric .contenido {
	width: 50%;
	float: right;
}

#promo-scalextric-wrapper .contenido p {
	color: #fff;
	font-family: "KiaMedium";
	font-size: 17px;
	font-style: italic;
	line-height: 21px;
	margin-bottom: 0;
	margin-top: 9px;
	padding: 0 10px;
	display: inline-block;
}

#promo-scalextric-wrapper .contenido p.boton-participa {
	margin-top: 8px;
	background-color: transparent;
}

#promo-scalextric-wrapper .contenido p.boton-participa a {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	background-color: #d2122e;
	padding: 3px 27px 4px 23px;
	color: #fff;
	font-family: "KiaBold";
	font-size: 13px;
}

#promo-scalextric-wrapper .contenido p.boton-participa a:hover {
	box-shadow: 0px 2px 6px rgba(255, 255, 255, 0.6);
}

#promo-scalextric-wrapper .contenido p.texto-normal {
	font-size: 13px;
	display: block;
	margin: 9px 0 9px;
	line-height: 18px;
}

.tabla-competiciones h5 {
	font-family: "KiaBold";
	font-size: 19px;
	line-height: 25px;
	color: #111;
	margin-bottom: 30px;
}

#competiciones {
	font-family: "KiaBold";
	font-size: 15px;
	font-style: italic;
	color: #111;
	border: 1px solid #111;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#competiciones td,
#competiciones th {
	border: 1px solid #bab9b8;
	padding: 10px 5px;
	width: 25%;
	vertical-align: middle;
}

#competiciones th {
	color: #fff;
	padding: 8px 5px;
	font-style: normal;
	font-size: 17px;
}

#competiciones td {
	font-family: "KiaLight";
}

#competiciones tbody tr:nth-child(2n) td {
	background-color: #eaeaea;
}

#competiciones th.a {
	background-color: #be1a32;
}

#competiciones th.b {
	background-color: #1d1d1b;
}

#competiciones td .direccion {
	display: none;
}

.tabla-competiciones .competiciones-texto {
	color: #111;
	font-family: "KiaLight";
	font-size: 17px;
	line-height: 25px;
	width: 860px;
	margin: 15px auto 35px;
}

.intro.dos-cols {
	width: 49.5%;
	margin-right: 1%;
}

.intro.dos-cols.ultima {
	margin-right: 0;
}

.mt10 {
	margin-top: 10px;
}


/* /jmartinez */


/* jmartinez 21/06/2015 */

@media screen and (max-width: 1024px) {
	#promo-cine-wrapper .proyector {
		width: 90px;
		height: 82px;
		margin: 35px auto 18px;
		background-position: -7px -150px;
		background-size: 100px auto;
	}
	.formulario-registro-wrapper h4,
	.contenido h4 {
		font-size: 17px;
	}
	.contenido h1 {
		font-size: 35px;
		line-height: 47px;
	}
}

@media screen and (max-width: 980px) {
	.tabla-competiciones .competiciones-texto {
		width: auto;
	}
	#competiciones {
		width: auto;
	}
	.contenido h1 {
		margin-top: 0px;
	}
	.intro.dos-cols {
		width: 96%;
		margin: 0 2% 10px;
	}
	.intro.dos-cols.ultima {
		margin-right: 0;
	}
}

@media screen and (max-width: 768px) {
	.intro.nueva {
		height: auto;
	}
	.contenido h1 {
		margin-top: 0px;
		margin-bottom: 28px;
	}
	#promo-cine-wrapper .proyector {
		margin: 22px auto 21px;
	}
	.boton.consiguelas-aqui {
		display: block;
		max-width: 200px;
		margin: 10px auto 15px;
	}
	.tabla-competiciones .competiciones-texto {
		width: auto;
	}
	#competiciones {
		width: auto;
	}
	#competiciones td .direccion {
		display: block;
	}
	#competiciones th:nth-child(3),
	#competiciones th:nth-child(4),
	#competiciones td:nth-child(3),
	#competiciones td:nth-child(4) {
		display: none;
	}
	#competiciones td .separador {
		display: none;
	}
	#competiciones td .hora {
		display: block;
	}
	#promo-scalextric-wrapper {
		height: auto;
	}
	#promo-scalextric-wrapper h2 {
		font-size: 26px;
		line-height: 32px;
	}
	#promo-scalextric-wrapper .contenido {
		width: 70%;
	}
}


/* /jmartinez 21/06/2015 */

@media screen and (max-width: 665px) {
	img {
		max-width: 100%;
	}
	.intro {
		height: 26em;
		background-size: 150%;
	}
	.detalle-ficha ol li {
		display: block;
		width: 100%;
	}
	.detalle-ficha ol li+li {
		border-left: 0;
	}
}

@media screen and (max-width: 620px) {
	.intro {
		height: 24em;
	}
	#mapa {
		height: 27em;
	}
	.mapa .popup {
		font-size: .95em
	}
}

@media screen and (max-width: 560px) {
	.intro {
		height: 22em;
	}
	#mapa {
		height: 24.5em;
	}
}

@media screen and (max-width: 500px) {
	.intro {
		height: 20em;
	}
	.intro img {
		padding: 2.4em
	}
	.header {
		text-align: center
	}
	.header img {
		float: none;
		padding: 0 .5em;
	}
	.header h1,
	h1 {
		font-size: 1.2em;
		text-align: center;
		display: block;
		padding: .5em;
		width: 100%;
	}
	h2 {
		text-align: left;
		padding: 1em;
		font-size: 1.3em;
	}
	#mapa {
		height: 22em;
	}
	.mapa .popup {
		font-size: .87em
	}
}

@media screen and (max-width: 440px) {
	.intro {
		height: 14em;
	}
	h2 {
		padding: 0 1em;
	}
	.intro img {
		padding: 1.8em
	}
	#mapa {
		height: 20.5em;
	}
	.mapa .popup {
		font-size: .8em
	}
	.mapa .popup a {
		width: 2.4em;
		height: 2.4em;
	}
	#promo-scalextric-wrapper .contenido {
		width: 100%;
	}
	#promo-scalextric-wrapper .border-race.last {
		padding: 0 0px;
	}
	#promo-scalextric-wrapper .contenido p br {
		display: none;
	}
}

@media screen and (max-width: 370px) {
	.intro {
		height: 13em;
	}
	.intro img {
		padding: 1.2em
	}
	#mapa {
		height: 19em;
	}
	.formulario-registro form label {
		display: block;
		float: none;
		clear: both;
		text-align: left;
		width: 100%;
		padding-bottom: 0;
	}
	.formulario-registro input,
	.formulario-registro select {
		float: none;
		clear: both;
		display: block;
		width: 100%;
	}
	.boton.consiguelas-aqui {
		margin: 15px auto 20px;
	}
	.contenido .boton.consiguelas-aqui a {
		font-size: 18px;
	}
	.formulario-registro form {
		padding-left: 0;
		padding-right: 0;
	}
	#competiciones {
		width: 120%;
		margin-left: -10%;
	}
	#promo-scalextric-wrapper h2 br {
		display: none;
	}
}

@media screen and (max-width: 320px) {
	.contenido h1 {
		line-height: 38px;
		margin-top: 5px;
	}
}