﻿body {
	 background-color: #1c1c1c;
	 
	}
#pagina {
		 width:860px;
		 margin:20px auto 0 auto;
		 height:auto;
		}
header {
	   width:860px;
	   height:220px;
	   background-image:url(banner.jpg);
	   text-align:center;
	   font-family: verdana;
	   border-radius: 10px;
	  
	  }
nav {
	 width:860px;
	 text-align:center;
	 padding:15px 0 15px 0;
	 background-color:#9c9c9c;
	 border-radius: 10px;
	 border: solid 3px #000000;

	}
nav a {
	 font-family: verdana;
	 color:#000000;
	 padding: 0 15px 0 15px;
	 font-size:20px;
	 text-decoration: none;
	 font-weight:bold;
	 
	 }
nav a:hover {color:#c1cdc1;}	 
section {
      width:810px;
	  background-color:#000000;
	  color:#ffff00;
	  padding:0 25px;
	  font-family:verdana;
	  border-radius: 10px;
	  border: solid 2px #ffff00;
	 
	  }
h1 	{
	color:#b5b5b5;
	float:down;
	} 
				
h2 {
   color:#000000;
   font-weight:bold;
   font-size:60px;
   text-shadow:#ffff00 1px -1px,#ffff00 -1px 1px,#ffff00 1px 1px,#ffff00 -1px -1px;
   text-align: center;
   padding-top: 0;
   margin:0;
   
   }
footer {
	  width:860px;
	  background-color:#9c9c9c;
	  color:#000000;	 
	  text-align: center;
	  font-family: verdana;
	  font-size:16px;
	  font-weight:bold;
	  padding:30px 0 30px 0;
	  border-radius: 10px;
	  border: solid 3px #000000;
	  
	 }
figure {
	  float:right;
	  }
figcaption {
		 text-align:center;
		 font-weight: bold;
		}