@charset "UTF-8";

#miInputDatosIzq {
	text-align: left;
	font-size: 14px;
	background-color: #D5EEFF;
	height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
}

#miInputDatosIzqReadOnly {
	text-align: left;
	font-size: 14px;
	background-color: #FFFFFF;
	height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
}

#miInputDatosCen {
	text-align: center;
	font-size: 14px;
	background-color: #D5EEFF;
	height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
}

#miInputDatosCenReadOnly {
	text-align: center;
	font-size: 14px;
	background-color: #FFFFFF;
	height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
}

#miInputDatosDer {
	text-align: right;
	font-size: 14px;
	background-color: #D5EEFF;
	height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
}

#miInputDatosDerReadOnly {
	text-align: right;
	font-size: 14px;
	background-color: #FFFFFF;
	height: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
}

#miInputBuscarIzq {
	text-align: left;
	font-size: 14px;
	background-color: #D5EEFF;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
}

#miInputBuscarDer {
	text-align: right;
	font-size: 14px;
	background-color: #D5EEFF;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
}

#miInputFecha {
	text-align: left;
	width: 140px;
	font-size: 14px;
	background-color: #D5EEFF;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
}

#miInputFechaReadOnly {
	text-align: center;
	width: 100px;
	font-size: 14px;
	background-color: #FFFFFF;
	height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 5px;
}

#miInputSele {
	font-size: 14px;
	background-color: #D5EEFF;
	height: 25px;
	border-radius: 5px;
}

#miInputChecked {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid black;
	background-color: #FFFFFF;
	accent-color: #D5EEFF;
	border-radius: 5px;
	cursor: pointer;
	margin-right: 1px;
	position: relative;
}

#miBoton {
	width: 110px;
	height: 30px;
	border-radius: 5px;
}