.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: 80px;
	width: 750px;
	border-radius: 20px;
	box-shadow: 2px 2px 10px #6F6F6F;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
#nose{
	margin-top: 25px;
	width: 750px;
	
	box-shadow: 2px 2px 10px #6F6F6F;
	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: red !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;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	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: #eee;
	opacity: 1
}.blancote {
	color: #EEE;
}
