
#ruta{
	width: 957px !important;
}
#buscadorresultados{
	float:left;
	width: 640px;
}
#buscadorresultados h2{
font-weight: bold;
    font-size: 16px;
}
#buscadorresultados ul{
	list-style: none;
	padding: 0px;
	margin-top:20px;
}
#buscadorresultados ul li{
	border-bottom: 1px solid #dedfde;	
	padding-top: 15px;
	padding-bottom: 15px;
}

#buscadorresultados ul li div.div1{
	display: inline-block;
	width: 100px;
}
#buscadorresultados ul li div.div2{
	width: 370px;
	display: inline-block;
}
#buscadorresultados ul li div.div3{
	width: 110px;
	display: inline-block;
	line-height: 15px;
}
#buscadorresultados 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;
}
#buscadorresultados 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;
}
#buscadorresultados ul li div.div3 p.precio i{
	font-size: 10px;
	color:#838383;
	line-height: 5px;
	font-style: normal;
	}
#buscadorresultados ul li div.div2 a{
	font-size: 16px;
	color:#3A7CB6;
	font-weight: bold;
	display: inline-block;
	
	}
#buscadorsidebar{
	float:right;
	width: 300px;
}
abbr.ultrapeque{
	font-size:10px;
}
#traficoorigen{
	width: 100%;
	margin-bottom: 15px;
}
#mapatraficoorigen{
	width: 100%;
	height: 300px;
	margin-bottom: 15px;
}
#mapatraficodestino{
	width: 100%;
	height: 300px;	
}
h3{
	margin-left: 0px;
}
/*PANTALLAS MENORES DE 728PX*/
@media screen and (max-width: 728px){
	div#topmenu {
    margin-bottom: 0px !important;

	}
	#marco{
		margin-top: 0px !important;
		padding-top: 0px !important;
	}
	#logo{
		text-align: center;
	}
	#logotipo {
    	width: 190px !important;

	}
	#buscador input[type="text"] {
	    width:90%  !important;
	    margin-bottom: 3px;
	    padding: 5px 0px 5px 0px !important;
	    background-image:none !important;

	}
	#buscador input[type="submit"] {
	    width:90%  !important;
	    text-align: center;

	}
	#buscadorresultados{
		width: 100%;
	}
	#ruta{
		width: 100% !important;
	}
	.buscadorrow{
		width: 100%;
	}
	#buscadorresultados ul li div.div1{
	display: none;
	
	}
	#buscadorresultados ul li div.div2{
			width: 100%;
	display: inline-block;
	}
	#buscadorresultados ul li div.div3{
		display:none;
	}
	#buscadorsidebar{
		float:none;
		width: 100%;
	}
}