

body{
    background-color: #c5deff;
    text-align: center;
}

/**----------------------navegador------------------------**/
.navegador{
    background-color: aquamarine;
    display: flex;
    justify-content:space-between;
  
}

/**---------------------NAVEGADOR FIN----------------------------**/

h1, h2, h3{
    font-family:sans-serif;
    color:#265889;
   
}

h2{
    font-size: 16px;
    
}

h3{
    font-size: 10px;
    width: 400px; 
    margin-left: 150px;
    padding: 0px;
}

#textopresentacion{
    font-family: sans-serif;
    display:flex;
    justify-content: center,
      
}

li{
    font-family: sans-serif;
}

.menu{
    text-align: center;
     
}
/**------------------footer----------------------------**/
#pedirturno{
    background-color:azure;
    display: flex;
    justify-content: center;
    text-decoration: none;
    
}
#pedirturno:hover {
    background-color: #b0c9eb;
    font-family:sans-serif;
/**------------------FIN FOOTER----------------------------**/