@charset "utf-8";
/* CSS Document */

header {
  text-align: center;
  padding: 20px;
}
header img {
  max-width: 120px;
  margin-bottom: 10px;
}
section {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 40px;
}
section h2 {
  font-size: 1.1rem;
  color: #092847;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 160px));
  gap: 20px;
  justify-content: center;
}
.tarjeta {
  background: #fff;
  color: #333;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tarjeta:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}
.tarjeta a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.material-icons {
  font-size: 2.5rem;
  margin-bottom: 2px;
  color: #6200ea;
}
.titulo {
  font-weight: bold;
  margin-bottom: 2px;
  font-size: 1.1rem;
}
.descripcion {
  font-size: 0.9rem;
  color: #666;
}
a:link, a:visited {
  color: #6200ea;
  text-decoration: none;
  gap: 6px;
}
a:hover {
  text-decoration: underline;
}



body {
  margin: 5px 5px 5px 5px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #333333;
  background-color: #ffffff;
}

h1 { 
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	color: #092847;
}

h2 {
	font-size: 125%;
	font-weight: bold;
	color: #5586ae;
}

h3 {
	font-size: 125%;
	font-weight: bold;
	color: #000000;
}


.pequeno  {font-size: 75%;}
.naranja {color: #ffae00}
.rojo {color: #FF0000;}
.blanco {color: #FFFFFF;}
.azul {color: #0000FF;}
.rojoNegrita {color: #FF0000; font-weight: bold;}
.numTabla{color: #0000FF; font-size: 125%; }
.tituloMenu{color: #f16327; font-size: 125%; font-weight: bold; text-align: center;}

.verdeNegrita {color: #57ab7c; font-weight: bold;}
.naranjaNegrita {color: #da621e; font-weight: bold;}
.azulNegrita {color: #0c374d; font-weight: bold;}
.azul2Negrita {color: #1287a8; font-weight: bold;}
.amarilloNegrita {color: #ebc944; font-weight: bold;}

.boton_web { padding: 10px 20px; color: white; background-color: #0c374d; font-size: 100%; border: none; cursor: pointer; 
	outline: none; transition: background-color 0.3s; width:180px;
	border-radius: 10px 10px 10px 10px;  }
	/* Cambia el color de fondo al pasar el mouse */
.boton_web:hover {  opacity: 0.6;}
	/* Estilo para la pestaña activa */
.boton_web.active {color: #0c374d; background-color: #ffffff; font-weight: bold;}

input#btn100p {
	padding: 4px 20px;
	width:100%;
	/*give the background a gradient*/
	background:#5586ae; /*fallback for browsers that don't support gradients*/
	border:2px outset #dad9d8;
	/*style the text*/
	font-family:Andika, Arial, sans-serif; /*Andkia is available at http://www.google.com/webfonts/specimen/Andika*/
	font-size:1.1em;
	letter-spacing:0.05em;
	/*text-transform:uppercase;*/
	color:#fff;
	text-shadow: 0px 1px 10px #000;
	/*add to small curve to the corners of the button*/
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/*give the button a drop shadow*/
	-webkit-box-shadow: rgba(0, 0, 0, .55) 0 1px 6px;
	-moz-box-shadow: rgba(0, 0, 0, .55) 0 1px 6px;
	box-shadow: rgba(0, 0, 0, .55) 0 1px 6px;
}

input#btn90p {
	padding: 4px 20px;
	width:90%;
	/*give the background a gradient*/
	background:#5586ae; /*fallback for browsers that don't support gradients*/
	border:2px outset #dad9d8;
	/*style the text*/
	font-family:Andika, Arial, sans-serif; /*Andkia is available at http://www.google.com/webfonts/specimen/Andika*/
	font-size:1.1em;
	letter-spacing:0.05em;
	/*text-transform:uppercase;*/
	color:#fff;
	text-shadow: 0px 1px 10px #000;
	/*add to small curve to the corners of the button*/
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/*give the button a drop shadow*/
	-webkit-box-shadow: rgba(0, 0, 0, .55) 0 1px 6px;
	-moz-box-shadow: rgba(0, 0, 0, .55) 0 1px 6px;
	box-shadow: rgba(0, 0, 0, .55) 0 1px 6px;
}

input#btn50p {
	padding: 4px 20px;
	width:50%;
	/*give the background a gradient*/
	background:#5586ae; /*fallback for browsers that don't support gradients*/ 
	border:2px outset #dad9d8;
	/*style the text*/
	font-family:Andika, Arial, sans-serif; /*Andkia is available at http://www.google.com/webfonts/specimen/Andika*/
	font-size:1.1em;
	letter-spacing:0.05em;
	/*text-transform:uppercase;*/
	color:#fff;
	text-shadow: 0px 1px 10px #000;
	/*add to small curve to the corners of the button*/
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/*give the button a drop shadow*/
	-webkit-box-shadow: rgba(0, 0, 0, .55) 0 1px 6px;
	-moz-box-shadow: rgba(0, 0, 0, .55) 0 1px 6px;
	box-shadow: rgba(0, 0, 0, .55) 0 1px 6px;
}

input[type=text] {
    padding: 5px 5px;
    margin: 8px 0;
    box-sizing: border-box;
	border-radius: 8px;
	font-size: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type=password] {
    padding: 5px 5px;
    margin: 8px 0;
    box-sizing: border-box;
	border-radius: 8px;
	font-size: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type=number] {
	width: 80px;
    margin: 0px 0;
    padding: 5px 5px;
    box-sizing: border-box;
	border-radius: 8px;
	font-size: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type=date] {
	padding: 5px 5px;
    margin: 8px 0;
    box-sizing: border-box;
	border-radius: 8px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

select {
    padding: 5px 5px;
    margin: 8px 0;
    box-sizing: border-box;
	border-radius: 8px;
	font-size: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

textarea {
    width: 95%;
	padding: 5px 5px;
    margin: 8px 0;
    box-sizing: border-box;
	border-radius: 8px;
	font-size: 100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    
}

table{
	border-collapse: collapse;
	border-color: #5586ae;
  }

th, td {
	border-collapse: collapse;
	border-color: #5586ae;
	padding-left: 5px;
	padding-right: 5px;
  }

