body {
	background-color: #58ACFA
}

h2 {
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #acd1b2;
}

img {
	display: block;
	height: 500px;
	width: 500px;
	margin: auto;
	img-align: center;

}

#navbar {
	position: fixed;
	margin-top: 1px;
	left:45%;
	margin-left:-324px;
}

#header {
	position: relative;
	top: -10px;
	background-color: #000000;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

ul{
	list-style-type: none;
	position: fixed;
	margin: -10px;
}

li {
	display: inline;
	padding: 5px;
	border: 2px solid #000000;
	font-family: Futura, Tahoma, sans-serif;
	color: #ffffff;
	border-radius: 5px 5px;
	background-color: #cc0323
}

#izquierda{
    
	float: left;
	width: 41%;
	text-align: center;
}

p {
	font-family: Tahoma;
	font-size: 1em;
	text-align:center;
}

#bottom_right{
	border-bottom-right-radius: 15px;
}

#footer{
	clear: both;
	position: relative;
	bottom: -20px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	height: 75px;
	background-color: #000000;
}

div #button{
	border: 2px solid #000000;
	float:left;
	position: relative;
	left: 229px;
	bottom: 0px;
	border-radius: 5px;
	background-color: #00FF00;
	height: 70px;
	width: 150px;
	margin:auto;
	left:400px;
	
}

#button p{
	position: relative;
	bottom: 10px;
	font-size: 0.8em;
	color: #000000;
	text-align: center;

}