@charset "UTF-8";


.datosUsuario{
	
	width: 100%;
	position: fixed;
	top:0px;
	min-height:7%;
	
	background:rgba(80,80,80,1.00);
	z-index: 9999;
	
	
	
}

.navegador{
	
	
	position: fixed;
	width: 100%;
	height: 13%;
	background: rgba(0,0,0,1.00);
	left: 0px;
	bottom: 0px;
	color: rgba(250,249,249,1.00);
	
}



.herramientas{
	
	width: 8%;
	
	position: fixed;
	top:11%;
	right: 1%;
	height: 78px;

	padding-top: 0.3%;
	z-index: 9999;
	padding-left: 1%;
	padding-right: 1%;
	overflow: hidden;
	
}
.lineas{
	
	min-height: 70px;
	
	width: 70px;
	position: fixed;
	top: 11%;
	left: 20.5%;
	
	padding-top: 0.3%;
	z-index: 9999;
	
}

.tiempo{
	
	width: 3%;
	min-height: 100%;
	position: fixed;
	top:10%;
	left:0%;
	background:rgba(251,223,102,0.50);
    box-shadow: 1px 1px 1px 1px #999;
	z-index: 9999;


}

.padding1{
	
	padding-top: 0.5%;
	
	
}

.hora{
	
	width: 100%;
	padding-top: 5%;
    padding-bottom: 5%;
	padding-left:5%; 
	border-top: 1px dashed #FFF;
	min-height: 30px;
	font-size: 200%;
	float: left;
	clear: both;
	color: rgba(142,142,142,1.00);
	
	
}
