@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccccaa;
	background-color: #cbc581;
   }



.dia {
    padding: 10px 10px ;
	color: #55A0FF;
	background-color: #cbc581;
	position: relative;
	height: auto;
	width: auto;
	text-align: center;	
	
}	

.header {
	color: #ccccaa;
	background-color: #807959;
	position: relative;
	height: auto;
	width: auto;
	text-align: center;
	
}
.footer {
	margin: 0 auto;
	color: #ccccaa;
	background-color: #807959;
	position: relative;
	height: 140px;
	width: auto;
	font-size: 48px;
	font-family: Sanlite;
	text-align: center;
	padding-top: 40px;
}

.footer a {
color: #eaf6d0;
text-decoration: none;
}

.footer a:hover {
	color: #eaf6d0;
	text-decoration: underline;
}

.footer visited a {
	color: #eaf6d0;
	}
