body {
	background: url(fondo.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100%;
}

table {
	border-collapse: collapse;
	width: 100%;
}
table, th, td {
	border: 1px, solid #98bf21;
	padding: 3px 7px 2px 7px;
	font-size: 1em;
}
th {
	font-size: 1.2em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 4px;
	background-color: #A7C942;
	color: #ffffff;
	font-family: 'Uncial Antiqua', cursive;
}
td {
	text-align: center;
	vertical-align: bottom;
	padding: 15px;
	font-family: 'Lobster', cursive;
	background-color: white;
	color: black;
	font-size:1.1em;
}
.etable:hover {
	background-color: #A7C942;
	color: #ffffff;
}
h1 {
	text-align: center;
	font-family: 'Lobster', cursive;
	font-size: 4em; 
}
h3 {
	text-align: center;
	font-size: 1.6em;
	font-family: 'Lobster', cursive;
}
nav{
	text-align: center;
}
footer {
	text-align: center;
	font-size: 1.2em;
	font-family: 'Lobster', cursive;
	display: none;
}
ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-left-width: 1px;
	border-left-width: solid;
	border-left-color: #CCC;
}
li {
	display:inline;
}
.listanav{
	font-family: 'Lobster', cursive;
	color: #000;
	text-decoration: none;
	font-size: 1.5em;
	display: inline-block;
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-color: #EAEAEA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.listanav:hover {
	color: #FFF;
	background-color: #666;
}
.contenedor {
	text-align: center;
	margin: 50px;
	font-family: 'Lobster', cursive;
	font-size: 1.6em;
}
#imagen {
	border:5px solid black;
	width: 200px;
	height: 200px;
	margin-left: 40%;
}
.texto {
	background-color: #A7C942;
	color: #ffffff;
	border-radius: 24px;
}
