*{
    margin: 0px auto;
}

body {
  text-align: center;
}

h1 {
margin-bottom: 2px;
margin-top: 2px;
}

img {
margin-right: 60px;  
}

ul {

}

li {

}

p {
text-indent: 40px;
width: 90%;
text-align: justify;

}

#header {
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: black;
    background-color: #C3C3E5;
}

#content{
  
}

#text {
  
}

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

}

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

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

}

#menu {

}

#menu a{
 text-decoration: none;
}


#menu li{

border-left-style: solid;
border-left-width: 5px;
border-left-color: red;
display: inline;
padding-left: 5px;

}

#menu li a:hover{
    border-bottom-style: solid;
    border-bottom-color: red;
    border-bottom-width: thick; 
    
    /*text-decoration-style: solid;
    text-decoration-line: underline;
    text-decoration-color: red;*/
}

#footer{
color:white;
border-top-style: solid;
border-top-width: 5px;
border-top-color: black;
background-color: #443266;
}

#footer a{
color:white;
}

#footer a:hover{
   background: white;
    color: blue;
}
#image {

    text-align: right;


}

@media all and (max-width: 500px) {
    img {width: 90%;
        border-style: solid;
        border-color: red;
        margin-right: 0px}
    #image {text-align: center;}
    
    
}
