body {
	background-image: url(../imagenes/fondo1.png);
	background-repeat: repeat;
}

.centrarV {
   display: flex;
   align-items: center;	
}

.datepicker table tr td {
	font-weight: bold;
	color:navy;
	background-color:azure;
	padding: 10px;
	border-radius: 0px; 
}

hr {
	width:100%; border:double; border-color:darkgray; border-bottom-width:thin;
}


input[type="text"]:read-only {
	background-color: beige;
	color: black;
}

input[type="password"]:read-only {
	background-color: beige;
	color: black;
}

/*
[type="checkbox"][readonly="readonly"]::before {
    background: rgba(255,255,255,.5);
    content: '';
    display: block;
    height: 100%;
    width: 100%;
}
*/

/*
input[type="checkbox"][read-only] {
  pointer-events: none;
}
*/


/*
input[type="text"]:read-only {
	background-color: red;
	color: black;
}
*/