@charset "utf-8";
/* CSS Document */

body {
	background: url(img/Background.jpg);
	margin: 0px;
}

#cuerpo{
background: url(img/fondo-index.jpg);
width:922px;
height:700px;
margin:0 auto;
text-align: left;
}

#botones {
	width:100%;
	height:2px;
/*	background-color:#000;*/
	margin:0 auto;
text-align: center;
}

#botones2 {
	width:100%;
	height:150px;
	background-color:#FFF;
	margin:0 auto;
text-align: center;
}

#entrada {
	width: 244px;
	height: 66px;
	padding-top:520px;
	padding-left: 343px;
}