@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
	color: black;
	font-family: Open Sans;
	font-size: .7em;
	margin: 0;
	padding: 0;
	
}

body table {
	font-size: 11px;
	text-align:left;
}
select, #imgFecha {
	cursor: pointer !important;
}
/* #738FC1 */
a {
	color: #000099;
}
a:link {
	color: #000099;
}
a:visited {
	color: #000099;
}
a:active {
	color: #000099;
}
a:hover {
	color: #000;
}
h1, h2 {
	margin: 0 auto;
	padding: 10px;
	text-align:center;
}

#videoFondo {
	position: fixed;
	bottom: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -2;
}

.Titulo, table tr th {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #000;
}
.Titulo_chico {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	background-color: #000;
}
.rglSelect, .rglSelect a {
	background: cornflowerblue;
	color: white;
}
.Normal_chica {
	font-size: 12px;
	text-align: justify;
}
.Normal_mas_chica {
	font-size: 10px;
	text-align: justify;
}
.Boton, input[type=button], input[type=submit] {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.TextBox, textarea, select,
	input[type=text], input[type=password], input[type=file] {
	background-color: #FFF;
	border: 1px #666 solid;
	color: #000000;
	cursor: text;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	padding:3px;
}
.txtDisabled, 
	input[disabled], 
	select[disabled], 
	textarea[disabled], 
	input[disabled=disabled], 
	select[disabled=disabled], 
	textarea[disabled=disabled] {
	background-color: #CCC;
	color: #666;
	border: 1px #000 solid;
}
				input[readonly], 
	select[readonly], 
	textarea[readonly], 
	input[readonly=readonly], 
	select[readonly=readonly] , 
	textarea[readonly=readonly] {
	background-color: #EEE;
	color: #666;
	border: 1px #000 solid;
}
.tabla_borde_negro, .celda_negro, .celda_negro th, .celda_negro td {
	border: 1px solid black;
	border-collapse: collapse;
}
.tabla_borde_azul, .celda_azul, .celda_azul th, .celda_azul td {
	border: 1px solid #0808FF;
	border-collapse: collapse;
}
#FondoPantalla {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/*background-color: #C0C0C0;*/
	background-color: white;
	z-index: 10;
	opacity: 0.5;
	filter: alpha (opacity=50);
	display: none;
}
.requerido {
	font-size: 9px;
	color: #006699;
	font-weight: bold;
}
.rojo {
	color:#F00;
	font-weight:bold;
	text-align:center;
	font-size: 12px;
}
.EncabezadoAzul {
	color:#FFF;
	background-color:#016798;
	font-weight:bold;
	margin: 0 auto;
	text-align:center;
}
:focus {
	outline: -webkit-focus-ring-color auto 5px;
}