#contenedor{
	width:800px;
	height:800px;
	background-color:#f5ebe0;
	border-radius:10px;
	border:solid #dd2d4a 10px;
}

img{
	width:800px;
}

a{
    text-decoration: none;
    line-height: 20px;
    font-size: 15px;
}

h1{
	text-align:center;
	color:#023047;
	text-transform: uppercase;
}

h2{
	text-align:center;
	color:#023047;
}

p{
	text-align:center;
	color:#023047;
	margin: 50 px;
}

ul{
	list-style-type:none;
	margin:10px 10px 10px 10px;
	overflow:hidden;
	background-color:#dd2d4a;
	border-radius:10px;
}

li{
	float:left;
	border-radius:10px;
	
}
ul li a{
	display: block;
	color:#fff;
	text-decoration:none;
	text-align:center;
	padding: 10px 100px;
	border-radius:10px;
}

