@charset "UTF-8";
/* CSS Document */
body {
	background: #ff0 url(imagenes/fondo_insc.jpg) repeat fixed center center;
	margin: 0px;
}

#content {
	width: 900px;
	height: auto;

}

#formulario {
	color: #5f0afe;
	width: 900px;
	margin-top: 50px;
	margin-left: 50px;
	font: 14pt "Lucida Grande", Lucida, Verdana, sans-serif;
}


#btn_enviar{
	width: 87px;
	height: 36px;
	margin-left: 400px;
}


#btn_volver{
	margin right: 0px;
	float: right;
}	
	
img{
	border:none;
}





