
body {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image:  url("../img/fondo.jpg");
    background-size: cover;
}

.boton {
    border: 1px solid #2e518b; /*anchura, estilo y color borde*/
    padding: 10px; /*espacio alrededor texto*/
    background-color: #2e518b; /*color botón*/
    color: #ffffff; /*color texto*/
    text-decoration: none; /*decoración texto*/
    text-transform: capitalize; /*capitalización texto*/
    font-family: 'Helvetica', sans-serif; /*tipografía texto*/
    border-radius: 50px; /*bordes redondos*/
    }
    
.container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px 8px;
    max-width:1000px;
    align-items: center;
    justify-content: center;
    border-style: solid;
    border: 1px solid #e41515;
  }

.content-table { 
    table-layout: fixed;
    width: 220px;
    height: 150px;
    margin: 5px ; 
    font-size: 0.8em; 
    font-family: sans-serif; 
    color:#000000;
    min-width: 70px; 
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.15); 
    align-items: center; 
    align-content: center;
    vertical-align: middle;
   
}
.content-table td { padding: 0px 0px; }
.content-table tbody tr { border-left: 1px solid #ddaeae; background-color: #f3eaea; } 
.content-table tbody tr td {text-align: center; border-radius: 32px;} 
.content-table tbody tr td:hover {cursor: pointer;} 
.content-table tfoot tr { border-left: 1px solid #ddaeae; background-color: #f3eaea; }
.content-table tfoot tr td {text-align: center; border-radius: 32px;} 
.content-table tfoot tr td:hover {cursor: pointer;} 
.content-table tbody tr:nth-of-type(even) { background-color: #f3f3f3; } 


.content_table_figT {height: 30px;}
.content_table_figAB {height: 15px;}
.content_table_figT, .content_table_figAB  { 
    table-layout: fixed;
    width: 400px;
    margin-left: 10px ; 
    padding: auto;
    font-size: 14px; 
    font-family: sans-serif; 
    color:#000000;
    align-content: center;
    vertical-align: middle;
}
.content_table_figT td { padding: 2PX 2px; }
.content_table_figT tbody tr { border-left: 1px solid #ddaeae; background-color: #f3eaea; min-height: 60px;} 
.content_table_figT tbody tr td {text-align: center; border-radius: 32px;} 
.content_table_figT tbody tr td:hover {cursor: pointer;} 
.content_table_figAB td { padding: 2PX 2px; }
.content_table_figAB tbody tr { border-left: 1px solid #ddaeae; background-color: #f3eaea; min-height: 60px;} 
.content_table_figAB tbody tr td {text-align: center; border-radius: 32px;} 
.content_table_figAB tbody tr td:hover {cursor: pointer;} 


/* .content-table tbody tr:last-of-type { border-bottom: 2px solid #009879; } */

.box1 {
    display:block;
    box-sizing: border-box;
    margin-left:1em;
    width: 245px;
    height: 180px;
    color:#aeedf5;
    border: 8px solid transparent;
    border-radius: 24px;
    background: 
      linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) padding-box, 
      linear-gradient(
        45deg, 
        #FF52E5, 
        #F6D242
      ) border-box;
  }
  .box1 div {
    margin-top: 10px;
    margin-left: 10px;
  }

  .box2 {
    display:block;
    box-sizing: border-box;
    margin-left:1em;
    width: 450px;
    height: 120px;
    color:#aeedf5;
    border: 4px solid transparent;
    border-radius: 24px;
    background: 
    linear-gradient(rgb(100, 100, 100), rgb(100, 100, 100)) padding-box, 
      linear-gradient(
        45deg, 
        #97ff52, 
        #f3cd33
      ) border-box;
  }
  .box2 div {
    margin-top: 8px;
    margin-left: 10px;
  }
  
  
.box3 {
    display:flex;
    box-sizing: border-box;
    margin-left:1em;
    width: 200px;
    height: 100px;
    justify-content: center; 
    align-items: center;
    display: inline-block;
    vertical-align: top;
    color:#aeedf5;
    border: 4px solid transparent;
    border-radius: 24px;
    background: 
    linear-gradient(rgb(100, 100, 100), rgb(100, 100, 100)) padding-box, 
      linear-gradient(
        45deg, 
        #97ff52, 
        #f3cd33
      ) border-box;
  }
  .box3 div {
    margin-top: 5px;
    margin-left: 20px;
  }
  .box3 div a{margin-left: 15px; color: rgb(255, 255, 255);}
  .box3 div input{margin-left: 10px; width: 100px;}
 
.box4 {
    display:block;
    box-sizing: border-box;
    margin-left:1em;
    width: 450px;
    height: 120px;
    color:#aeedf5;
    border: 4px solid transparent;
    border-radius: 24px;
    background: 
    linear-gradient(rgb(100, 100, 100), rgb(100, 100, 100)) padding-box, 
      linear-gradient(
        45deg, 
        #97ff52, 
        #f3cd33
      ) border-box;
  }
  .box4 div {
    margin-top: 10px;
    margin-left: 10px;
  }

  .box5 {
    display:block;
    box-sizing: border-box;
    margin-left:1em;
    width: 800px;
    height: 200px;
    color:#aeedf5;
    border: 4px solid transparent;
    border-radius: 24px;
    background: 
    linear-gradient(rgb(100, 100, 100), rgb(100, 100, 100)) padding-box, 
      linear-gradient(
        45deg, 
        #97ff52, 
        #f3cd33
      ) border-box;
  }
  .box5 div  {
    margin-top: 0px;
    margin-left: 10px;
  }
  .box5 div h3{
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
  }    
  .box5 div input {
    margin-top: 5px;
    margin-left: 5px;
  }
  .box5 div button {
    font: 700 1em Tahoma, Arial, Verdana, sans-serif;
    color: #fff; background-color: #e559bb;
    border: 1px solid #ec1faf;
    border-top: 1px solid #e559bb;
    border-left: 1px solid #e559bb;
    cursor: pointer;
  }
  .box5 div button {
    width: 20px; /* ie */
    height: 20px;
    overflow: visible; /* ie */
    padding: 0px 0px 0px 0px; /* ie */
  }
  .box5 div button[type] {
    padding: 0px 0px 0px 0px; /* firefox */
  }

  /* .box4 div p {
    display: block;
    margin-block-start: 10px;
    margin-block-end: 0px;
    margin-inline-start: 10px;
    margin-inline-end: 0px;
} */
  
footer {
    background-color: rgb(106, 245, 215);
    position: botom;
    bottom: 0;
    width: 100%;
    height: 80px;
    color: rgb(0, 0, 0);
  }
footer div{
    text-align: center;
}
footer div h4 {
    margin-block-start: 0.3em;
    margin-block-end: 0.3em;
}
footer div a{margin-left: 40px; color: rgb(22, 22, 22);}

input .bajos {
  width:170px;
  height:30px;
  font-size:11pt;
  font-family:Helvetica;
  font-weight:bold;
  color:green;
  border-width:thin;
  border-style:solid;
  border-color:green;
 
}

textarea{
  width:750px;
  height:200px;
}

.seleccion{
  border:3px solid #58ACFA;
  background-color:#2ECCFA;
  color:rgb(5, 5, 5);
  font-size:17px;
  width:120px;
  height:30px;
  cursor: pointer;
}