@CHARSET "UTF-8";
ul#legendResponsive, .invisible{display:none;}

#legend{
	position:absolute;
	background:none repeat scroll 0 0 rgba(140, 140, 140, 0.6);
	/*bottom:59px;*/
	width:100%;
}
/* css rule for chrome*/
/*@media screen and (-webkit-min-device-pixel-ratio:0) { 
 #legend {bottom: 59px;}
}*/

/*div.fixed #legend {
    bottom: 59px;
}*/

	#legend ul{
		/*width:100%;
		margin:0 auto;
		text-align:center;*/
		/*border-bottom: 8px solid rgba(55, 192, 251, 0.70);*/
	    margin: 0 auto;
	    overflow: hidden;
	    text-align: center;
	    /*width: 100%;*/
	    max-height: 38px;
	}
	
	#legend ul.ulFirst{overflow:hidden;/*float:left;*/display:inline;width:286px;max-height:30px;overflow:hidden;}
	#legend ul.ulLegend{height:30px;max-height:30px;width: auto;border-bottom: 1px solid rgba(55, 192, 251, 0.70);}
		#legend ul li{
			/*float:left;
			color:white;
			margin-left:20px;
			margin-top:5px;
			font-weight: bold;
			font-size:14px;*/
			color: white;
			float: left;
			font-size: 14px;
			font-weight: bold;
			/*margin-bottom: 2px;*/
			margin-left: 20px;
			margin-top: 0;
		}
		
		#legend ul.ulFirst li{bottom:10px;}
		
			#legend .inputTitle{
				/*width:30%!important;
				position:relative;
				/*background: none repeat scroll 0 0 rgba(27, 27, 27, 0.75);
				/*margin-right:1em;
				margin-left:0!important;
				padding:0 1em;
				/*border-radius: 10px 10px 0 0;
				background-image:url("/images/buscasamarre.png");
				background-repeat: no-repeat;*/
			  	background-image: url("/images/buscasamarre.png");
			    background-repeat: no-repeat;
			    background-size: 100% auto;
			    margin-bottom: 0 !important;
			    margin-left: 0 !important;
			    opacity: 0.84;
			    padding: 0 1em;
			    /*position: absolute;
			    top: 0;*/
			  /*  width: 15% !important;*/
			    min-width: 289px;
			    height:30px;
			}
		
				#legend .inputTitle h2{
					font-size:1.1em;
					margin-bottom:0;
				}
			
			#legend ul li.noMargin{
				/*margin-left:0;*/
				margin-left:22%;
			}
		
				#legend ul li img,
				#legendResponsive img{
					vertical-align:middle;
					height:14px;
				}
