
#fucBox { 
width:900px;
background-color:blue;
}

#fuc{	    
width:600px;  
 
 float:left; 

  
  }
  
  #docente{
	  width:400px; 

  height:200px;  
  float:left;  

 
  }
  
  img {
  border-radius: 50%;
}

.boxAlerta{
    font-family: "Montserrat", sans-serif;
    background-color: #FE0056;
    color: #fff;
    padding: 20px 30px;
    font-size: 18px;
    border-radius: 5px;
    box-shadow: 12px 15px 20px rgb(0 0 0 / 16%);
    position: relative;
    cursor: pointer;
    display: flex;
    text-decoration: none;
    justify-content: left;
    align-items: center;
    margin: 10px 0;
    
} 
