@font-face{
	font-family: "mozilla";
	src: url("moz.ttf") format("truetype");
}
body{
	background: #d5fff6;
}
.main{
	font-family: "mozilla", monospace;
	width: 800px;
	background: white;
	margin-top: 10px;
	margin-bottom: 10px;
}
.header{
	padding-top: 20px;
	height: 140px;
	background: url('./header.png');
}
.content{
	text-align: left;
	padding: 10px 10px 10px 10px;
	width: 700px;
	height: 430px;
}
.imagen{
	float: left;
	padding-right: 20px;
}
.texto{
	padding-left: 20px;
	text-align: justify;
}
.footer{
	background: url('./footer.png');
	height: 30px;
	text-align: center;
	font-weight: bold;
}
a{
	text-decoration: none;
	color: red;
	font-size: 14pt;
	font-weight: bold;
}
a:hover{
	color: gray;
}
img{
	border-style: none;
}
