/*
	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: 820px;
  height: 50px;
  border: 1px solid black; 
  display: flex;
  align-items: center;
  background-color: blue;
}
input[type=text], select {
  width: 100%;
  padding: 25px 25px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

//#Main div {
  //flex: 1;
  //border: 1px solid black;
  //display: flex;
  //align-items: center;
//}

#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: #7C0A76;
        background: #003399;
        height: 100%;
	border-radius: 5px;
	background-image: url(../logol.png);
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center; 
}

#FormName {
	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;
}
#Head {

#tableH {
	background-color: #FFFFFF;
	text-align: left;
	width: 100%;
	border: solid 1px gray;
	border-collapse: collapse;
}
th,td,tr{
	padding: 0px;
	border-bottom: solid 1px black;
}
thead{
	background-color: #003399;
	border solid 5px gray;
	color: yellow;
}
tr:nth-child(even){
	background-color: #ddd;
}
tr:hover td{
	background-color: #369681;
	color: yellow;
	#border-radius: .5em;
}
table td,th:nth-child(3) {
      text-align: right;
    }
