body{
	background-color: #FFE57F;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}

a.titulo{
	color: #FFE57F;
	text-decoration: none;
}

h1{
	padding-left: 3px;
	background-color: #FF0000;
	color: #FFE57F;
	border-radius: 5px;
	font-family: 'Roboto', sans-serif;
}

h2{
	font-family: 'Roboto', sans-serif;
}

tr.menu{
	background-color: #FF0000;
}

.menu{
	color: #FFE57F;
	text-decoration: none;
}

table.menu{
	text-align: left;
	background-color: #000000;
	position: absolute;
	left: 0%;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	padding-right: 10px;
}

a.menu:hover{
	color: #000000;
}

img.portada{
	position: absolute;
	right: 10%;
	top: 20%;
	width: 20%;
}

p.cuerpo{
	padding-left: 20%;
	padding-right: 30%;
	text-align: left;
}

table.cuerpo{
	padding-left: 20%;
	padding-right: 30%;
	text-align: left;	
}

td.cuerpo{
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
}

footer{
	border-top-color: #000000;
	border-top-style: solid;
	position: absolute;
	bottom: 0%;
	text-align: center;
	width: 100%;
}

table.final{
	text-decoration: underline;
	margin: 0 auto;
	border-spacing: 10px;
	width: 80%;
}

a.final{
	color: #000000;
}

