@charset "UTF-8";
/* CSS Document */
body {
	background: url(imagenes/imagen_home.jpg) no-repeat fixed 50% 100%;
}

#content{
	width: 1024px;
	margin: 0px auto 0px;
}

#sentite{
	margin-top: -20px;
	position: fixed;
	z-index: -2;
}

#cursos{
	float: right;
	margin-right: 80px;
	margin-top: -10px;
}

#inscribite{
	float: right;
	margin-top: 220px;
	margin-right: -150px;
}

#facebook{
	bottom: 10px;
	position: fixed;
}


#footer{
	bottom: 0px;
	position: fixed;
	margin-left: 60%;
}


	
img{
	border:none;
}


