*{

}

body { background-color: #f1f0ff ;
  
}

h1 { border-bottom: solid 5px; 

}

img { border: solid;
  
}

ul {

}

li {

}

p {
  
}

#header { background-color: #c3c3e5 ;
    text-align: center;
    
  
}

#content{
  
}

#text { margin-left:5%;margin-right:5%;
  
}

#text p { border-radius: solid; border-style: dashed ; 
    border-top-left-radius: 0px; border-top-right-radius: 0px;
    background-color: #C3C3E5;
    box-shadow:  4px 0px 4px;
    text-indent: 40px;
    padding: 10px;
 
    margin-bottom:0%;
    margin-top:3px;


}

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

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

}

#menu { text-align:center;

}

#menu a{

}


#menu li{ text-align: center; display: inline;  border-left: red 5px solid;

}

#menu li a:hover{ border-bottom: solid red;

}

#footer{ background-color: #443266 ;
    color: white;
    text-align:center ;
    border-top: blue solid;

}

#footer a{ color:white;

}

#footer a:hover{ background-color: white; color:purple;

}
#image { text-align: right;
    ;
    margin-right: 60px;

}

@media all and (max-width: 500px) {
    img {border:solid red; width:90%;text-align:center;}

}
