#clientes{
	margin: 50px;
	margin-left: 500px;
}

.table{
	width: 600px;
	margin-top: 20px;
	text-align: center;
}
.table tr{
	cursor: pointer;
}
.opciones td table input{
	width: 150px;
}
.opciones td table td:first-child input{
	width: 80px;
}

#ventanaViaje{
	position: fixed;
    left: 2%;
    top: 50px;
    width: 1620px;
    height: 800px;
    background-color: white;
    z-index: 5;
    border-radius: 3px;
	display: none;
}

#camposViaje{
	background-color: white;
	border-radius: 4px;
	padding: 20px;
	padding-top: 0;
	padding-bottom: 15px;
	margin-top: 20px;
}

#camposViaje div{
	float: left;
	margin-left: 30px;
	margin-top: 10px;
}
#camposViaje div input{
	margin-top: 5px;
}

.quitar{
	z-index: 6;
	margin-top: -15px;
	margin-right: -10px;
	float: right;
	position: relative;
}
.opciones{
	overflow-y: auto;
	height: 220px;
	padding-top: 8px;
	float: left;
}
.opciones::selection{
	background: none;
}
.opciones .boton::selection{
	background: none;
}

.escalas{
	width: 40px; 
	text-align: center; 
	margin-left: 10px;
}

.boton{
	margin-left: 3px;
}
.papelera img{
	width: 20px;
}
.papelera{
	width: 20px;
	padding-bottom: 2px;
	padding-left: 0;
	cursor: pointer;
}
#botones{
	position: absolute;
    top: 700px;
    left: 1350px;
}
#botones .boton{
	padding: 15px;
	font-size: 15px;
	font-weight: bold;
}
#Credenciales{
    float: none!important;
    margin: 0;
    font-weight: bold;
    margin-top: 100px!important;
    border: 1px solid #aaa;
    height: 70px;
	width: 215px;    
	border-radius: 5px;
}
