*{

}

body {
    background-color: #F1F0FF
}

h1 {
    text-align: center;
    background-color: #C3C3E5;
    border-bottom: 5px solid black;
}

img {
     border: 5px solid black;
    margin-right: 60px;
}

ul {
    
}

li {
    display:inline;
    border-left: 5px solid red
}

p {
  
}

#header {
  
}

#content{
  text-align: right
}

#text {
  margin-right: 60px;
}

#text p {
  border-style: dashed;
    background-color: #C3C3E5;
    padding: 10px;
    box-shadow: 5px 5px 5px black
}

#text p:first-child {
  border-style: dashed;
    background-image: url(../images/fondoParrafo.png);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-repeat: repeat
}

#text p:last-child {
    border-style: dashed;
    background-color: #C3C3E5;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

#menu {
    text-align: center
}

#menu a{
    text-decoration: none
}


#menu li{
    
}

#menu li a:hover{
    border-bottom: 5px solid red
}

#footer{
    border-top: 5px solid black;
    background-color: #443266;
    color: white;
    text-align: center
}

#footer a{
    color: white
}

#footer a:hover{
    
}
#image {

}

@media all and (max-width: 500px) {
    body{
      background-color:white
      }
    img{
        border-color:red;
        padding: 10px;
        height: auto;
        max-width:100%;
        width:auto
    }
    #content{
        text-align: center;
        padding: 10px
    }
}
