*{
    margin: 0;
    padding: 0;
    border: 0;
}
/**--navegador--**/
nav {
    font-family: verdana;
    font-style: normal;
    background-color:  #769ee9;
    height: 5vh;
    
}

nav ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    align-items: center;
    
}

nav a {
    text-decoration: none;
    color:black;
    padding: 0.5em;
}
.navegador a:hover, a:focus {
     background-color:darksalmon;
 }

.saltocontenido {
    height: 100%;
    color: antiquewhite;
}
 .saltocontenido a {
    text-align: center;
 }

.navegador {
   
   height: 5vh;   
}
 
/**--header--**/
header {
    background-color: #f2edda;
    height: 15vh;
    display: flex;
    flex-direction: row;
    justify-content:space-between;   
    align-items: center; 
  
}

header figure {
    padding-left: 3em;
    width: 10em;
    height: 100%;
}

header figure img {
    height: 100%;
    width: 100%;
   
}

/**--main--**/
main {
    background-color: #ff5e00;
    height: auto;
}
#Registro{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
article{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 20em;
    height: 25em;
    background-color: #f2edda;
    margin: 2em;
    border: 3px dotted rgb(48, 48, 192);
    border-radius: 30px;

}

article figure{
    width: 15em;
    height: 12em;
    margin: 0 auto;
      
}

article img{
    width: 100%;
    height: 100%;    
}

table{
    width: 18em;
    text-align: center;
   
    margin: 0 auto;
}
caption{
    font-family: Georgia, Times;
    margin-bottom: 1em;

}
th{
    
    width: 50%;
    background-color: rgb(50, 180, 67);
    padding: 0.5em;

}
td{
    width: 50%;
    background-color: rgb(46, 126, 231);
    width: 0.5em;
   

}
.sectionregistro{
    height: 80vh;
    display: flex;
    flex-direction: row;
}
.sectionregistro aside{
    background-color: #f2edda;
    width: 20%;
    border: 2px dotted black;
}
.sectionregistro main{
    width: 80%;
}

/*--FORMULARIO MAIN--*/
#formulario-main{
    margin-top: 5vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contenedor-formulario{
    background-color: rgb(100, 183, 255);
    padding: 0.5em;
    color: rgb(0, 0, 0);
    margin: 0 auto;
    width: 40%;
    display: flex;
    flex-direction: column;
    border: 3px double rgb(24, 28, 255);
}
#formulario-main label , input , legend{
    padding: 0.2em;
    display: inline-block;
}

.suscribirse{
    margin-top: 0.2em;
    width: 6em;
}
.suscribirse:hover{
    background-color: #769ee9;
}
/*--FIN DE FORMULARIO MAIN--*/

/*--FORMULARIO ASIDE--*/
.formulario-aside{
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.formulario-aside fieldset{
    padding: 0.5em;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    border: 1px solid black;
    width: auto;
    margin-top: 30%;
}
.formulario-aside legend{
    font-size: 90%;
    text-align: center;
    margin: 10% auto;
}
.enviar{
    color: white;
    background-color: #ff5e00;
    margin-top: 1%;
}
.enviar:hover{
    background-color: black;
    color: white;
}

/*--FORMULARIO ASIDE--*/



