.titulopagina {
  background-color:	#C0C0C0;
  text-align:center;
  font-family:verdana;
  font-size:50px;

  border-top-width:5px;
  border-right-width:9px;
  border-bottom-width:9px;
  border-left-width:5px;

  border-top-style:dotted;
  border-right-style:solid;
  border-bottom-style:solid;
  border-left-style:dotted;

  border-top-color:#ffaa00;
  border-right-color:#ff0000;
  border-bottom-color:#ff0000;
  border-left-color:#ffaa00;
}