@charset "utf-8";
/* CSS Document */

*{
	outline:none;
	border:0;
	}

body {
	background-image:url(../img/bg.jpg);
	background-repeat:repeat-x;
	background-color:#94c700;
	margin-right:0px;
	margin-top:0px;
}
#contenido{
	width:1170px;
	height:744px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	width:1170px;
	height:263px;
	background-image:url(../img/1_02.png);
	background-repeat:no-repeat;
}

#center{
	padding-top:70px;
	width:1170px;
	height:383px;
	background-image:url(../img/1_03.png);
	background-repeat:no-repeat;
}
#footer{
	width:1170px;
	height:132px;
	background-image:url(../img/1_04.png);
	background-repeat:no-repeat;
}
#link-flotante{
	width:200px;
	height:200px;
	position:absolute;
	margin-top:40px;
	margin-left:200px;
	}


