.titulo {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	text-align: center;
}

.texto {
	font-family: Arial;
	font-size: 18px;
	color: #000000;
    font-weight: normal;
	line-height: 30px;
}

.vinculo {
	font-size: 20px;
	color: #FF0000;
	text-decoration: none;
	font-weight: 400;
	font-family: cursive;
}

.vinculo a:link 
{
	font-size: 20px;
	color: #FF0000;
	text-decoration: none;
	font-weight: 400;
	font-family: cursive;
}

.vinculo a:visited 
{  
	font-size: 20px;
	color: #FF0000;
	text-decoration: none;
	font-weight: 400;
	font-family: cursive;
}  /* visited link */

.vinculo a:hover 
{  
	font-size: 20px;
	color: #0000ff;
	text-decoration: none;
	font-weight: 500;
	font-family: cursive;
}   /* mouse over link */

.vinculo a:active 
{
	font-size: 20px;
	color: #FF0000;
	text-decoration: none;
	font-weight: 400;
	font-family: cursive;

}   /* selected link */

.mensaje {
  font-family: Arial, sans-serif;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 0px;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  background-color: #cccccc;
  color: #ff0000;
}
