/*
estilos css
*/
body {
	background-color:  #7dcea0 ;
	font-family:"Helvetica",Arial;
}
header
{
	color:#3A539B;
	border-bottom:solid;
	padding-bottom:10px;
	border-width:1px;
	border-color:#1d1d1d;
	text-shadow:0px 0px 30px rgba(0,0,0,0.5);
}
h1, h2 {
	color:#3A539B;
	padding-bottom:10px;
	border-width:1px;
	border-color:#1d1d1d;
	text-shadow:0px 0px 30px rgba(0,0,0,0.5);
}
#informacion{
  font-size:1.2em;
  color:#d35400;
  margin-top:1.2em;
  text-shadow:0px 0px 30px rgba(0,0,0,0.5);
}
.respuesta{
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px; 
  border: 1px solid #000;
  font-size:1.2em;
  background:#34495e;
  color:#f1c40f;
  margin-left:2em;
  margin-bottom:1.2em;
  padding:.3em;
  }
 p{
 	color: #c0392b;
 }
footer {

	text-align:center;
}