/*
	COMENTARIOS
Colores

Fondo	#632432
Header	#246355
Borde	#0F362D
Highlight	#369681

*/

body {
	background-color: #F2A9F2;
	font-family: Arial, Helvetica, san-serif;
	font-size: 14px;
	padding-top: 5px;
}
#Main {
  width: 800px;
  height: 80px;
}
#regh {
	font-family: Calibri, Helvetica;
	font-size: 10pt;
	text-align: right;
}
#IHDheader {
	color: white;
	height: 60px;
	width: 800px; /* hacemos que la cabecera ocupe el ancho completo de la página */
	left: 0; /* Posicionamos la cabecera al lado izquierdo */
	top: 0; /* Posicionamos la cabecera pegada arriba */
	display: grid;
	grid-template-rows: 60px;
	grid-template-columns: 20% auto 20%;
	grid-gap: 5px;
	padding: 5px;
}
#Logo {
	width: 100%;
        background: #003399;
        height: 100%;
	border-radius: 5px;
	background-image: url(../logol.png);
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center; 
}
/*
table, th, td {
        border: solid 1px #000;
	border-collapse: collapse;
	padding: 0px;
	border-color: #aaa;\">"
	font-family: Calibri, Helvetica;
	background: #003399;
	color: yellow;
}
*/
#FormName {
	text-decoration:none;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: #003399;
	text-align: center;
	line-height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: bold;
	color: yellow;
	text-shadow: 1px 1px 2px black, 0 0 25px yellow, 0 0 5px yellow; 
}

#Misc {
	width: 100%;
        height: 100%;
        border-radius: 5px;
        background: #003399;
}
#Misc01 {
	width: 100%;
        height: 50%;
        text-align: left;
        line-height: 30px;
        font-family: Arial, Helvetica, sans-serif;
	color: yellow;
	font-size: 120%;
	margin-left: 5px;
}
#Misc02 {
	width: 100%;
        height: 50%;
        text-align: left;
        line-height: 30px;
        font-family: Arial, Helvetica, sans-serif;
	color: yellow;
	font-size: 120%;
	margin-left: 5px;
}
#th {
	background: #003399;
	border: solid 1px #aaa;
	font-family: Calibri, Helvetica, sans-serif;
	color:yellow;
}

.slider {
  -webkit-appearance: none;
  width: 350px;
  height: 15px;
  border: solid 1px #999;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 13px;
  background: #003399;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 13px;
  background: #003399;
  cursor: pointer;
}
