@charset "utf-8";
body{
	font-family:"Berlin Sans FB";
	background-image: url(../imagenes/bg.png);
	background-repeat: repeat;
	border-top-width: 3px;
	border-bottom-width: 3x;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #71bf47;
	border-bottom-color: #71bf47;
	margin: 0px;
	text-align: center;
            }
a.back{
	background:transparent url(back.png) no-repeat top left;
	position:fixed;
	width:150px;
	height:27px;
	outline:none;
	bottom:0px;
	left:0px;
	margin: auto;
            }
            #content{
	margin:0px auto 0px auto;
	width: 1355px;
	height: 660px;
            }
            .reference{
                clear:both;
                width:800px;
                margin:30px auto;
            }
            .reference p a{
                text-transform:uppercase;
                text-shadow:1px 1px 1px #fff;
                color:#666;
                text-decoration:none;
                font-size:10px;
            }
            .reference p a:hover{
                color:#333;
            }
#pie {
	float: left;
	width: 1350px;
	height: 30px;
	margin-top: 40px;
}
a {
	font-family: "Berlin Sans FB";
	font-size: 18px;
	color: #71bf47;
	text-decoration: none;
}
a:hover {
	color: #090;
	text-decoration: none;
}
