@charset "utf-8";
@font-face {
	font-family: "Code-Bold";
	src: url("fonts/code-bold.ttf");
}
* {
	margin:0;
	padding:0;
}
body {
	background-image: url(../img/pattern.gif);
	padding: 20px 0;
}
hr {
	border-top: 1px solid #91e3e3;
	height:1px;
}
#anima {
	width:501px;
	margin:0 auto;
	height: 350px;
}
#texto {
	width: 471px;
	margin:0 auto;
	background-image: url(../img/anchors.png);
	background-repeat: no-repeat;
	height: 125px;
	padding: 10px 15px;
}
h1 {
	font-size:38px;
	font-family: "Code-Bold", Helvetica, Arial, sans-serif;
	color:#033;
}
p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	line-height:28px;
	color:#036;
}