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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{display:block;}
body{line-height:1;}
ol, ul{list-style:none;}
body {
    margin: 0;
    padding: 0;
    font-family: Roboto, Arial, sans-serif;
    font-size: 1em;
    text-align: justify;
    line-height: 1.2;
    color: #666;
}
a,span#ampliar{
	color:#1182B1;
	text-decoration: none;
	cursor: pointer;
}
span#ampliar{
	display: block;
	background: url("../images/zoom_in.png") no-repeat 0% 80%;
	background-size: 30px 30px;
	padding-left: 30px;
	line-height: 30px;

}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 0.4em 0;
    padding: 0;
}
.mt{
	margin-top: 15px;
	display:block;
}
#sidebar .mt{
	margin-top: 30px;
}
.mb{
	margin-bottom: 15px;
	
}
#main{
	width: 1058px;
	margin-left: auto;
	margin-right: auto;
}
.row{
	float: left;
	width: 100%;
}
#logo{
	width: 200px;
	height: 34px;
	background: url("../images/viajes-en-coche.jpg");
	background-size: 200px 34px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
#logo span{
	display: none;
	}
.titulo,h1,h2,h3{
	color: #444;
	font-size: 20px;
	}
.imggmaps{
	width: 82px;
	vertical-align: middle;
}
#buscador{
	background-color: #E7E7E7;
	border-radius: 5px;
	padding:10px;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}
form{
	width: 100%;
	
}
#buscador p{
	float: left;
	margin-top:10px;
	padding-left: 5px;
	font-size: 0.8em
}
input {
    box-shadow: none;
    border: 1px solid #e7e8ea;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 12px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 430px;
    float:left;
    margin: 10px 10px 0px 0px;
    font-size: 1em;
}
input#direccion{
	width:840px !important;
}
input[type="submit"] {
    background: #469acc;
	float: left;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	width: 130px;
	font-size: 0.8em;
}
#contenido{
	float:left;
	width: 728px;
}
#contenido p,#contenidobig p{
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 23px;
}
.listsidebar li{
	line-height: 23px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e7e8ea;
	padding-top:10px;
}
#sidebar{
	float:right;
	width: 300px;
}
.ultimasrutas{
	float:left;
}
#sidebar p{
margin-bottom: 10px;
}
ul#steps{
		float:left;
		margin-top:30px;
		width: 100%;
	}
ul#steps li{
	text-align: left;
	padding-left:5px; 
	padding-right:5px; 
	padding-bottom:25px; 
	padding-top:10px; 
	margin-top: 5px;
	border-top: 1px solid #e3e3e3;

	background-image:url("../images/chevron-arrow-down.png");
	background-repeat: no-repeat;
	background-position: center bottom;

}
ul#steps li div{
	display:inline-block;
	padding:0px;
	margin:0px;
	}
ul#steps li:last-child{
	background-image: none;
}
ul.social{
	float: left;
	width: 100%;
}
ul.social li{
	float: left;
	height: 30px;
}
ul.social li.gplus{
	width: 70px;
	}
ul.social li.face{
	width: 120px;
}
ul.social li.tw{
	width: 100px;
	overflow: hidden;
	}
ul.social li iframe{
	overflow: hidden;
	max-width: 120px;
}
.estacionescercanias{
	float:left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
#listroutes li,.listroutes li{
	line-height: 23px;
	float:left;
	background: url('../images/llegar-iso.png') no-repeat left top;
	padding-left: 25px;
	width: 45%;
	margin-bottom: 10px;
	
}
#listroutes li:nth-child(2n+1),.listroutes li:nth-child(2n+1){
	margin-right: 20px;
}

/*Estilos de la ruta*/
#map{
	width: 100%;
	height: 350px;
}
#mapa, #pano {
    width: 100%;
    height: 300px;
    margin-top: 15px;
    margin-bottom: 20px;
}
#contenido div#radares p{
	background-image: url("../images/car-and-radar-security.png");
	padding-left: 34px;
	background-repeat: no-repeat;
	background-position: left 50%;
	}
.adp, .adp table {
    font-family: Roboto,Arial,sans-serif;
    font-weight:inherit;
    color: inherit;
}
#route-panel{
	float: left;
	width: 100%;
	height: 570px;
	overflow: auto;
}

#datostabla{
	width: 100%;
	margin-top:10px;
	margin-bottom: 15px;
}
#datostabla thead tr th{
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
#datostabla tbody tr td{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #E5E5E5
	}
.g95{
	color:#469acc;
	font-weight: bold;
}
.g98{
	color:#fb3333;
	font-weight: bold;
}
.diesel{
	color:#1D1E1A;
	font-weight: bold;
}
.bio{
	color:#6ab52f;
	font-weight: bold;
	
}
#datosgrandes{
	float:left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 25px;
	font-weight: bold;
	color:#1182B1;
}
#datosgrandes div{
	float:left;
	
	}
#datosgrandes div#distancia{
	width: 50%;
}
#datosgrandes div#duracion{
	width: 50%;
}
#datosgrandes div#distancia div{
	
	background: url('../images/distance-128.png') no-repeat left;
	background-size: 30px 30px;
	padding-left:35px; 
}
#datosgrandes div#duracion div{
	
	background: url('../images/clock-128.png') no-repeat left;
	background-size: 20px 20px;
	padding-left:25px; 
}
.adp-list{
	display:none;
}
#mapinfo ul{
	float:left;
	width: 100%;
	margin-bottom: 30px;
}
#mapinfo p{
	font-size: 0.8em;
}
#mapinfo ul li{
	float:left;
	width: 320px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #C8C8C8;
	padding:15px;
	cursor: pointer
}
#mapinfo ul li strong{
	font-weight: bold;
	}
#mapinfo ul li:hover{
	background-color:#D3F1FD 
}
/*Fin estilos ruta*/

/* Estilos buscador de rutas*/
#resultados{
	margin-top:15px;
	margin-bottom: 50px;
}
#resultados ul li{
	border-bottom: 1px solid #dedfde;	
	padding-top: 15px;
	padding-bottom: 15px;
}

#resultados ul li div.div1{
	display: inline-block;
	width: 135px;
}
#resultados ul li div.div2{
	width: 410px;
	display: inline-block;
}
#resultados ul li div.div3{
	width: 110px;
	display: inline-block;
}
#resultados ul li div.div3 span{
	display: block;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 5px;
	background-color: #c7c7c7;
	margin-left: 15px;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#resultados ul li div.div3 p.precio{
	
	border-radius: 5px;
	background-color: none;
	margin-left: 15px;
	font-size: 20px;
	color:#419B4A;
	padding-top: 5px;
	padding-bottom: 5px;
}
#resultados ul li div.div3 p.precio i{
	font-size: 10px;
	color:#838383;
	line-height: 10px;
	font-style: normal;
	}
#resultados ul li div.div2 a{
	font-size: 1.1em;
	color:#3A7CB6;
	font-weight: bold;
	display: inline-block;
	
	}
div.route{
	margin-bottom: 45px;
}
div.route div.routetitle{
	background-color:rgb(211, 241, 253);
	padding: 15px;
	border-top: 1px solid #DADADA;	
	border-right: 1px solid #DADADA;	
	border-left: 1px solid #DADADA;	
	border-radius: 5px 5px 0px 0px;

	}
div.route div.routetitle b{
	font-weight: bold;
	display: block;
	font-size: 18px;
	}

div.route div.routedetails{
	padding-left: 15px;
	padding-right: 15px;
	border-top: 1px solid #DADADA;	
	border-right: 1px solid #DADADA;	
	border-left: 1px solid #DADADA;	

}
div.route div.routetable table{
	border-spacing: 0px;
	width: 100%;

    
}
div.route div.routetable table td,div.route div.routetable table th{
	border: 1px solid #DADADA;	
	margin:0px;
	padding: 10px;
	text-align: left;
}
div.route div.routetable table th{
	font-weight: bold;
}
div.route div.routetable table td.tdline{
	background-color: #fcf8e3;
}
div.route div.routetable table td.tdline b{
	font-weight: bold;
	}
.iconbus{
	background-image:url('../images/front-bus.png');
	display: inline-block;
	background-repeat: no-repeat;
	width:16px;
	height:16px;
	margin-right: 5px;
}

#bbcarul{
	float:left;
	width: 100%;
}
#bbcarul li{
	float:left;
	width: 100%;
	border-bottom: 1px solid #DADADA;
	padding-bottom: 15px;
	margin-bottom: 15px;
	cursor:pointer;
	}
#bbcarul li:hover{
background-color:rgb(211, 241, 253);
}
#bbcarul li div.bbcarb1{
	float:left;
	width: 50%;
}
#bbcarul li div.bbcarb1 span.bbcarfecha{
	font-weight: bold;
    font-size: 19px;
    line-height: 27px;
}
#bbcarul li div.bbcarb1 span.bbcarfecha{
	display: block;
    font-size: 18px;
    
}
#bbcarul li div.bbcarprice{
	float:right;
	width: 25%;
	font-size: 12px;
	text-align: right;
}
#bbcarul li div.bbcarprice span{
	font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    display: block;
}
#bbcarul li div{
	
}
#bbcarul li div.bbcarb2{
	float:left;
	width:75%;

}
#bbcarul li div.bbcarb2 span.bbarcgreen{
	background-image:url('../images/chevron-sign-to-green.png');
	background-repeat: no-repeat;
	background-position: left middle;
	padding-left: 20px;
	}
	#bbcarul li div.bbcarb2 span.bbarcred{
	background-image:url('../images/chevron-sign-to-red.png');
	background-repeat: no-repeat;
	background-position: left middle;
	padding-left: 20px;
	}
	#bbcarul li div.bbcarb2 span.bbcarcar{
	background-image:url('../images/sports-car.png');
	background-repeat: no-repeat;
	background-position: left middle;
	padding-left: 20px;
	}


/* fin resultados buscador rutas*/
#footer{
	float: left;
	width: 100%;
	margin-top:30px;
	padding-top:30px;
	padding-bottom: 30px;
	background: #E5E5E5; 
	text-align: center;
	font-size: 0.8em;
}
#debug{
	display:block;
	width: 100%;
	background-color: black;
	color:white;
	float:left;
	font-family: courier;
	padding:20px;
}
#txt_cental{
	float: left;
	width: 100%;
	display: block;
}
/*Estilos adsense desktop*/
.senseindex,.sense_route_central{
	float:left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.sense_route_sky{
	margin-bottom: 30px;
	display: block;
}
#carrentalf{
	width: 100%;
	height:550px;
	border: none;
	float:left;
	overflow: hidden;
}
/*PANTALLAS MENORES DE 728PX*/
@media screen and (max-width: 728px){
#resultados ul li div.div1,#resultados ul li div.div3{
display: none;
}
	/*Estilos adsense mobile*/
	.senseindex,.sense_route_sky,.sense_route_central{
	float:none;
	width: 100%;
	text-align: center;
	display: block;
	}


	body,html{
		width: auto;
	}
	#main{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	}

	.row{
		float: none;
		width: 100%;
	}
	#logo{
		margin-left: auto;
		margin-right:auto;
		width: 150px;
		height: 27px;
		background-size: 150px 27px;
		background-repeat: no-repeat;
		
	}
	#buscador{
		padding: 10px;
		width: auto;
		float: none;
	}
	#buscador p{
		display: none;
	}
	#contenido{
		float:none;
		width: 100%;
	}
	#sidebar{
		float:none;
		width: 100%;
	}
	
	input {
	    width: 100%;
	    float:none;	    
	}
	input#direccion{
		width: 100% !important;
	}
	input[type="submit"] {
	    width: 100%;
	    float:none;	 
	}
	#mapinfo ul li{
		float:none;
		width: auto;
		margin-right: 0px;
		margin-bottom: 10px;
		
	}
	#listroutes li {
	    line-height: 23px;
	    float: none;
	    padding-left: 25px;
	    width:auto;
	    margin-bottom: 10px;
	}
	#listroutes li a b{
		color:#000 !important;
	}
	#route-panel{
		height: auto
	}
	
	#datosgrandes{
		float:none;
		margin-bottom: 15px;
	}
	#datosgrandes div {
 	   float: none;
 	   display: inline-block;
	}
	#mapinfo ul{
		float: none;
	}
	ul.social{
		float:none;
	}
	#route-panel{
		float:none;
	}
}
