.container {
	width: 100%;
	max-width: 1000px;
	margin-top: 0;
	margin: 0 auto;
	font-size: 1em;
}

html  {
  font: normal 24px helvetica, verdana, sans-serif;
  }

body {
	text-align: center;
	width: 90%;
	float: center;
}

pre, code {
  font-family: monospace, monospace;
}

pre {
  overflow: auto;
}

pre > code {
  display: block;
  padding: 1rem;
  word-wrap: normal;
}

#cabecera {
	background: #FFEFEE;
	border: 1px solid #999999;
	padding: 10px;
}

h1 {
  font: bold 76px helvetica, verdana, sans-serif;
  text-align: center;
  color: #28A;
  }
   
h2  {
  font: 32px helvetica, verdana, sans-serif;
  text-align: center;
  color: #28A;
  }
  
h3  {
  font: 24px helvetica, verdana, sans-serif;
  text-align: center;
  color: #28A;
  }

h4  {
  font: bold 9px helvetica, verdana, sans-serif;
  text-align: left;
  color: #44F;
  }

ul {
  list-style: square;
  }
   
p {
  font: helvetica, verdana, sans-serif;
  font-size: 22px;
  }

li {
	font-size: 26px;
	text-align: left;
   }
   
ul li a {
  text-decoration: none;
  font-size: 26px;
  font-weight: normal;
  }
   
ul li a:hover {
  color: #f00;
  }

a:link {
  font: normal 20px helvetica, verdana, sans-serif;
  color: #00F;
  }

body {
	width: 90%;
	float: center;
}

#principal {
	display: block;
	width: 1500px;
	margin: 50px auto;
	padding: 15px;
	text-align: left;
	border: 1px solid #9999F9;
	background: #FEFEFD;
	
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	
	-moz-box-shadow: rgb(150,150,150) 5px 5px;
	-webkit-box-shadow: rgb(150,150,150) 5px 5px;
	box-shadow: rgb(150,150,150) 5px 5px;
}

article {
	background: #FFFFEF;
	border: 1px solid #999999;
	padding: 1px;
	margin-bottom: 1px;
}

article footer {
	text-align: right;
}

time {
	color: #999999;
}

figcaption {
	font: italic 20px verdana, sans-serif;
}

#pie {
	clear: both;
	text-align: left;
	padding: 10px;
	border-top: 2px solid #999999;
}

#titulo {
	font: bold 45px helvetica, verdana, sans-serif;
	color: blue;
}

#titulo2 {
	font: bold 36px helvetica, verdana, sans-serif;
	color: blue;
}

#texto {
	font: 27px helvetica, verdana, sans-serif;
	color: blue;
}

#textoretorno {
	font: 18px helvetica, verdana, sans-serif;
	color: blue;
}

@media screen and (max-width:800px) {
	.texto {
		width:100%;
	}
}

@media screen and (max-width:400px) {
	.texto {
		width:100%;
	}
}