
/* Buscar Viaje */
	/* Search Bar */
	#search_bar { }
	#search_bar, #desde_map, #hasta_map {  }
	#search_bar #desde {  width: 100%; }
	#desde_map, #hasta_map { background: #ccc;  }
	#search_bar label { }
	#search_bar label b { display: block; padding: 4px 7px 0 0; }
	#search_bar label b, #search_bar label input { float: left; }
	#search_bar input.route { 	}
	#search_bar img { vertical-align: middle; cursor: pointer; }
	#search_bar img#ajax_help { padding: 2px; vertical-align: middle; cursor: help; }
	#search_bar input.focus { border: 1px solid #000; }

	#advancesearch { background: #E7F5DB; border: 1px solid #b3d6a1; margin: -1px 0 0; display: none; z-index: 17; width: 230px; padding: 5px; }
	#advancesearch select { font-size: 10px; font-weight: bolder; }
	#advancesearch .dateselect span { display: block; }
	#advancesearch .dateselect span input.date_input { vertical-align: middle; background: transparent; font-size: 10px; width: 70px; font-weight: bold; border: 0; }
	#advancesearch .dateselect span img { vertical-align: middle; }
	
	#route_map { position: relative; width: 100%; }

	#desde_map, #hasta_map { border-top: 0; text-align: right; display: none; z-index: 10; overflow: hidden; }
	#desde_map { left:0px; margin-bottom: 10px;  width: 100%;}
	#hasta_map { right:0px; }
	#desde_map div#desde_maproute,
	#hasta_map div#hasta_maproute {  height: 400px; overflow: hidden; }
	#desde_map a, #hasta_map a { cursor: pointer; }
	#desde_map .log_result, #hasta_map .log_result { color: red; float: left; }

/* Resultado Búsqueda */
	#search_result {  border: 1px solid #233e64; margin: 10px 0; }
	#search_result .search_option h2 { float: left; background: #3E69A5; margin: 0; padding: 0px; font-size: 10px; color: #fff; }
	#search_result .search_option { background: #3E69A5;  border-bottom: 1px solid #233e64; padding: 5px; text-align: right; }
		#search_result .search_option .frecuence a { font-weight: bold; font-size: 9px; color: #fff; cursor: pointer; }
	#search_result .trip { padding: 5px; border-bottom: 1px solid #233E64; }
	#search_result .trip.last { border-bottom: 0; }
	#search_result .trip h2 { margin: 0; font-size: 12px; text-align: center; color: #2d4a73; }
	#search_result .trip h2 b { color: #3E69A5; }
	#search_result .trip .mapplet { float: right; border: 2px solid #3E69A5; border-bottom-color: #233e64; border-right-color: #233e64; }
	#search_result .trip .cartrip { border: 0; vertical-align: middle; }
	#search_result .trip a.link_trip { color: #3E69A5; }
	#search_result .trip .cost { font-size: 16px; width: 50px; text-align: center; margin: 15px; }
	#search_result .trip .cost b { font-size: 16px; display: block; }
	#search_result .trip .info { margin: 5px; }
	#search_result .trip .info .datauser span,
	#search_result .trip .info .datauser b { display: block; float: left; }
	#search_result .trip .info .datauser span { margin: 0 2px; }
	#search_result .trip .info .datauser img { vertical-align: middle; }
	#search_result .trip .tool { margin: 10px; }
	#search_result .trip .tool a { display: block; background: #3E69A5; float: left; cursor: pointer; padding: 2px 25px 2px 7px; border: 1px solid #6b8ebd; margin-right: 5px; font-weight: bolder; color: #fff; position: relative; }
	#search_result .trip .tool a img { position: absolute; right: 5px; top: 1px; border: 0; }


/* Ver Viaje */
	#tab_data { border-bottom: 1px solid #4C860D; margin-bottom: 10px; }
	#tab_data ul { padding: 0; margin: 0; list-style: none; font-size: 11px; font-weight: bold; }
	#tab_data ul li { float: left; display: block; margin: 0 5px -1px; border: 1px solid #4C860D; }
	#tab_data ul li a { display: block; padding: 5px 3px 2px; background: #E7F5DB; color: #4C860D; cursor: pointer; outline: none; }
	#tab_data ul li.sel { border-bottom-color: #fff; }
	#tab_data ul li.sel a { background: #fff; }
	#tab_data ul li a.action { background: #dde6ef; color: #1b5891;}

	#ajax_load { text-align: center; }
	#ajax_load b { display: block; }

	#vertrip {  border: 1px solid #4C860D; margin-bottom: 10px; }
	#vertrip .trip { padding: 5px; }
	#vertrip h2.title { background: url(../img/site/topmenu_bkg.jpg) repeat-x 0 -3px; color: #4c860d; border-bottom: 1px solid #233e64; margin: 0; font-size: 10px; padding: 5px; text-align: left; }
		#vertrip h2.requests { color: #1A5790;}
	#triproute div.route { margin: 2px; padding: 3px 3px 3px 25px; border: 1px solid #ccc; }
		#triproute div { position: relative; }
		#triproute div.start { background: #E7F5DB url(../img/site/iconos/control_play.png) no-repeat 2px 2px; }
		#triproute div.middle { background: #f7f7f7 url(../img/site/iconos/control_blank.png) no-repeat 2px 2px; cursor: move; }
		#triproute div.pause { background: #f7f7f7 url(../img/site/iconos/control_pause.png) no-repeat 2px 2px; cursor: move; }
		#triproute div.end { background: #f6c6c6 url(../img/site/iconos/control_stop.png) no-repeat 2px 2px; }

	#tripinfo { vertical-align: top; width: 100%;  border-top: 1px solid #4C860D; border-bottom: 1px solid #233e64; }
	#tripinfo h2.title { background: url(../img/site/topmenu_bkg.jpg) repeat-x 0 -3px; color: #4c860d; border-bottom: 1px solid #233e64; margin: 0; font-size: 10px; padding: 5px; text-align: left; }
	#tripinfo td.info div, #tripinfo td.request div { padding: 2px 10px; }
	#tripinfo td.mapa { overflow: hidden; }
	#tripinfo td.mapa .maparuta { overflow-x: hidden; display: none; }
	#tripinfo td.mapa div#maparuta { height: 250px; }
	#tripinfo td.mapa a.showmap { display: block; cursor: pointer; } 
	#tripinfo td { font-size: 10px; }
	#tripinfo.muro {  border: 1px solid #4C860D; margin-bottom: 10px; }
	#tripinfo.muro td.info { border-left: 1px solid #4C860D }
	#tripinfo.muro div.muro { padding: 5px; }
	#tripinfo.muro td.info img.mapplet { display: block; margin: 0 auto; width: 200px; border: 1px solid #4C860D; }
	#tripinfo td.request { border-left: 1px solid #4C860D; }
	#tripinfo td.request td { padding: 3px; }
	#tripinfo td.request .imginput { padding: 2px 5px; margin: 0 5px; }
	#tripinfo td.request tr.select { background-color: #fffcc5; }
	#tripinfo td.request tr.accept { background-color: #E7F5DB; }
	#tripinfo td.request tr.cancel { background-color: #f6c6c6; }
	#tripinfo td.request table { margin: 10px 0; }

	#vertrip .tool { padding: 5px; text-align: center; }
	#vertrip .tool a { display: block;  color: #4C860D; padding: 3px 15px; border: 1px solid #abda77; background: url(../img/site//topmenu_bkg.jpg) repeat-x 0 -32px; font-size: 10px; font-weight: bold; cursor: pointer; }
	#vertrip .tool a img { vertical-align: middle; border: 0; }

	#ajax_boxhelp.request { }
	#ajax_boxhelp.request #boxhelp_content { height: auto; padding: 10px }
	#ajax_boxhelp.request input.submit { margin: 2px 10px; color: #fff; padding: 3px 15px; border: 1px solid #abda77; background: url(../img/site//topmenu_bkg.jpg) repeat-x 0 -32px; font-size: 10px; font-weight: bold; cursor: pointer; }
	#ajax_boxhelp.request .user_avatar { padding: 5px; display: block; border: 1px solid #b3d6a1; background: #d4e7ca; }
	#ajax_boxhelp.request .user_avatar img { border: 1px solid #b3d6a1; width: 50px; }
	#ajax_boxhelp.request b { display: block; }
	#ajax_boxhelp.request textarea {  margin: 2px 10px; width: 73%; font-size: 10px; font-family: Verdana; border: 1px solid #abda77; padding: 3px; }



/* Ajax Help */
	#ajax_boxhelp { display: none; position: absolute; z-index: 100; top: 60%; left: 50%; width: 400px; padding: 10px 10px 0; background: #3E69A5; margin-left: -175px; margin-top: -100px;  }
	#boxhelp_content { background: #fff; height: 280px; }
	#close_boxhelp { display: block; font-size: 9px; font-weight: bold; color: #fff; text-align: center; padding: 1px 0 2px; cursor: pointer; }
	#ajax_boxgray { background: #000; height: 100%; width: 100%; position: absolute; top: 0; left: 0; display: none; z-index: 95;  }




/* Footer */
#footer_web { background:#E5F0D9 none repeat scroll 0 0; border-top:1px solid #808080; clear:both; height:35px; margin:0 auto; }
	#footer_web p { float:left; margin: 2px; /*margin:0; padding:10px;*/ }
	#footer_web p span { vertical-align: super;}
	#footer_web ul { float:right; list-style-image:none; list-style-position:outside; list-style-type:none; margin:0; padding:10px; }
	#footer_web ul li { display:block; float:left; }
	#footer_web ul li a { color: #000; display: block; padding: 0 15px; border-right:1px solid #808080;   }
	#footer_web ul li a.last { border: 0; }
#i1 { margin: 0 auto; text-align: center; font-size: 10px;}
	#i1 h3{ font-size: 10px;}

/* ToolTips */
#tooltip {
	border: 1px solid #BFBFBF;
	float: left;
	font-size: 10px;
	padding: 2px;
	position: absolute;
	display: none;
	z-index: 35;
}

div.help div.help_info { display: none; }
#boxhelp_content.help li { margin: 10px 0; }

#tooltip span { display: block; width: 16px; height: 16px; position: absolute; top: 3px; left: 3px; }
#tooltip .tiptext { display: block; }
#tooltip.tip { background: #E4F3D4; border: 1px solid #B3D6A1; padding: 5px 5px 5px 20px }
#tooltip.tip span { background-position: -48px -144px; }
#tooltip.user { background: #3E69A5; font-weight: bold; color: #FFF; border: 1px solid #000; }
#tooltip.user span { background: url(smoothness/images/ui-icons_ffffff_256x240.png) -144px -96px; }
/* HELPER */

	/* Clear Fix*/
	.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
	.clearfix { display: inline-block; }
	html[xmlns] .clearfix { display: block; }
	* html .clearfix { height: 1%; }
	
	/* Overflow */
	.ofH { overflow: hidden; }
	
	/* Float */
	.fLeft { float: left; }
	.fRight { float: right; }
	.fNone { float: none; }
	.fClear { clear: both; }
	.fClearl { clear: left; }
	.fClearr { clear: right; }
	/* Width */
	.w10 { width: 10%; }
	.w25 { width: 25%; }
	.w33 { width: 33%; }
	.w45 { width: 45%; }
	.w49 { width: 49%; }
	.w50 { width: 50%; }
	.w60 { width: 60%; }
	.w75 { width: 75%; }
	.w100p { width: 100%; }
	/* Height */
	.h14 { height: 14px; }
	/* Border */
	.b1 {  border: 1px solid #ddd; }
	.b1T {  border-top: 1px solid #ddd; }
	.b1R {  border-right: 1px solid #ddd; }
	.b1L {  border-left: 1px solid #ddd; }
	.b1B {  border-bottom: 1px solid #ddd; }
	.b0 { border: 0px; }
	/* UI-icons */
	.ui-icons { background-image: url(smoothness/images/ui-icons_888888_256x240.png); }

	/* Radius */
	.bRA {  border-radius: 7px; -moz-border-radius: 7px; -webkit-border-radius: 7px; }
	.bRA2 {  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; }
	.bRT { border-radius-topleft: 5px; -moz-border-radius-topleft: 5px; -webkit-border-radius-topleft: 5px;
			border-radius-topright: 5px; -moz-border-radius-topright: 5px; -webkit-border-radius-topright: 5px; }
	.bRTL {  border-radius-topleft: 5px; -moz-border-radius-topleft: 5px; -webkit-border-radius-topleft: 5px; }
	.bRTR {  border-radius-topright: 5px; -moz-border-radius-topright: 5px; -webkit-border-radius-topright: 5px; }
	.bRB {   border-radius-bottomleft: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-radius-bottomleft: 5px;
			 border-radius-bottomright: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-radius-bottomright: 5px; }
	.bRBL { border-radius-bottomleft: 5px; -moz-border-radius-bottomleft: 5px; -webkit-border-radius-bottomleft: 5px; }
	.bRBR { border-radius-bottomright: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-radius-bottomright: 5px; }

