@charset "utf-8";
/* CSS Document */
body{
	margin: auto;
	padding: 0;
	background-color: transparent;
	background-image: url(../img/bg_home.jpg);
}
#conteiner{ width:1300px;
			height:860px;
			float:left;
			

}
#botonera{ width:110px;	
			height:750px;
			float:left;
	

}
#content{ width:1300px;
			height:750px;
			float:left;
			position:relative;
			

}
