*{
	margin: 0px;
}

body {
  background-color:  #F1F0FF;
}

h1 {
	background-color:  #C3C3E5;
	border-bottom: 5px solid black;
	text-align: center;
}

img {
	border: 3px solid black;
}

ul {

}

li {
}

p {
	text-indent: 40px;
	margin: 5px;
}

#header {
  
}

#content{
  
}

#text {
	margin-left: 5%;
	margin-right: 5%;
	padding-top: 5px;

}

#text p {
  border: dashed 6px;
  box-shadow: 0px 3px 6px 0px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #C3C3E5;

}

#text p:first-child {
  border-top-right-radius: 30px;
  border-top-left-radius: 30px;
  background-image: url(../images/fondoParrafo.png);
}

#text p:last-child {
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	margin-bottom: 20px;
	background-color: #C3C3E5;
}

#menu {
	text-align: center;
}

#menu a{

}


#menu li{
	border-left: 5px solid red;
	display: inline;
	margin: 3px;
	padding-left: 6px;
}

#menu li a:hover{
	color: red;
}

#footer{
	border-top: 5px solid black;
	text-align: center;
	background-color: #443266; 
	color: white;
}

#footer a{

}

#footer a:hover{

}

#image {
	text-align: right;
	margin-right: 60px;
	margin-top: 10px;
}

@media all and (max-width: 500px) {
	img{
		border-color: red;
		width: 90%;
	}

	#image {
		text-align: center;
		margin-top: 0px;
	}
}
