
.filete{
    border: 4px solid cadetblue;
    width: 20%;
    margin-bottom: auto;
    margin-left:3%; 
 }
    
body{
    margin:0;
    font-family:'Lato';
    }

                              /*HEADER */

img {
    margin-top:2%;
    width: 40px;
    height: 40px;
    margin-bottom: 2%;
}

.nombre1{
    
    font-size: 25px;
    text-decoration: none;
    color: black;
    margin-top: 3%;
    
    
    }

#contenedor{
    background-color: cadetblue;
    display:flex;
    width: 100%;
    height: auto;
    margin-bottom: 2%;
    }


.contenedor2 img{
    width: 100%;
    height: 30%;
    display: flex;
    padding-top: 190px;
    padding-bottom: 190px;
    
    
    
}

.cont a {
    font-family: '';
}

span{
    display: flex;
    margin-top: 2%;
    margin-left: auto;
    margin-right: 2%;
}
    
    

                      /*MENU/SUBMENU SUPERIOR*/


.sidenav {
    height: 100%;
    width: 0;
    position: fixed; /*permite ver el menu */
    z-index: 1; 
    top: 0;
    right: 0; /*oculto del lado derecho*/
    background-color: #111;
    overflow-x: hidden; /*oculta el submenu*/
    transition: 0.5s;
    padding-top: 90px;
}

/*submenu propiedades*/ 
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover { 
    color: #f1f1f1;
}

.sidenav .cierre {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

main{
    margin: 1em;
}




h1{
    font-size:20px;
    text-align: center;
    margin-top: 30px;
    
}


h2{
    font-size: 15px;
    text-align: center;
    margin-top:40px;
}



                                     /*formulario*/


input[type=text], select, textarea {
    width: 100%;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
    
}

input[type=submit]:hover {
    background-color: #45a049;
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}


.row:after {
    content: "";
    display: table;
    clear: both;
}


@media screen and (max-width: 600px) {
    .col-25, .col-75, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}


.clasecurso{
    font-family: 'lato';
    border-top:  2px solid cadetblue;
    font-weight: bold;
    border-bottom: 2px solid cadetblue;
}

.clasecurso a{
    font-weight: 100;
    font-family: ''
}



/*----------------------------------------*/


footer {
    
    padding: 1em;
    background-color: black;
    color:azure;
    font-family: 'roboto slab';
    font-size: 12px;
    margin-top: 3em;
    
}


