#title_seccion{
  text-align:center;
}

#preTitle{
 height: 40px;
}

#title{
  font-size: 24px;
  font-weight: bold;
}

#pel{
  font-size: 18px;
  font-style: italic;
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}

#por{
  font-size: 16px;
}

#body{
  line-height: 1.35;
  text-align: justify;
  margin-top: 20px;
}

#center{
  margin-left:170px;
  margin-right: 50px;
  margin-bottom: 20px;
}

#left{
  float: left;
  width: 170px;
  height: auto;
  margin-bottom: 20px;
  margin-top: 19.5px;
}


.box div {
  border: 3px solid;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  background-color: #F88017;
}

.box ul{
  padding:0;
  margin:0;
  list-style-type:none;
}

.box li.title{
  border-bottom:3.0px solid;
  background-color: #bbb;
}

.box li.link {
  margin-bottom: 10px;
}

.link a:hover{
  font-weight: bold;
}

.link a {
  text-decoration: none;
  color: black;
  font-size: 11pt;
}


/*
  These rules allow using bold and italic!
*/
strong, b, strong *, b * 
{ 
font-weight: bold !important; 
}

em, i, em *, i * 
{ 
font-style: italic !important; 
}

