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;
}

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;
}