﻿body {
	  background-color:#000000;
	  background-image: url(foto2a.jpg);	
	  background-repeat: no-repeat;
	  background-position: top center;
		}
#pagina {
		width:860px;
		margin:430px auto 0 auto;
		height:auto;
				
		}
#capa{
	  border-radius: 8px;
	  width: 860px;
	  margin:1px auto ;
	  height: 237px; 
	  background-image: url(foto3.jpg);
	 }
	

nav	{
	width:860px;
	text-align: center;
	padding: 15px 0 15px 0;
	}
nav a {
	  font-family: verdana;
	  color: #ffffff;
	  padding: 0 15px 0 15px;
	  font-size: 20px;
	  text-decoration: none;
	  font-weight: bold;
	 }
nav a:hover {color:#8b0000;}	 
section {
	   
	   padding: 25px;
	   font-family: verdana;
	   color:#ffffff;
	   background-color:#696969;
	   margin: 30px 0 0 0 ;
	   float:left;
	   border-radius: 8px;
	   
	   }
h2 {color: #663300;}
footer {
	  background-color:#000000;
	  color: #ffff00;
	  font-family: verdana;
	  font-size: 16px;
	  text-align: center;
	  padding: 45px 0 45px 0;
	  clear: both;
	  }
figure {
	  float: left;
	  margin: 10px;
	  }
figcaption {
		 font-size:12px;
		 font-weight: bold;
		 }
		 
	