body {
background-color: #F0FFFF
}

h2 {
	
font-weight: bold;
text-align: center;
padding-top: 40px;
padding-bottom: 45px;
color: #7FFFD4;
}

img {
height: 200px;
width: 800px;
box-shadow: rgba(1,0,0,0.2) 20px 20px;
   position:center;

}

#header {
position: relative;
top: -10px;
background-color: #3c4543;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}


li {
	display:inline;
    padding:20px;	
	border: 3px solid #000000;
	font-family: verdana,Cursive, Tahoma, sans-serif;
	color: #ffffff;
	border-radius: 15px 15px;
	background-color: #00CED1
}

#izquierda{
	float:left;
    width:20%;
	
}

p {
	font-family: Tahoma;
	font-size: 2em;
}
