/* Reset -----------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,hr,input,textarea,button{border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;background:transparent;margin:0;padding:0}

body{line-height:1;color:#000;background:#2e2929;font-family:font-family: 'ToyotaDisplayBold',HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight:300;font-size:12px}

ol,ul{list-style:none}

table{border-collapse:collapse;border-spacing:0}

caption,th,td{text-align:left;font-weight:400}

blockquote:before,blockquote:after,q:before,q:after{content:""}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}

section,header,article,aside,footer,nav{display:block}

* {
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
}


/* Styles ------------------------------------------------------*/

body {
	width:320px;
	background-color:#000000;
	color: #fff;
	font-family: 'ToyotaDisplayBold',HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	
}


#contenedor{ height:417px;  background-image:url(../images/fd_index.jpg); background-repeat:no-repeat; background-size:100%}


.dest{ color:#e90303;}


/* Navigation ------------------------------------------------------*/

#navigation {
	position: relative;
	height: 280px;
}

body.iphone #navigation {
	position: static;
}

#dropzone {
	display: table;
	position: absolute;
	vertical-align: middle;
	height:157px;
	width:157px;
	top:230px;
	left:81px;
	
}

#dropzone:hover {
	display: table;
	position: absolute;
	vertical-align: middle;
	height:157px;
	width:157px;
	top:230px;
	left:81px;
	-moz-animation-play-state:paused; /* Firefox*/
	-webkit-animation-play-state:paused; /* Safari and Chrome */
}



#drop {
	font-size:1.0em; line-height:1.1em;	
	width:100px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;

}

#funciones a, #videos a, #news_btn a, #config_btn a, #faqs a, #genetica_btn a, #facebook_btn a, #mail_btn a {
	display: block;
	position: absolute;
	width: 75px;
	height: 75px;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	text-shadow: #000 1px 1px 1px;
}

body.iphone #funciones, body.iphone #videos, body.iphone #news_btn, body.iphone #config_btn, body.iphone #faqs, body.iphone #genetica_btn, body.iphone #facebook_btn, body.iphone #mail_btn {
	position: absolute;
	width:75px;
	height:96px;
	overflow: hidden;
	text-indent: -9999em;
}



 #funciones { background:url(../images/ico_funciones.png) no-repeat center center; background-size:100% auto; top:120px; left: 129px; }
 #videos { background: url(../images/ico_videos.png) no-repeat center center; background-size:100% auto; top:140px; left: 230px; }
 #faqs { background: url(../images/ico_faqs.png) no-repeat center center; background-size:100% auto; top:150px; left:45px;}

@media screen and (-webkit-min-device-pixel-ratio: 2) { 

 #funciones { background: url(../images/ico_funciones.png) no-repeat center center; background-size:100% auto; top:120px; left: 129px; }
 #videos { background:url(../images/ico_videos.png) no-repeat center center; background-size:100% auto; top:140px; left:210px; }
 #faqs { background:url(../images/ico_faqs.png) no-repeat center center; background-size:100% auto; top:150px; left:30px;}

}

#header .coche{ display:block}

@-webkit-keyframes spin {  
from {  
    -webkit-transform: rotate(0deg);  
}  
to {  
    -webkit-transform: rotate(360deg);  
    } 
	
}


