table{
	margin-left: 13.5%;
	margin-top: 100px;
	width: 1200px;
	font-size: 14px;
}
tr th{
	padding: 5px;
	text-align: left;
	font-size: 16px;
}
tr td{
	padding: 3px;
	padding-left: 6px;
}
tr th:nth-child(9), tr th:nth-child(10){
	text-align: center;
}
tr td:nth-child(9), tr td:nth-child(10){
	text-align: center;
	width: 100px;
}

#reservas{
	margin:0;
	border-width: 0;
}
#reservas:nth-child(odd) tr{
	background-color: rgba(135,180,255, 0.2);
}

#addReserva{
	margin-left: 12.5%;
	margin-top: 50px;
	float: left;
}
#Correspondencia select, #Vendido select{
	margin-top: 6px;
    margin-left: 5px;
}

#camposReserva{
	background-color: white;
	border-radius: 4px;
	padding: 20px;
	padding-top: 0;
	padding-bottom: 15px;
	margin-top: 20px;
}

#camposReserva div{
	float: left;
	margin-left: 40px;
	margin-top: 20px;
}
#camposReserva div input{
	margin-top: 5px;
}
#Correspondencia{
	height: 60px;
}
#Vendido{
	height: 60px;
}
#porcMargen{
	margin: 7px;
	font-weight: bold;
}
#Notas{
	float: left;
}
#Notas textarea{
	width: 1275px;
	height: 400px;
}
#botones{
	margin-left: 43%!important;
}
#botones .boton{
	margin-left: 10px;
}



#ventanaReserva{
	position: fixed;
	left: 8%; 
	top:100px;
	width: 1420px;
	height: 700px;
	background-color: white;
	z-index: 5;
	border-radius: 3px;
	display: none;
}

.quitar{
	z-index: 6;
	margin-top: -15px;
	margin-right: -10px;
	float: right;
	position: relative;
}

.reserva{
	cursor: pointer;
}

.papelera{
	cursor: pointer;
}
.papelera img{
	width: 20px;
}
.papelera{
	width: 20px;
	padding-bottom: 2px;
	padding-left: 0;
}

#buscador{
	float: left;
	margin-top: 52px;
	margin-left: 20px;
}

#botonesPaginas{
    display: flex;
    margin-left: -180px;
    margin-top: 20px;
    justify-content: center;
}


#botonesPaginas .boton{
	width: 15px;
	text-align: center;
	font-weight: bold;
	border-width: 2px;
	float: left;
	margin-left: 5px;
	display: inline-block;
}
