*{

}

body {
    margin: 0px;
    background-color: #F1F0FF;
  
}

#header {
    margin: 0px;
    background-color: #C3C3E5; 
    text-align: center;
}

h1 {
    margin: 0px;
}

hr {
    height: 5px;
    background-color: black;
    }
img {
    border: solid 3px;
    }

ul {

}

li {

}

p {
  box-shadow: 0px 5px 6px black;
}

#header {
  
}

#content{
    margin-right: 60px;
    margin-left: 64px; 
    text-align: right;
  
}

#text {
    text-align: justify;
  
}

#text p {
  
    border: solid;
    padding: 10px;
    text-indent: inherit; 
    border-style: dotted;
    background-color: #C3C3E5;
    text-indent: 40px;
    margin-bottom: 8px;
    margin-top: 1px;
    
    
}

#text p:first-child {
   
    background-color: #F1F0FF;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-image: url(../images/fondoParrafo.png);
    margin-top: 10px;

    
}

#text p:last-child {
     
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;

}

#menu {
    text-align: center;
    

}

#menu a{
    text-decoration: none;
}


#menu li{
    list-style: none;
    display: inline;
    border-left: 5px solid red;
    padding-left: 3px;
    

}

#menu li a:hover{
    text-decoration: underline red;

}

#footer{
    background-color: #443266;
    color: whitesmoke;
    text-align: center;
    border-top: 5px solid #636699;

}

#footer a{
    color: whitesmoke;
    text-decoration: none;


}

#footer a:hover{

}
#image{
    

}

@media all and (max-width: 500px) {
    #content{
        margin-right:inherit;
        margin-left:inherit;
        
        
}
    
    img {
        border: solid 3px red;
        width: 90%;
        
    }
    

}
