body{
  font-family: sans-serif;
  font-weight: bold;
  font-size: 15px
}
#Encabezado{
 background: rgb(45,40,125);
 /*background: linear-gradient(180deg, rgba(45,40,125,1) 78%, rgba(222,167,36,1) 100%);*/
 background: linear-gradient(235deg, rgba(45,40,125,1) 80%, rgba(91,11,11,1) 100%);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-shadow: 0px -4px 8px 4px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px -4px 8px 4px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px -4px 8px 4px rgba(0,0,0,0.75);
}
#CuerpoT{
  box-shadow: 0px 5px 8px 4px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 5px 8px 4px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 5px 8px 4px rgba(0,0,0,0.75);
}

#CuerpoT h5{
  font-weight: bold;
}

#CuerpoT a {
  color: black;
  text-decoration: none; /* no underline */
}
