.modal-open, .modal-open .navbar-fixed-top {
  margin-right: 0 !important;
}
body{
	margin:0px !important ;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	min-width:1000px;
	padding: 0px !important;
}
section{
	margin-top: 10px;
	width: 1300px;
	border-radius: 40px;
	box-shadow: 6px 6px 14px #1e61c5;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#resultados{
	position: left;
	margin-top: 15px;
	width: 1250px;
	border-radius: 60px;
	box-shadow: 6px 6px 14px #f3f3f5;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#resultadosx{
	position: left;
	margin-top: 15px;
	width: 1200px;
	border-radius: 60px;
	box-shadow: 6px 6px 14px #f8fafa;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#nose{
	margin-top: 15px;
	width: 1250px;
	
	box-shadow: 2px 2px 10px #7e2929;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#nosex{
	margin-top: 15px;
	width: 950px;
	
	box-shadow: 2px 2px 10px #59cce9;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#nosexs{
	margin-top: 15px;
	width: 900px;
	
	box-shadow: 2px 2px 10px #59cce9;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#Info {
position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}


.tbl-registro tr td{
	padding-right: 10px;
	padding-bottom: 10px;

}
.texto {
		background-color: #FFF;
}
.texto {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	
}
#contenidoRegistro {
	text-align: center;
	}

.ocupado span {
		background: rgb(236, 19, 73) !important;
		font-weight: bold !important;
		color: black !important; //muestra rojos los dias ya ocupados
		
	}
.ui-datepicker-week-end span {
		color: black !important; //muestra grises los fines de semana
	}
	
.valory {
	background-color: #000;
}
.valorx {
	background-color: #000;
}
.valorxy {
	background-color: #F0F;
}
.xd1
{
	height: 34px; /* Aquí puedes cambiar el alto */
    font-size: 14px;
	color: #555;
	background-color: rgb(63, 179, 63);
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	text-align: center;
}
.xd1[disabled], .xd1[readonly], fieldset[disabled] .xd1 {
	cursor: not-allowed;
	background-color: rgb(220, 243, 223);
	opacity: 3
}.blancote {
	color: #EEE;
}
#contenedor{
	width:85%;
	height:1em;
	margin:0 auto;
	background-color: rgb(74, 123, 214);
	text-align:left;
}
#boton1{
	width:100%;
}
#resultado{
	background-color: rgb(48, 82, 145);
}