
		<style>
			body{
				font-family:Georgia, "Times New Roman", Times, serif;
				color:red;
				background:#000;
				font-size: 15px;
				height: 97%;
				width: 97%;
				margin: 50px;
				padding: 0px;}
.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	list-style-image: none;
}
				
	   #fotos  {
			   
			   display:  flex;
			   display:-webkit-flex;
			   flex-direction:row;
			   -webkit-flex-direction:row;
			   flex-flow: row wrap;
			   -webkit-flex-flow:row wrap;
			   background:#000}	
		   
			   
		h1  {
	           font-family: Tahoma, Geneva, sans-serif;
	           font-size: 24px;
	           font-style: italic;
	           left:200px;}
	
h1 {
      color:#FF0000;
      }
  ul {
      list-style-type:none;
	  margin: 0px;
	  padding: 0px;
	  border-left-width:  2px;  
	  border-left-style:  solid; 
	  border-left-color:#000000;
   }
   
    li {
        display:  inline;
		}
   
   a {
      font-family:Arial, Helvetica, sans-serif;
	  color:#754820;
	  text-decoration:none;
	  font-size:  0.9em;
	  display:block;
	  padding:  8px;
	  float:  left;
	  border-bottom-width:  2px;
	  border-bottom-style:  solid;
	  border-bottom-color:  #754820;
	  background-color:#E2D1A9;
	  
	  border-top-width:  2px;
	  border-top-style:  solid;
	  border-top-color: #754820;
	  
	  border-right-width:  2px;
	  border-right-style:  solid;
	  border-right-color:#754820;
	  
	  border-left-width:  2px;
	  border-left-style:  solid;
	  border-left-color:#754820;
	  
  } 
	a:hover {
	  color:#E2D1A9;
	  background-color:#754820;
	  


	  
   }	  
   
   .clear {
          clear:both;
		  }
			 	   
			   		
		</style>
