body {  
text-align: center;
background-image: url("../images/fondo.jpg");
background-size: 100% 100%;
/*background-repeat: no-repeat;*/
background-attachment: fixed;
font-family: 'Indie Flower', cursive;
}

#header {
     border:solid 5px blue;
}

#content {
  text-align:center;
     border:solid 5px black;
}

.fotitos {
  margin-left:10%;
  text-align:center;
  border:solid 5px red;
}

#menu {
    border:solid 5px white;
}
#footer{
  border:solid 5px white;
  }

h1 { 
border-left: 10px solid red;
color:white ; font-size: 25pt ; background: grey;
}

img { 
border-style:solid;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
border-top-left-radius: 1em;
border-top-right-radius: 1em;
height: 300px;
box-shadow: 10px 10px 50px black;
}

ul {
}

li {
border-width: thin;
border-color: black;
border-style:solid;
display: inline;
}