<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>_Prologo</title>
<style type="text/css">
p: {text-shadow:5px 5px 10px black;}
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
@font-face {
font-family: JandaHappyDay;
src: url(JandaHappyDay.ttf);
}

.dropbtn  {
font-family: JandaHappyDay;
src: url(JandaHappyDay.ttf);
}
.Total {
	h3 margin: 0px; 
	color: red; 
	font-family: JandaHappyDay; 
	font-size: 1em;
	height: 100%;
	width: 100%;
	background-color: #F0FFF0;
	top: 0px;
	left: 0px;
	line-height: 0.6em;
	position: absolute;
}
.Principal {
	h2 margin: 0px; color: red; font-size: 0.8em;
	line-height: 0.6em;
	height: 65%;
	width: 25%;
	background-image: url(Enramada.png);
	background-color: #EEEEEE;
	position: absolute;
	left: 0px;
	bottom: 0px;
	
}
a:link {
	color: #4b9ff4;
	text-decoration: none;
	
}
a:hover {
	color: blue;
	text-shadow: 0px -4px 20px orange;
}
a:visited {
  color: #4b9ff4;
  text-decoration: none;
}
a:active {
  color: #4b9ff4;
  text-decoration: underline;
}

.Principal {
	border-top-right-radius: 50px 50px;
}
.caja2a {
       h2 margin: 0px; color: blue; font-family: JandaHappyDay; font-size: 1.2em;
	line-height: 0.6em;
	background-color: #12178b;
	height: 0%;
	width: 80%;
	margin-top: 10%;
	margin-left: 10%;
	
}
</style>
</head>
</html>