@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
	font-family:"Courier New", Courier, monospace;
}

.maincont{
	width:750px;
	margin:50px auto 0;
}
#btnagregar{
font-size:20px;
	display:block;
	background-image:url(gm/img/btnagregar.gif);
	width:100px;
	height:22px;
	
}
