		body, div, h1, h2, h3, span, p {
				font-family: Verdana,Arial,Helvetica,sans-serif;
				color: #000000; 
			}
			/* fullscreen */
			html {
				height:100%;
			}
			body {
				height:100%;
				margin: 0px;
				overflow:hidden; /* disable scrollbars */
			}
			body {
			  font-size: 10pt;
			  background : #000000; 
			}
			#menu-bottom {
				position:absolute;
				bottom: -1px;
				z-index: 99999999999;
				width:100%;
				min-height:40px;
				max-height:50px;
				background-color: rgba(0,0,0,0.5);
			}
			.warning { 
				font-weight: bold;
			} 
			/* fix for scroll bars on webkit & Mac OS X Lion */ 
			::-webkit-scrollbar {
				background-color: rgba(0,0,0,0.5);
				width: 0.75em;
			}
			::-webkit-scrollbar-thumb {
    			background-color:  rgba(255,255,255,0.5);
			}


			#selector-vista {
				width: 100%;
				height:40px;
				float:right;
				text-align:center;
			}

select::-ms-expand {
    display: none; /* hide default arrow in IE10 */
}
select {
  font-family: Verdana;
  font-size: 11px;
  color: #CCCCCC;
  background-color:#333333;
  border: 0 none;
  padding: 5px;
  max-width: 460px;
  margin-top:5px;
}

