body {
       background:#000000;
       text-aling:center;
     }
#cabecera {
       
       background:#c7c7c7;
       width:-200px;
       height:120px;
       margin-left:auto;
       margin-right:auto;
       border: 2 solid thick red;
	   
        }

#contenido_central { 
      
       background:#c7c7c7;
       width:750px;
       height:400;
       border:px solid pink;
       margin-left:190px;
       margin-top:-55px;
       border:4px solid 
 
      }
#h2 {
     font-variant : small-caps;
     font-family:Comic sans Ms;
     text-align:center; 
     font-size:15pt;
     color:#ffffff;
     text-shadow: 0 0 0.2em #8F7;
    
     }
#p {
      font-variant : small-caps;
      font-family:Lucida sans;
      text-align:center;
      font-size:15pt;
      color:#660066;
     
      }
      
#1 {
	position: absolute;
	left: 25px;
	bottom: 320px;
	z-index: 1;
}

#2 {
	position: absolute;
	left: 25px;
	bottom: 240px;
	z-index: 2;
}

#3 {
	position: absolute;
	left: 25px;
	bottom: 170px;
	z-index: 3;
}

#4{
	position: absolute;
	left: 25px;
	bottom: 100px;
	z-index: 4;
}

#5 {
	position: absolute;
	left: 25px;
	bottom: 30px;
	z-index: 5;
}
#foto {
       background:url(Fotos/images.html);
       width:250px;
       height:250px;
       margin-left:250;
       margin-right:auto;
       border:px solid blue;
       }