body {
   text-align: center;
   font-family: Cursive;
   }

h1 {
   font-family: Cursive;
   color: #4528EC;
   text-align: center;
   font-weight: bold;
}

img {
   width:150px;
   height: 150px;  
}
li  {
   color: #4528EC;
   text-align: left;
}
a:link{
   color: #4528EC;
   text-decoration: none;
}
a:hover {
   color: red;
}
p {
   color: #4528EC;
}
h2 {
   color: #4528EC;
}
#docente {
   text-align: left;
}

div {
   display: inline-block;
   float: right;
   display: inline-block;
   height: 50px;
   width: 100px;
   border-radius: 5px;
   border: 2px solid white;
   margin-left: 10px;
   text-align: center;   
}
div:hover {
   border: 5px dashed red;
}
.right {
   
   position: relative;
   float: right;
   text-align: right;
}
#googleplus {
   height: 50px;
   width: 100px;
}
#youtube {
   height: 50px;
   width: 100px;
}
#hv {
   height: 50px;
   width: 100px;
}