#buscador_express{
	background: url("../img/base_avanzado.png") no-repeat scroll left bottom;
	float: right;
	height: 75px;
	position: relative;
	margin:0 0 0 30%;
	width: 795px;
	transition:border 0.5s ease 0s;
}
	/*#buscador_express:hover{
		border-bottom:1px solid #000;
	}*/
	#buscador_express ul{
		display: block;
		float: right;
		list-style-type: none;
		margin: 32px 15px 0 0;
		position: relative;
		width: auto;
	}
		#buscador_express ul li{
			display: block;
			float: left;
			margin:0;
			padding: 0 4px 1px;
			background:#D6D5D5;
			transition:background 0.9s ease;
			cursor:pointer;
			height:45px;
		}
		#buscador_express ul li:hover{
			background:#BC151B;
		}
		#buscador_express ul li.noHover:hover{
			background:#D6D5D5;
		}
			#buscador_express ul li select{
				border-radius:0;
				border:1px solid #ccc;	
			}
				#buscador_express ul li:hover label{
					font-style:italic;
					color:#fff;
				}
			#buscador_express ul li input[type="submit"]{
				background: url("../img/buscarBoton.png") no-repeat scroll left top rgba(0, 0, 0, 0);
				border: medium none;
				cursor: pointer;
				display: block;
				float: left;
				height: 30px;
				margin: 24px 0 0;
				width: 70px;
				font-size:0px;
			}	
			#buscador_express ul li input[type="submit"]:hover{
				background:url(../img/buscarBoton_hover.png) top left no-repeat;
			}
			
						
			
	
